Hello All,
I want to access a session bean distributed environment i.e. I have a
EJB Component say Session bean deployed on one machine , a Web client say
Servlet deployed on another machine which is using the deployed Session bean from first machine and running the Servlet from the third machine.
Is it possible ?
I am using Glassfish as the application server and Netbeans 6.1 as the
IDE.
Thanks,