[Zope] using a Java servlet from Zope

Chris Withers chrisw@nipltd.com
Fri, 08 Feb 2002 11:10:29 +0000


Carlos,

Please keep discussions on the mailing list.

Carlos Alberto Micucci wrote:
> 
> Thanks. But, How you connect an ZOPE object like DTML
> method with .jar? 

Sorry, but that question doesn't really make any sense.
What are you actually trying to achieve?

> Are you using an applet HTML tag? or
> XML-RPC or ...?

As it happens, I wrote an external method which used JPE's java.importClass
method to import the java classes I wanted to use. These were instantiated in
the external method and used as needed.

cheers,

Chris