Member Login

E-mail:    Password:  


Vendor : Sun Microsystems


Email  E-mail this page

Related Content  Related Content

Remember  Remember this item

 

Format: HTML

Date: 01/06/2007


Using the Java Persistence API in Desktop Applications

WORTHWHILE?

0

0 votes


Overview

The JSR 220 specification defines Enterprise JavaBeans 3.0. One of its primary goals is to simplify the creation, management, and storage of entity beans. Working towards that goal, Sun Microsystems and supporting community developers created a new Application Programming Interface (API) that lets one use "Plain old Java objects" or POJOs as the persistable entities. The Java Persistence API facilitates the use of POJOs as entity beans and significantly reduces the need for complicated deployment descriptors and extra helper beans. Additionally, one can even use the API in desktop applications.



See also: Java, Application Development