Hi List,

Has anyone considered or investigated using the mapper as a tool to map classes to HTML forms as well as DB-API drivers? I'm working on a mapper that uses FormEncode for server-side validation and a set of custom-written _javascript_ validators on the client side. In writing the mappers and an HTML form builder, it began to remind me a bit of the SA wrappers.

In fact I find like 90% of the time, I'm mapping from SA classes to these objects anyway -- so I'm wondering just how generic the visitor pattern functions in the SA data mapper are. Could they be repurposed like this, or would it be better to just write my own?

Rick

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to