On 2006-02-24 at 18:31:19 [+0100], Sanjay Arora <[EMAIL PROTECTED]> wrote: > We are considering Plone for CMS/Workflow app. However, some of the data > from Zodb would need to be replicated into the existing postgreSQL CRM/SCM > system, using triggers or something similar. What would be required to do > the job?
You can use APE to configure where data which is normally stored in the ZODB is stored. As for workflow there are a number of Products which you can use such as CMF Workflow. Charlie -- Charlie Clark eGenix.com Professional Python Services directly from the Source >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2005-10-17: Released mxODBC.Zope.DA 1.0.9 http://zope.egenix.com/ ::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! :::: _______________________________________________ Zope-DB mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-db
