» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with persistence + Development

sqlitepersistentobjects - Google Code

This project uses the objective-C runtime to implement a pattern similar to ActiveRecord, but driven by the object's properties rather than the tables in the database. The objects are completely self-contained - you do not need to write SQL or even create a SQLite file. You just subclass an existing class, and your model objects inherit the ability to load and save themselves from the database.

opensource: del.icio.us tag/opensource

Catch Jackrabbit and the Java Content Repository API

Relational and object databases lack many data management features required by modern applications, such as versioning, rich data references, inheritence, or fine-grained security. Content repositories extend databases with such additional capabilities. The Java Content Repository API (JSR 170) defines a standard to access content repositories from Java code, and promises to greatly simplify Java database programming. This article reviews the Java Content Repository API and its open-source implementation, Apache Jackrabbit, from a developer's perspective.

JSR-170: del.icio.us/tag/jsr170

JBoss Envers

Easy versioning of persistent JPA classes. Annotate a class or some properties with @Versioned. For each versioned entity, a table will be created, which will hold the history of changes made to the entity.

Hibernate: del.icio.us tag/hibernate

Envers

The Envers project aims to enable easy versioning of persistent JPA classes. For each versioned entity, a table will be created, which will hold the history of changes made to the entity. You can then retrieve and query historical data without much effor

opensource: del.icio.us tag/opensource

Envers

The Envers project aims to enable easy versioning of persistent JPA classes. For each versioned entity, a table will be created, which will hold the history of changes made to the entity. You can then retrieve and query historical data without much effor

Hibernate: del.icio.us tag/hibernate

Page 1 | Next >>