DISTRIBUTED APPLICATION(RMI) ,EJB & CORBA

What are the softwares needed to deploy the EJB(Session & entity bean) & to deploy CORBA?Expecting u'r earliest guidence.Advance ThanksRengaraj.R
[196 byte] By [renga_muralia] at [2007-10-3 10:31:05]
# 1

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.

robert@javixa at 2007-7-15 5:53:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

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

renga_muralia at 2007-7-15 5:53:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
If i install other softwares will this error will be resolved ?
renga_muralia at 2007-7-15 5:53:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4

> 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.

annie79a at 2007-7-15 5:53:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...