Oracle on Ulitzer
The Java Persistence API (JPA) is the enterprise standard for accessing
relational data in Java. JPA provides support for mapping Java objects to a
database schema and includes a simple programming API and expressive query
language for retrieving mapped entities from a database and writing back
changes made to these entities. JPA offers developers productivity gains over
writing and maintaining their own mapping code allowing a single API
regardless of the platform, application server, or persistence provider
implementation. Besides the productivity gains the leading implementations
offer developers valuable performance and scalability benefits through the
inclusion of caching solutions. These caching solutions allow frequently
accessed entities to be cached which reduces the number of queries going to
the database and the amount of processing tim... (more)
On June 26, 2006 the Eclipse Foundation announced the availability of new
releases of 10 Open Source projects. This simultaneous release event, named
Callisto, garnered a lot of attention for the 10 projects involved. But,
meanwhile, on the same day and without much fanfare, not even a press
release, the Dali JPA Tools project shipped its first formal release numbered
0.5. With the release of Dali 0.5, developers now have a solid set of tools
for developing applications for the new Java Persistence API (JPA) in
Eclipse.
The Java Persistence API
The Java Persistence API is part o... (more)
On June 26, 2006 the Eclipse Foundation announced the availability of new
releases of 10 Open Source projects. This simultaneous release event, named
Callisto, garnered a lot of attention for the 10 projects involved. But,
meanwhile, on the same day and without much fanfare, not even a press
release, the Dali JPA Tools project shipped its first formal release numbered
0.5. With the release of Dali 0.5, developers now have a solid set of tools
for developing applications for the new Java Persistence API (JPA) in
Eclipse.
The Java Persistence API
The Java Persistence API is part o... (more)