You can't if you use direct connection to your ejb stuff. Obvious
solution - use servlet as a facade for your server part and use http
with serialization or xml or html or clear text ...
Alex
> Antonio Vazquez wrote:
>
> Hi all,
> I've write a JApplet that comunicates with an EJB. It's work fine but
> I have a problem. I use
> com.evermind.server.ApplicationClientInitialContextFactory and to use
> it from the client I need to put orion.jar in every computer that use
> this applet. Can anybody tell me how I use it without copy orion.jar
> in every computer.
>
> Thanks in advance
>
> Antonio