Preparing development environment for J2EE dev/JBoss
31 May 2008I will show how to prepare development environment for J2EE development using JBoss. Download and install the JBoss. I will be using jboss-4.2.2.GA. Now download the latest Java EE Eclipse from eclipse.org. I have version 3.3.2.
You should have all the required plugins for J2EE development with JBoss in your Eclipse. Navigate to:
Help > Software updates > Find and Install > Search for new features to install > New remote site
You can name the remote site ‘JBoss support’ and give the following URL:
http://download.jboss.org/jbosside/updates/stable
Then install and the available plugins that will be listed. Once the plugins are installed, restart your Eclipse. It is now ready to be used for J2EE development with JBoss as application server. Just to check, go to File > New > Project and you will see the following screen:
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Preparing development environment for J2EE dev/JBoss