[Zope-xml] java with zope

Bo M. Maryniuck b.maryniuk at forbis.lt
Mon May 12 07:45:39 EDT 2003


On Monday 12 May 2003 12:17, Júlio Silva wrote:
> Take also a look at Jython (http://www.jython.org), using this with Zope
> will be a little more tricky but some Zope External Methods can access it.

External Method?! IOW, request-per-run?.. 8-| This will be VERY slow and 
mostly unusable. 

OTOH, running Zope on Jython instead on CPython is impossible because of 
threads. Then you can do only one efficient thing: is to serve your 
Jython/Java stuff somewhere and communicate with Zope only per XML-RPC or 
SOAP or simple GET (if your requests are less than 4K).

--
Regards, Bogdan

"Besides, I think [Slackware] sounds better than 'Microsoft,' don't you?"
(By Patrick Volkerding)





More information about the Zope-xml mailing list