[Zope-CMF] java classes in zope
Jens Vagelpohl
jens@zope.com
Tue, 13 Aug 2002 11:35:34 -0400
why don't you take a look at that JDBC DA zope product and see how it does
it? in a lot of cases the source is the best reference.
jens
On Tuesday, August 13, 2002, at 11:14 , cijiisen wrote:
> Hi,
>
> I saw a JDBC DA zope product !
> I suppose its managing to use java classes in zope
> since its able to use the jdbc classes.
> Can someone tell me how I can use java classes in zope?
> i.e to be able to write java classes that will do some
> processing and be able to access zope objects inside java code
> and return back to other zope components.
> i.e use java classes pretty much the way python code can be used!
>
> awaiting your reply,
> Ciji Isen
>
> NB: Unfortunatly Zope-JSP wont server the purpose!