mardi 16 juin 2015

NoSQL NoJPA just jaxb, xpath, xslt

In some cases the usage of a Data base is over the needs. Sometimes a persitence on disk as (key, value)  concept is suffisant. The key is the path on disk and the value is the file result of marshaling the object.

Let take a simple CRUD example and show how to make the job done.