A Small Note on JDO and JDBC 3.0

As a technology, JDO complements the JDBC API. It is an interface used for storing Java data objects into a data store. It provides an API for transparent database access. Using JDO, you can retrieve data on the application end right away, manipulate it locally, and then persist it to the database. It has been designed to be layered on top of the JDBC and SQL relational database technologies, so that the programmer can use the Java programming language to develop database-language-independent code. This technology also offers query facilities that can query from the Java object model of your application. JDO also provides a standard Java Interface to support Object Relational Mapping.

JDBC 3.0 is the new JDBC ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.