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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to