kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Consider leveraging Commons DbUtils #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Consider using commons-dbutils for DB related code.  This will make the
code more portable (across JDBC drivers) and robust.  Methods like
DatabaseTableDataSource.mapResult might not be needed also, as there are
many ResultSetHandlers included including a MapHandler:
http://commons.apache.org/dbutils/apidocs/index.html?org/apache/commons/dbutils/
handlers/MapHandler.html

This library will help prevent issues such as 104
(DatabaseTableDataSource.recordPropertyChange has similar issues).
http://code.google.com/p/persevere-framework/issues/detail?id=104

More info here:
http://commons.apache.org/dbutils/
http://commons.apache.org/dbutils/examples.html

Original issue reported on code.google.com by schisamo on 25 Feb 2009 at 7:52

GoogleCodeExporter commented 8 years ago
This sounds like a great idea, this definitely seems like it would make things 
more
robust.

Original comment by kris...@gmail.com on 25 Feb 2009 at 11:08

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 30 Apr 2009 at 3:42