[Zope] Zope3 DTML in Filesystem ZSQL

David Pratt fairwinds at eastlink.ca
Thu May 19 10:16:45 EDT 2005


I've decided to stick with DTML for the time being since I can write 
and test my sql as sql and stick with my ZPT skills.  I realize the DB 
API is also nice but the advantage of writing as DTML is that if you 
had to go back to plain sql if needed and you are not tied to your 
python code.  Portability is important since you never know what the 
future brings and it is simpler to change interfaces than work out all 
your sql all over again on a larger app.

I have looked at Five and Zope3 and I will likely wait for a few 
releases of 2.8 before jumping in on production sites but will put it 
on a development server to learn and experiment.

Regards,
David

On Thursday, May 19, 2005, at 05:39 AM, Lennart Regebro wrote:

> On 5/18/05, Stephan Richter <srichter at cosmos.phy.tufts.edu> wrote:
>> On Wednesday 18 May 2005 16:50, David Pratt wrote:
>>> Wow. This could really simplify things however I am still operating
>>> within the CMF framework so until there is more this way, I don't 
>>> know
>>> what I can use now in this context? What would really be great is the
>>> form generation etc from the zope schema since I am not using
>>> Archetypes or Plone. I could really use that now. I haven't used Five
>>> before. Would this allow me to use the zope schema to autogenerate my
>>> forms with the validation but run it through Zope2?
>>
>> Yep, Five will give you those features.
>
> But, at the moment, only for ascii, because the some Zope 3 widgets
> make unicode(string) calls for no apparent reason, which fails under
> Five if the string contains anything above chr(128). We are looking at
> solving that though. ;)
> -- 
> Lennart Regebro, Nuxeo     http://www.nuxeo.com/
> CPS Content Management     http://www.cps-project.org/
>


More information about the Zope mailing list