on 4/26/02 2:30 PM, "Steve A. Olson" <[EMAIL PROTECTED]> wrote:

> Regarding Generators ... not really O/R ... but we've had success with
> SQLTags (www.sqltags.org) that uses a generator to produce a java class and
> JSP tag for each table defined by the JDBC metadata.  Each tag knows how to
> compose an insert, update, and delete statement; provides bean-style access
> to each column in the table; provides bean-style access to each parent
> foreign and child key for the underlying table. The tags can be nested to
> provide master-detail relationships based on the foreign key name-- without
> any SQL or JOINS.  SQLTags is currently very early in development, but we
> would welcome feedback from anyone who is interested.
> 
> --Steve Olson

Bah. Throws the entire concept of MVC out the window.

-jon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to