libjdo-api-java 2.2-1 source package in Ubuntu

Changelog

libjdo-api-java (2.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release. (Closes: #584965).
  * Bump Standards-Version to 3.8.4. No changes were needed.
  * Update Vcs-* fields.
  * Drop unneeded dependences on JREs.
  * Switch source package to format 3.0 (quilt).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  11 Jun 2010 08:34:50 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libjdo-api-java_2.2.orig.tar.gz 127.0 KiB 4f3beafa07b8494838957ae87788eac5e7b0f613a1744dab68c62a65fd9b0d37
libjdo-api-java_2.2-1.debian.tar.gz 3.1 KiB 2793c5fcbf22623b2279e1b31cee063aa4c47dced35a4e22024137f1af828ed0
libjdo-api-java_2.2-1.dsc 1.3 KiB b34ebc119aa287c049c3fa4dd0ade0641d94058c01646b7cbd9acd5e54ae1543

Available diffs

View changes file

Binary packages built by this source

libjdo-api-java: implementation of JSR 243: Java Data Objects 2.0

 Java Data Objects (JDO) is a standard way to access persistent data in
 databases, using plain old Java objects (POJO) to represent persistent data.
 The approach separates data manipulation (done by accessing Java data members
 in the Java domain objects) from database manipulation (done by calling the
 JDO interface methods). This separation of concerns leads to a high degree of
 independence of the Java view of data from the database view of the data.
 .
 Interfaces are defined for the user's view of persistence:
  - PersistenceManager: the component responsible for the life cycle of
    persistent instances, Query factory, and Transaction access
  - Query: the component responsible for querying the datastore and returning
    persistent instances or values
  - Transaction: the component responsible for initiating and completing
    transactions
 .
 JDO is being developed as a Java Specification Request in the Java Community
 Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12
 and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243