aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB compilation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB compilation" Watch "EJB compilation" New topic
Author

EJB compilation

Hari babu
Ranch Hand

Joined: Jun 25, 2001
Posts: 208
Hi,
How do i compile my EJB files (home,remote,bean) so that it will generate the related class files
thanks
Hari
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14487
    
    7

You compile your classes in the usual way. However most EJB servers also require additional classes to be created and compiled to complete the bean. For example, WebLogic has a utility named "ejbc". You'll have to check the docs for your particular platform.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EJB compilation
 
Similar Threads
ear contents list file ?
weblogic-ejb-jar.xml
Deploying Multiple ejb.jar files
Hot Deployment in Wenblogic 6.1
I need some help here............Please