Saturday, October 11, 2008
JavaResources provides free java hosting for...
Apr 19, 2008
|
Database Access
java Database Access
|
Enterprise Java applications often move data back and forth between Java objects and relational databases. There are several ways to do this, ranging from manually coded SQL to sophisticated object-relational mapping (ORM) solutions such as Hibernate.
http://www.onjava.com/pub/a/onjava/2006/09/13/dont-let-hibernate-steal-your-identity.html
|
|
Java Database Connectivity (JDBC), which has existed from the first public version of the core Java language, has evolved significantly over the last 10 years. In its current version, 4.0, which will be packaged with Java Standard Edition 6.0,it shows significant improvements in design and provides a richer API, with focus on ease of development and improvement in productivity.
http://www.javaworld.com/javaworld/jw-05-2006/jw-0501-jdbc.html
|
|
|