I have been reading about Jython and would like to know if anyone is considering porting Zope to J2EE as Jython would seem to allow this through compiling Python source down to Java beans,servlets and such. Anyone know what the technical issues are? What are people's thoughts about this idea? Background, my company is making a big J2EE push but we are also in desperate need of a good content management system. Zope seems the perfect thing but I am being told off because "it's not Java". - Greg
On Wed, 14 Mar 2001 Gregory_Propf-Contractor@stricom.army.mil wrote:
I have been reading about Jython and would like to know if anyone is considering porting Zope to J2EE as Jython would seem to allow this through compiling Python source down to Java beans,servlets and such. Anyone know what the technical issues are?
You couldn't port ExtensionClass. It is essencial Zope part, written in C. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
On Wed, 14 Mar 2001 Gregory_Propf-Contractor@stricom.army.mil wrote:
I have been reading about Jython and would like to know if anyone is considering porting Zope to J2EE as Jython would seem to allow this through compiling Python source down to Java beans,servlets and such. Anyone know what the technical issues are? What are people's thoughts about this idea? Background, my company is making a big J2EE push but we are also in desperate need of a good content management system. Zope seems the perfect thing but I am being told off because "it's not Java". - Greg
Aah, Enterprise IT. :-) Zope is about so much more than the CMF, though: would one code JZope objects in Java? This would seem to get us right back to the problems Java has as a web platform--it's *not* an easy language for mid-level webpeople often. If one coded it in Python still, then one work basically be just converting all this Python to Java to run on your server, and you'd pay a speed penalty w/o new features to speak of. Of course, one could take the zen of zope and port it to Java: TTW editing, products, etc. I'm sure, in fact, many companies are scrambling to create way of slinging beans around with web interfaces, but I don't know of any Open Sourc efforts. Now, could Zope still be Zope, but call Java objects? That would seem a fascinating concept, and well beyond my cluefulness... -- Joel Burton <jburton@scw.org> Director of Information Systems, Support Center of Washington
----- Original Message ----- From: "Joel Burton" <jburton@scw.org> To: <Gregory_Propf-Contractor@stricom.army.mil> Cc: <zope@zope.org> Sent: Wednesday, March 14, 2001 5:52 PM Subject: Re: [Zope] Zope and J2EE <schnip>
Now, could Zope still be Zope, but call Java objects? That would seem a fascinating concept, and well beyond my cluefulness... </schnip>
Oh yes indeed it could, that is I've managed in a small way to get Zope/Python using native Java classes as if they were native to Python (almost). I did have a small example up on my machine in work, but, wouldn't you know it, I did a clean re-install of Zope today. I'll get the page back up tomorrow and post the list again. Phil
participants (4)
-
Gregory_Propf-Contractor@stricom.army.mil -
Joel Burton -
Oleg Broytmann -
Phil Harris