Hi All,
I have written a simple HelloWorld
EJB. I have written a Home Interface,Remote interface,Bean class and Deployment descriptor.Made all these into a jar file(after compiling all).
Then have written a client code to lookup and compiled it also.Now how do I deploy my EJB on weblogic8.1 and how to call the method hello()in the remote interface which displays HelloWorld.This is the first time I am doing a sample application on EJB.Trying to learn.Kindly help me out please.
Thanks,in advance
Nalini