Communication between JAVA and python
Ulrich Schaefer
ulrich.schaefer at dfki.de
Thu Feb 24 03:18:24 EST 2005
More information about the Python-list mailing list
Thu Feb 24 03:18:24 EST 2005
- Previous message (by thread): Communication between JAVA and python
- Next message (by thread): Dynamically pass a function arguments from a dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jacques Daussy wrote: >> Hello >> How can I transfert information between a JAVA application and a >> python script application. I can't use jython because, I must use >> python interpreter.I think to socket or semaphore, but can I use it >> on Windows plateform ? > Try XML-RPC (a simple implementation of remote procedure call via HTTP sockets). It's built-in in Python since 2.2 (http://www.python.org/doc/2.4/lib/module-xmlrpclib.html), in Java use e.g. Apache XML-RPC (http://ws.apache.org/xmlrpc/). Ulrich
- Previous message (by thread): Communication between JAVA and python
- Next message (by thread): Dynamically pass a function arguments from a dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list