On Sat, 2009-04-25 at 02:00 +0200, Piet van Oostrum wrote: > >>>>> Linuxguy123 <linuxguy...@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 ! -- http://mail.python.org/mailman/listinfo/python-list