Hi all, Is there any way to integrate Django frame work with Zope2 If possible please tell a good book for installing and understanding cmf plone in zope 2 Please help -- View this message in context: http://www.nabble.com/Integrating-zope2-with-Django-tp25577998p25577998.html Sent from the Zope - Dev mailing list archive at Nabble.com.
Am 27.09.09 19:46, schrieb joseph_ig:
Hi all, Is there any way to integrate Django frame work with Zope2 ? What would the sense to use two different web frameworks side-by-side? Sorry, makes no sense...
If possible please tell a good book for installing and understanding cmf plone in zope
plone.org docs.zope.org If you are new to Zope technology, look at Grok or repoze.bfg first. -aj
Hi Andeas, Well I am already using zope2.7 but not that expert in managing the CMF plone site.Please mention how to introduce a MVC (Modal view Controller) architecture in CMF Plone site. Andreas Jung-5 wrote:
Am 27.09.09 19:46, schrieb joseph_ig:
Hi all, Is there any way to integrate Django frame work with Zope2 ? What would the sense to use two different web frameworks side-by-side? Sorry, makes no sense...
If possible please tell a good book for installing and understanding cmf plone in zope
plone.org docs.zope.org
If you are new to Zope technology, look at Grok or repoze.bfg first.
-aj
begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. & Co. KG adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany email;internet:info@zopyx.com title:CEO tel;work:+49-7071-793376 tel;fax:+49-7071-7936840 tel;home:+49-7071-793257 x-mozilla-html:FALSE url:www.zopyx.com version:2.1 end:vcard
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- View this message in context: http://www.nabble.com/Integrating-zope2-with-Django-tp25577998p25636002.html Sent from the Zope - Dev mailing list archive at Nabble.com.
Am 27.09.2009, 20:10 Uhr, schrieb joseph_ig <gladiatorg4@gmail.com>:
Hi Andeas, Well I am already using zope2.7 but not that expert in managing the CMF plone site.Please mention how to introduce a MVC (Modal view Controller) architecture in CMF Plone site.
Dear Joseph, if you are working with Plone then you should probably address your question to a Plone list. This mailing list is really for working on the various components of the Zope Toolkit. If you are working with Zope 2.7 + Plone then it probably a good idea to upgrade to a more recent version of Zope + Plone. If you want an idea of MVC development with Zope then I can heartily recommend "Web Component Development with Zope 3" by Philip von Weitershausen. But there are also Plone specific books. Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtztstr. 20 Düsseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226
Hi Charlie, Thanks for the clarification. I will check out that book. Thanks. Charlie Clark-6 wrote:
Am 27.09.2009, 20:10 Uhr, schrieb joseph_ig <gladiatorg4@gmail.com>:
Hi Andeas, Well I am already using zope2.7 but not that expert in managing the CMF plone site.Please mention how to introduce a MVC (Modal view Controller) architecture in CMF Plone site.
Dear Joseph,
if you are working with Plone then you should probably address your question to a Plone list. This mailing list is really for working on the various components of the Zope Toolkit. If you are working with Zope 2.7 + Plone then it probably a good idea to upgrade to a more recent version of Zope + Plone.
If you want an idea of MVC development with Zope then I can heartily recommend "Web Component Development with Zope 3" by Philip von Weitershausen. But there are also Plone specific books.
Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtztstr. 20 Düsseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226 _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- View this message in context: http://www.nabble.com/Integrating-zope2-with-Django-tp25577998p25636248.html Sent from the Zope - Dev mailing list archive at Nabble.com.
joseph_ig escribió:
Hi all, Is there any way to integrate Django frame work with Zope2 If possible please tell a good book for installing and understanding cmf plone in zope 2 Please help
Hello I believe to integrate Django with a Zope2 application there are two approaches at least. One is to do the integration at Model or Data Layer, which is the approach ContentMirror (CM) uses to integrate Plone (an application made with Zope) with Django or any other (agile) framework. There are Plone front ends using CM made with Django, Pylons, Repoze, Grok, GoogleAppengine. If i'm not wrong, CM uses events and SQLAlchemy to replicate data from ZODB to a relational database, and then you connect your database with your favorite front end. CM is very focused on Plone, but if you have any other application, I believe you could reuse some ideas at least. More information about ContentMirror: Project's page: http://code.google.com/p/contentmirror/ A PyCon talk by Carlos de la Guardia (slides + video): http://us.pycon.org/2009/conference/schedule/event/85/ Another approach is to use Deliverance. Using deliverance you'll be able to integrate your application at View or user interface layer. Basically the approach is to unify the skin of both applications and issues such as authentication. There are very interesting success stories such as Coactivate (http://www.coactivate.org), where Plone is integrated with wordpress, a php application. More information about deliverance: Project's page: http://www.coactivate.org/projects/deliverance A blog post by Ian Bicking: http://blog.ianbicking.org/2008/10/06/the-philosophy-of-deliverance/ A pycon talk by Matt Hamilton: http://www.slideshare.net/hammertoe/lipstick-on-a-pig Kind Regards r. -- http://robertoallende.com
participants (4)
-
Andreas Jung -
Charlie Clark -
joseph_ig -
Roberto Allende