This step-by-step Java Data Objects (JDO) tutorial will show you how to use
JDO to develop standalone and web applications. This JDO tutorial gives you through introduction to
JDO, starting from downloading and installing and developing the sample application to many complex examples. These tutorials will show you how you can make a class persistence and save the data to
the relational database.
The JDO has revolutionized the way Java developers develop the data access program in java. JDO
allows the developers to store and retrieve the objects easily and efficiently.
At Rose India we have developed online JDO examples that will help you learn JDO Fast.
JDO
Implementations
To build application using Java JDO technology, we need the JDO
implementation. Here we have listed all commercial and
non-commercial JDO implementations that are available in the market.
Java Data Objects or JDO is Java's new API for interacting with databases. JDO API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 12 JSR 12 under the auspices of the Java Community Process. JDO helps the programmer to write data access programs with less programming and thus increasing the productivity of the programmers. JDO operates at a higher level, transparently transferring data between in-memory Java objects and your database.
|
Recommend the tutorial |

Ask Questions? Discuss: JDO - Java Data Objects Tutorials
Post your Comment