when will FSZSQLMethodes be ready for primetime?
Hello, I'm trying to use zsql methods from the filesystem using the filesystem directory view. DTML, ZPT, and python scripts show up but not the .zsql files. Is there a way I can get them working now? Is there a time frame for its release? Thanks, - James _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
James Johnson <tacomabbs@hotmail.com> wrote:
I'm trying to use zsql methods from the filesystem using the filesystem directory view. DTML, ZPT, and python scripts show up but not the .zsql files. Is there a way I can get them working now? Is there a time frame for its release?
CMF 1.3 has them. Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 87 http://nuxeo.com mailto:fg@nuxeo.com
they are already available. chris withers contributed them to the CMF code base. unfortunately, the semantics differ widely from the accepted standards for putting information like parameters at the top of the file. his syntax is all different :/ jens On Friday, August 23, 2002, at 10:42 , James Johnson wrote:
Hello, I'm trying to use zsql methods from the filesystem using the filesystem directory view. DTML, ZPT, and python scripts show up but not the .zsql files. Is there a way I can get them working now? Is there a time frame for its release? Thanks, - James
Jens Vagelpohl wrote:
code base. unfortunately, the semantics differ widely from the accepted standards for putting information like parameters at the top of the file. his syntax is all different :/
I find this comment quite annoying. What are these 'accepted standards' you speak of? Where are they documented? If you mean the way Script (Python)'s do this, I'd hardly call the an accepted standard or even relevant in this case. ZSQL Methods are DTML based, not python based. Perhaps you can enlighten me as to the documented accepted standards for specifying named parameters of filesystem based DTML methods? How about page templates? ;-) For me, a dtml-comment block seems the logical equivalent of a set of python comments. Other than that, FSZSQLMethods beahve identically of normal ZSQL Methods. All that is missing is a bit of documentation, which I'll see if I can add now. cheers, Chris
participants (4)
-
Chris Withers -
Florent Guillaume -
James Johnson -
Jens Vagelpohl