Python servlet for Java applet ?

Piet van Oostrum piet at cs.uu.nl
Fri Apr 24 20:00:12 EDT 2009


>>>>> 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.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list