Wednesday, May 15, 2013

Sample Enterprise Application with JBOSS and Netbeans

We have used Netbeans IDE version 7.3 and JBOSS EAP 5.1 to create this application.Before continuing you can have a look at the installation of Netbeans and JBoss.

Now we will discuss about creating an enterprise application, how to create an EJB , how to call that EJB from a servlet and how to deploy that enterprise application into jboss server.
As the first step, lets see how to create an enterprise application in netbeans.
Open netbeans add go to file and click on New Project. Then click on JAVA EE and select Enterprise Application as show in figure below.


No comments:

Post a Comment