RE: [SQLObject] SQLObject & Webware FormKit Integration
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian S. <Ian...@et...> - 2004-01-12 21:38:32
|
Ian Bicking wrote: >> Well, I've been thinking about it of course, especially with respect to FormEncode (http://formencode.org). But it's something that I keep putting aside. << Thanks for the update on this and on the Archetypes & PyProtocols links. = They make for interesting reading. Is PyProtocols stable? I keep looking = at PEAK but the fact that the Tutorial PDF runs out at Page 25 just as = it starts to get interesting worries me. Its been that way for a loooong = time. Adaptation looks very promising. I just wish it didn't require all that = extra typing.... -----Original Message----- From: Ian Bicking [mailto:ia...@co...] Sent: Monday, January 12, 2004 8:30 AM To: Ian Sparks Cc: Sqlobject-Discuss@Lists. Sourceforge. Net (E-mail) Subject: Re: [SQLObject] SQLObject & Webware FormKit Integration On Mon, 2004-01-12 at 11:29, Ian Sparks wrote: > Has anyone given any more thought to SO -> Webware (esp Fun/FormKit) = integration? Well, I've been thinking about it of course, especially with respect to FormEncode (http://formencode.org). But it's something that I keep putting aside. With FormEncode, the validation schema would be created through adaptation, probably adapting the object or class (e.g., adapt the object to edit it, adapt the class to create a form for a new object).=20 The adaptation uses PyProtocols (http://peak.telecommunity.com/PyProtocols.html), though it would be familiar to Zope 3 developers. Something slightly less ambitious would probably be pretty easy to make right now. Using FormEncode isn't *very* far off, but I know I still get confused thinking about how the API should work, even when the pieces are ready to be put together. Really, I might have everything in place now, I just haven't tried to actually put it all together. I think most of the stuff I've worked on is in FormEncode's CVS repository. I've submitted a proposal about FormEncode for PyCon, so if that goes through I will probably be doing a lot of work on FormEncode (and SO integration) to get things polished to show it off. (FWIW, I think there's also some considerable overlap with the Archetypes project that Sidnei's working on) Ian |