You say the only protocol accessible for the applet is HTTP, then you have
two options: HTTP tunneling (search Google), or a proxy servlet for the EJB.

Sun recommends a proxy servlet and I would recommend that as well.  It's
easier, for one:

http://java.sun.com/j2ee/blueprints/client_tier/qanda/index.html

Scott Stirling

> -----Original Message-----
> From: Sergey L.Ponomarev [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 07, 2001 4:18 AM
> To: JRun-Talk
> Subject: Talking from applet to EJB
>
>
> Hi,
>
> I'm a newbee with ejb. I need to talk from applet to ejb.
> The only protocol accessible for applet is http (applet is
> outside a proxy).
> How can it be done? I guess that I can implement stub servlet
> for this.
> But is there any other methods to talk to ejb directly? Can I
> configure protocol used to communicate with ejb?
> I hear about RMI over HTTP. Is it possible in JRun? Any links on
> documentation would be appreciated.
>
> Best regards,
> Sergey L.Ponomarev
> mailto:[EMAIL PROTECTED]
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to