Just found the time to take a look at this. It seems like it might be a good match. Seems like we could implement the "populateObject" type methods with this by creating an appropriate RowHandler inner class in the Peer objects.
However, the populateObject method that takes an offset might be a bit of a challenge. I'm also thinking that we might want to replace the Village Record class with a DynaBean (commons BbeanUtils) similar to the one in the DDLUtils package: http://db.apache.org/ddlutils/api/index.html?org/apache/ddlutils/dynabean/package-summary.html We might even be able to use this one. Either way it will make integration with the DDLUtils package easier. > -----Original Message----- > From: Thomas Vandahl [mailto:[email protected]] > Sent: Tuesday, April 28, 2009 12:35 PM > To: Apache Torque Developers List > Subject: commons-dbutils 1.2 released, replace Village? > > I just noticed that this project released version 1.2 of the package > recently. This looks as if it could help with replacing Village. > Just a thought. > > Bye, Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > DukeCE Privacy Statement: Please be advised that this e-mail and any files transmitted with it are confidential communication or may otherwise be privileged or confidential and are intended solely for the individual or entity to whom they are addressed. If you are not the intended recipient you may not rely on the contents of this email or any attachments, and we ask that you please not read, copy or retransmit this communication, but reply to the sender and destroy the email, its contents, and all copies thereof immediately. Any unauthorized dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
