[Zope] n-tier architecture

Greg Lappen greg.lappen@appnet.com
Wed, 12 Apr 2000 14:11:11 -0400


Hi all, I am evaluating Zope as an alternative to J2EE (Enterprise Java
Beans, Java Server Pages, Servlets, etc.)  In a J2EE application, the
JSP and servlet are the presentation layer, the EJB's are the business
logic layer, and the database is the data layer.  How does this map to
Zope?

It looks like you put your business logic in DTML methods, but this
seems like the business logic would get scattered throughout the
presentation layer.

Any help would be appreciated.  Thanks!

Greg