This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes how create new ejb project in wasad 5.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "how create new ejb project in wasad 5.1" Watch "how create new ejb project in wasad 5.1" New topic
Author

how create new ejb project in wasad 5.1

ramkumar moganti
Greenhorn

Joined: Jul 15, 2005
Posts: 1
hi
can any help me in creating ejb project in wsad iam new to this IDE

iwant a example step by step in wasd konldy help me
Jim Janssens
Ranch Hand

Joined: Sep 24, 2004
Posts: 210
First you create a new EAP (enterprise application) . File->new->enterprise application.

The EAP is in fact a virtual represenation of an EAR file. If you would export an EAP you would get an EAR file with only the application.xml in (well, by means of speak).

After that you can add a EJB or WEB project to that EAP. You can do this on different ways, but the moste easy one is ; file->new->EJB project. You can then select which EAP you want to add your new EJB project to.

If you would now export the EAP you would get an EAR file with a JAR file and the application.xml containing a reference to that JAR file. The JAR file will then contain your beans.

From here you can add new beans to the EJB project. You can to this by right-clicking on the (EJB) project and selecting 'new->' . I suggest you open the J2EE perspective for this (not the java perspective)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how create new ejb project in wasad 5.1
 
Similar Threads
IDE for BCD5.0
problem in making EJB3.0 project/application in europa eclipse..
EJB Deployment on weblogic6.1
Basic help on struts
Required help to start with my SCJD certification