We've built a taglib generator that creates a custom JSP tag (as well as a base-table class) for each table in a JDBC database. I consider it a simple object-relational mapping tool as each table is an object with "well-known" methods such as insert(), update(), delete(), select(), fetch(), and bean-style methods for accessing each column and foreign key within the underlying table. Take a look at http://www.sqltags.org for more information.
BTW, let me know what you think. --Steve -----Original Message----- From: Bruce Buttles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 11:47 AM To: [EMAIL PROTECTED] Subject: Open Source JDO Implementation?? Does anyone know of an open source JDO (Java Data Objects) implementation? I know of a number of great Object-Relational mapping tools but none that are JDO compliant. I know JDO is still pretty new ... but the spec looks pretty cool. Also, I haven't seen any Apache activity around this yet. All the JDO Implementations I've found (except that in Sun's Forte) are either NOT free ... or free for "Non-Commercial" use. Anyone have some insight for me on this? Is there an Apache project out there for JDO that maybe I've overlooked? Thanks! -Bruce _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
