Subject: new db project.... on SourceForge for now (Roll your own beans) From: "Vic C." <[EMAIL PROTECTED]> === Castor or Tourqe is not ideal. http://www.mail-archive.com/general%40jakarta.apache.org/msg03376.html and http://www.softwarereality.com/programming/ejb/EJB_101Damnations.pdf imply that roll your own beans is best and I had similar experience.
I have used bellow design on a few projects, like Struts based webPIM DAO(also on SourceForge) and client's sites with success: http://sourceforge.net/projects/basejdao is the new project, and will now be developed. It is SQL based, and does CRUD optimistic for you. The goal is to give it any valid or native SQL. It uses rowset for a collection, and metadata to enumerate the rowset to create CRUD SQL strings. Very fast, very low overhead. I intend to put in on db.apache.org. fyi, Vic -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
