Hi,
For EJBs you need a JEE compliant appserver (Sun, weblogic JBoss, websphere etc etc etc) for corba you basically need an Orb (Orbixweb, etc).
However, you probably need just the Corba access protocol IIOP. You get that with an appserver. remote EJBs can be accessed by the IIOP protocol.
All depends on your desired architecture.
hi
Thanks for your reply.
I got the j2ee software installed. But i don't have other softwares you mentioned.
Can you mention the site where i can get these softwares.
One more doubt:
If i run the sample pgm. HelloWorld EJB program it displays the error as
javax.ejb
does not exist.
Expecting your earliest reply.
Advance thanks.
Rengaraj.R
> One more doubt:
> If i run the sample pgm. HelloWorld EJB program it
> displays the error as
Is this sample program a stand-alone EJB client?
If it is, you need to add the j2ee.jar to its classpath. You have the -cp option for javac and java executables.