| 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
|
|
|
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.
|
 |
 |
|
|
subject: EJB compilation
|
|
|