Posted By:
sender_jones
Posted On:
Thursday, May 15, 2003 11:38 PM
I use Sun's J2EE RI server in Win NT to learn EJB. I followed the tutorial and can run the Converter example of the tutorial. I can also deploy the Converter from one server to another server in different PC. But still I don't know how to run a EJB client (application or web) in one PC and call up the EJB in another PC. How do I deploy the application such that the client is in one and only one PC and the EJB is in and only in another PC? Any help?