Java EE App Server Hello World

I am very familiar with individual Java application development, but I will soon use Java EE application server development project

Does anyone know the direct instructions for using Hello World type applications in application servers? I (perhaps naively) assume that the overall approach between different frameworks is similar, so I am more interested in finding methods than falling into the differences between different frameworks

If you don't know a good guide, can you publish a bullet type step to make your world run?

>Download XX > write some code to do YY > change file ZZ > other steps

Note: just because I have a Windows machine at home, I would rather run it if it can run on windows, but for better answers, the implementation based on Linux / MAC is popular

Solution

I will choose JBoss as or GlassFish as the starting point But I'm not sure what Java EE "Hello world" means If you only want to deploy some JSPS, you can use this tutorial (for JBoss):

http://www.centerkey.com/jboss/

If you want to further develop EJB stack and / or deploy ear file, you can read the very good JBoss documentation:

Installation Guide

Getting started

Configuration Guide

Typically, you can also perform a basic installation and change or try pre - installed sample applications

I currently have JBoss installed (on Windows) I use eclipse development and Java EE server integration to hot deploy or debug my code After you run the first code, you should look at ide integration because it allows faster development / deployment round trips

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>