Python servlet for Java applet ?

Linuxguy123 linuxguy123 at gmail.com
Wed Apr 29 09:14:46 EDT 2009


On Sat, 2009-04-25 at 02:00 +0200, Piet van Oostrum wrote:
> >>>>> Linuxguy123 <linuxguy123 at gmail.com> (L) wrote:
> 
> >L> Hi guys.
> >L> Is there a way to use a python application as the back end (ie rpc) for
> >L> a Java based applet ?
> 
> Yes, you can use Corba, XMLRPC, SOAP, JSON-RPC. Corba probably will have
> to be tunnelled through port 80 (the others already do this by default
> because they are based on HTTP).
> 
> >L> How does it work compared to a Java servlet with a Java applet ?
> 
> With a Java applet communicating with a Java servlet you also have the
> option of using RMI. For the rest it is similar.

How does one "connect" the servlet to the applet ?  Does anyone know of
an example program that demonstrates a Python servlet with a Java
applet ?

Thanks !




More information about the Python-list mailing list