>>>>> 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. -- Piet van Oostrum <p...@cs.uu.nl> URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: p...@vanoostrum.org -- http://mail.python.org/mailman/listinfo/python-list