[Zope] Newbie questions about MVC, Continuations, Persistence

2006-07-07 Thread Andrew Madu
Hi,I am completely new to the world of Zope and would like to know how zope handles the following:1. MVC2. Continuations3. Persistence ala HibernateI have an existing cocoon project, 2.1.8, which I was contemplating on moving either over to webobjects or zope. I have a number of java classes which

Re: [Zope] Newbie questions about MVC, Continuations, Persistence

2006-07-07 Thread Chris McDonough
Hi Andrew, MVC is a pattern rather than a technology so it's mostly up to you to implement. Zope, the framework, doesn't mandate its use but it does provide facilities that make it easy to implement (via python scripts, Five views and templates, and other things). Zope isn't a