[Zope-dev] zope.catalog in ZTK

2009-09-27 Thread Albertas Agejevas
Hi all, zope.catalog is a crucial part of ZTK, as it adds the equivalent of RDBMS SELECT queries to our ODB based apps. However in my opinion its default setup is suboptimal as a generic library in ZTK, because it is hardwired up for ZMI point and click operation. As soon as you create and

[Zope-dev] Zope Tests: 8 OK

2009-09-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Sep 26 12:00:00 2009 UTC to Sun Sep 27 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Sat Sep 26 20:52:45 EDT 2009 URL:

Re: [Zope-dev] zope.catalog in ZTK

2009-09-27 Thread Chris McDonough
We teased out all this ZMI- and event-handling related behavior in repoze.catalog. r.catalog consumes no events, and disuses the IIntIds utility. It's otherwise a lot like zope.catalog. It might be a good starting point if you want more control. FWIW, we use this code heavily in several

[Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
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

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread Andreas Jung
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

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
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

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread Charlie Clark
Am 27.09.2009, 20:10 Uhr, schrieb joseph_ig gladiato...@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

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
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 gladiato...@gmail.com: Hi Andeas, Well I am already using zope2.7 but not that expert in managing the CMF plone site.Please mention how