Weblogic and Websphere communication!!
843793Feb 5 2002 — edited Feb 26 2002Hi Friends,
I have an EJB HelloWorld deployed on both servers(Weblogic and Websphere) and these beens are accessible easily from their respective client servlets, which is the easy part.
Now what I want to try is access the bean's methods on Weblogic server from a bean on Websphere server and vice versa. This is where I want some ideas from the gurus please.
e.g. hello() method of the EJB (HelloWeblogic) in Weblogic server prints the message "Hello from Weblogic" and the hello() method of the EJB (HelloWebsphere) in Websphere server prints the message "Hello from Websphere". Now I want to know what do I need to do so that I am able to execute hello() of the HelloWeblogic EJB, from HelloWebsphere EJB and vice versa.
I am also new to EJB, but I think I am making my way slowly.
Any help/ideas/code samples would be really appreciated.
Please feel free to ask any questions.
Regards
Rajeev