Friday, July 16, 2010

Java Data Objects By David Jordan, Craig Russell


Java Data Objects revolutionizes the way Java developers interact with databases and other datas-tores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTS to perform queries: your JDO implementation takes care of persistence behind-the-scenes and you make queries based on the fields of your Java objects using normal Java syntax.
Publisher : O'Reilly
Pub Date : April 2003
ISBN : 0-596-00276-9
Pages : 380

No comments:

Post a Comment