I write a remote EJB interface (3.0) and write the EJB implementation. Now I deploy the EJB as an ear on WAS. On a separate machine I write a Java client to call the EJB. In the classpath of the client, I just need to have the EJB stub?
Is there anything else required on client side? I understand as a redundancy mechanism I am supposed to put the ejb and the bean also on client but i am not considering that here.