Please answer this question:
"How to call a EJB from application server to another application server"
-
calling a EJBs (3 messages)
- Posted by: kishore kumar
- Posted on: March 15 2004 07:11 EST
Threaded Messages (3)
- calling a EJBs by Paul Strack on March 15 2004 11:21 EST
- Calling EJB by Balaji K M on March 16 2004 01:22 EST
- calling a EJBs by caheo vietnam on March 16 2004 02:33 EST
-
calling a EJBs[ Go to top ]
- Posted by: Paul Strack
- Posted on: March 15 2004 11:21 EST
- in response to kishore kumar
The same way you would call it from a client: lookup the home interface via JNDI, use the home interface to get the remote interface and invoke the business methods. -
Calling EJB[ Go to top ]
- Posted by: Balaji K M
- Posted on: March 16 2004 01:22 EST
- in response to kishore kumar
During lookup, you will be giving either HashMap or Properties. Pass the ProviderUrl as the other application server which you like to lookup -
calling a EJBs[ Go to top ]
- Posted by: caheo vietnam
- Posted on: March 16 2004 02:33 EST
- in response to kishore kumar
If you want to call EJB component from Windows use can use IIOP.NET to do that. On the others platform, then you should use CORBA to implement by yourself hihi :)