关于 Zope2、Zope3 与 Django 的问题

在使用 Python 的过程中,总觉得应该带一个构架才好。

有使用过 Zope 与 Django 的朋友可不可以一起讨论一下优劣。

Zope2用了很久,有Plone为其加快建站,相当于 fronpage, 但功能更强;
后来 Zope3 出现了,将功能组件化, 更易搭建与维护;
Django相对于Zope属轻量型,并且能支持GIS操作,入门稍有些繁索。Python+Django+Google Map这样紧密结合实际的应用今后会大有用武之地。


Zope整体较紧密,有点像Apache+Mysql+PHP的集合,不易做二次扩展。

大家对我对Python工具的理解有何指教。尤其想听听对 Zope 较有经验朋友的见解。

今天看了 http://www.winu.cn/htmls/098/109/ 如下:
  reconcile Plone with Oracle and searching for the right Zope/Plone LDAP product that would work with my configuration.
  The more custom code for Oracle integration I wrote, the less I could use of Zope/Plone’s built-in features, like security ACLs, workflow, “free” CRUD templates from Archetypes, etc.
  Django feels like just another Python library without writing Python interface class or editing this XML file(like Zope).security and permissions.
  提到 Django 作为库引入,相对于Zope更安全且易操作。而Zope时不时的更改Configue已经让笔者崩溃和放弃了。
 

你可能感兴趣的:(oracle,mysql,django,python,workflow)