Reinhold Strobl wrote:

Hi,

I know from http://philikon.de/files/zope3-for-zope2-developers.pdf that ZopeX3
Component Architecture is more/differs than/to Model-View-Controller.

Model = Content in Zope
View = Views in Zope

but what about the controller? Where should I place the application logic? I
mean, I will explain my problem with a example.

Hi,
the zope3 "views" are both the "View" and the "Controller" in MVC . The controller part of MVC is delegated to views using request/response pattern.

concerning the model, the storage used by the model needs not be persisted on the server. A model can store information in RAM or in a cookie, ...

cheers
/JM


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to