[Zope-CMF] Re: java classes in zope

cijiisen cijiisen@hotmail.com
Wed, 14 Aug 2002 11:16:20 +0530


Hi all,

Would it be possible to make use of
JPE (Java-Python Extension)
http://jpe.sourceforge.net/
for using java inside zope?
JPE allows java programs to access python classes.
I hope some experienced zope developers would have some idea on this.
If so hope someone can help me.
It would be great if I could do all my development in Java and yet make use
of zope and its components.
i.e be able to do the coding I do in java !

Thanks,
Ciji Isen

----- Original Message -----
From: "Phil Dodderidge" <pdodde@poyntz.com>
To: "cijiisen" <cijiisen@hotmail.com>
Sent: Tuesday, August 13, 2002 10:27 PM
Subject: Re: java classes in zope


> I am afraid that I won't be much help.  I don't think it is possible to
> do what you want to do.
>
> The JDBC product that I wrote ran in it's own process and I passed it
> queries using sockets.  You may be able to do something similar if you
> really need to use java, but if there is any way for you to avoid it you
> should stick with Python.  I only wrote the product because JDBC was the
> only driver available for DB/2 on AS/400.
>
> Phil
>
> cijiisen wrote:
>
> > Hi,
> > I saw your JDBC DA zope product !
> > I suppose you are managing to use java classes in zope
> > since you are able to use the jdbc classes.
> > Do you know 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
> >
>