Hi All,
I last wrote an EJB on Weblogic 5 server when I wrote all the files and compiles them with EJBC and budles them into a jar file before deploying.
After that I have been using different IDE to do so.
Not I need to deploy one EJB in Weblogic8.1 and Jboss 3.2.7. DO I still need to run EJBC to compile and generate the stubs and skeletons?
Thanks
Sabyasachi
-
Ejb Compilation (2 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: August 31 2005 12:31 EDT
Threaded Messages (2)
- Ejb Compilation by Rajasekhar Oleti on September 01 2005 06:08 EDT
- Ejb Compilation by Sabyasachi Chowdhury on September 01 2005 10:15 EDT
-
Ejb Compilation[ Go to top ]
- Posted by: Rajasekhar Oleti
- Posted on: September 01 2005 06:08 EDT
- in response to Sabyasachi Chowdhury
It is not required to comple the EJB code explicitely. During deployment of EJB jar, the container will compile the jar file to make stubs and skeletons. -
Ejb Compilation[ Go to top ]
- Posted by: Sabyasachi Chowdhury
- Posted on: September 01 2005 10:15 EDT
- in response to Rajasekhar Oleti
As far as I know this is true only in case of JBoss Server but for other servers u have the provision of compiling them explicitly right?