Communication Between Zope and Java Process

Fredrik Lundh fredrik at pythonware.com
Sun Oct 10 13:57:15 EDT 1999


Steven H. Rogers <shrogers at ionet.net> wrote:
> Given a Java application and a Zope webserver (may or may not be running
> on the same machine):  What would be a good way to set up a
> communications link between the two?  

> Some tools that come to mind are HTTP, ILU, XML.  Has anyone done
> anything like this and/or care to comment?

XML-RPC is probably the easiest way (HTTP+XML,
sort of).  Zope speaks it well, and so does Java:

    http://www.xmlrpc.com/

</F>





More information about the Python-list mailing list