[Zope] using a Java servlet from Zope

Chris Withers chrisw@nipltd.com
Wed, 06 Feb 2002 23:29:49 +0000


Carlos Alberto Micucci wrote:
> 
> I need to use a Java servlet from Zope. Is there any
> way? There is a .jar (free) that implement a data
> mining algoritms, and I would like to work with it
> from my Zope application.
> Please, can you help me ?

Look at JPE:

http://sf.net/projects/JPE

I used it to use the Lucene indexing engine from inside Zope.

cheers,

Chris