| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tutorials Weblogs |
- iBATIS, Hibernate, and JPA: Which is right for you? by K. L. Nitin, Ananya S., Mahalakshmi K., S. Sangeetha - [Clicks: 202]
Don't let the old object-relational impedance mismatch get the best of you or your data. Compare ORM tools Hibernate and iBATIS and the Java Persistence API itself, and find out how each one makes it easier to access your RDBMS using Java code.
http://www.javaworld.com/javaworld/jw-07-2008/jw-07-orm-comparison.html - Jul, 2008 - Basic Java Persistence API Best Practices by Dustin Marx - [Clicks: 25]
The Java Persistence API (JPA), which is part of the Enterprise JavaBeans (EJB) 3.0 spec and is now the standard API for persistence and object/relational mapping for the Java EE platform, provides several advantages to Java developers for data-binding purposes. First, it provides a common API for persistence in both the standard and enterprise Java worlds. Second, the JPA provides a standard API that can be used for multiple different data stores. Third, JPA provides object-relational mapping technology that can be applied in the same manner to these various contexts (standard Java, enterprise Java, and various databases). This article provides an overview of how to fully enjoy these advantages of the Java Persistence API.
http://www.oracle.com/technology/pub/articles/marx-jpa.html - May, 2008 - Understanding the Java Persistence API, Part 2: Relationships the JPA way by Aditi Das - [Clicks: 34]
Don't let poorly mapped data relationships make a mess of your Java applications: learn how to detangle them with Java 5 annotations and the Java Persistence API.
[Includes source code]
http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa2.html - Jan, 2008 - Understanding JPA, Part 1: The object-oriented paradigm of data persistence by Aditi Das - [Clicks: 45]
Learn how the Java Persistence API takes the burden of database access off of your shoulders and keeps your code coolly object oriented.
[Includes source code]
http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa1.html - Jan, 2008 - Generate Ajax J2EE Web applications with jpa2web by Maximo Gurmendez - [Clicks: 20]
Learn about, try, and contribute to a new open source tool - jpa2web - which generates J2EE Ajax-based Web applications from JPA-annotated beans. Using the ZK framework, the applications generated by this tool allow your users to add, delete, search, modify, and interconnect instances of database-synchronized objects in a friendly, Ajax-based Web user interface.
http://www.ibm.com/developerworks/java/library/wa-aj-jpa2web/index.html - Jan, 2008
- JPA 101: Java Persistence Explained by Chris Maki - [Clicks: 141]
JPA 101: Java Persistence Explained is a fundamentals guide to the ins and outs of JPA, the Java object/relational mapping and persistence standard for both Java SE and Java EE applications. The book covers the basics of working with the JPA, JPA annotations, Entity Manager, JPA Query Language, and tools.
http://www.sourcebeat.com/books/jpa.html - NOT YET PUBLISHED
- Developing JPA Applications with WebSphere Application Server Community Edition by Phani Madgula - [Clicks: 8]
The Java Persistent API (JPA) makes it easier than ever to design and develop the persistent part of JEE applications. This tutorial walks you through all the nuances of this new API, developing a sample application using Eclipse and WebSphere Application Server Community Edition. Both WebSphere Application Server Community Edition and Eclipse are available for download at no charge, so you can get started in just a few minutes.
[Formats: html, pdf]
http://www.ibm.com/developerworks/websphere/library/tutorials/0807_madgula/0807_madgula.html - Jul, 2008
- JPA 101 ~ Weblog by Chris Maki - [Clicks: 46]
http://www.jroller.com/page/cmaki