I've done a bit of Java web development in the past: Tomcat serves up JSPs and servlets, that's all. You can't really compare that to zope. With tomcat, you don't get an ODB, persistence, built in security, TTW management interface, (good) separation of presentation and business logic, etc... For a more meaningful comparison, you could compare zope to J2EE, which provides for concepts of object-relational mapping, persistence, etc. The open source J2EE server is jboss. As an enterprise platform, J2EE is better than zope, perhaps: they have thought long and hard about scaleability, replication, remote invocation, 'web services', etc. As a rapid development platform, though, it sucks (again IMO). Java is so verbose, deploying an application takes ages, and you still don't get some of the powerful zope features like the security model out of the box. There is a lot more documentation about J2EE, JSP, etc, of course. So, I think the only reasons to use a J2EE solution are (a) if you're doing a big enterprise-scale project with specific requirements, (b) if you want a buzzword on your CV, or (c) you will be handing on development to other parties (zope being fairly unknown still) seb On Thu, 2002-01-17 at 11:55, fsd fds wrote:
ok ok, I know, I don't want to start a holy war here.
I've been using Zope for a while, and I love python, but I see many people moving towards java/jsp/tomcat. I've studied java, but never liked too much, and so I tried to avoid it. But with all this "momentum" behind it, I think I might give it a try.
Of course, being this a zope list, I know i'll get more positive opinions about the zope platform, but I'd like to hear from people who have tried both zope and tomcat:
* what are the strenghts and weakness of both platforms?
* is it possible to have something like the Zope Management Interface for Tomcat?
* is tomcat web development object oriented as the zope one (I just love having objects that talk to each other and produce the pages. Makes design much easier and powerful)
well, thanks in advance to the great zope community!
Joe
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )