How can I make java + zope integration for web application development? Have it somthing for this? Does it must to know Python, is it necessary?
--On Donnerstag, 23. Oktober 2003 16:06 Uhr +0400 "\"Bibikov Kirill\" " <bkirill@mail.ru> wrote:
How can I make java + zope integration for web application development? Have it something for this? Does it must to know Python, is it necessary?
Zope has never been designed to work with Java except through calling Java through external processes. Check the mailing list archive since this is a FAQ. -aj
On Thu, Oct 23, 2003 at 03:13:56PM +0200, Andreas Jung wrote:
--On Donnerstag, 23. Oktober 2003 16:06 Uhr +0400 "\"Bibikov Kirill\" " <bkirill@mail.ru> wrote:
How can I make java + zope integration for web application development? Have it something for this? Does it must to know Python, is it necessary?
Zope has never been designed to work with Java except through calling Java through external processes. Check the mailing list archive since this is a FAQ.
You can also go the other way - make calls to Zope from java via http. http://sourceforge.net/projects/pstream/ ... although it looks like skyleach is several months behind on his cvs commits. He's a coworker of mine, we've been using this in production for quite a while. Personally I think it's a bit nuts (I'd rather do all the apps in python if not zope), but i'm just one zope/python guy in a hardcore java shop :-] and I'm happy that it got us to use zope for content management instead of a $$$$$ java CMS. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's AMBIENT SUSPICIOUS PROFESSOR! (random hero from isometric.spaceninja.com)
Paul Winkler wrote:
You can also go the other way - make calls to Zope from java via http. http://sourceforge.net/projects/pstream/
hm... no one has menetioned JPE yet, I see. JPE = the Java Python Extension. http://jpe.sourceforge.net/ I think chrisw did some work one ot two years ago with JPE and Lucene. Looking at the cvs for jpe.sourceforge.net I see that there has not been much activity the last 19-20 months, though... /dario -- -- ------------------------------------------------------------------- Dario Lopez-Kästen, IT Systems & Services Chalmers University of Tech.
participants (4)
-
"Bibikov Kirill -
Andreas Jung -
Dario Lopez-Kästen -
Paul Winkler