Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 4956925329 [New] Initial commit of the XML Persistence implementation
This is a rudimentary implementation which works in that objects can be written to the DB, read back and helper methods like keySet, size are also implemented
2012-06-08 19:05:57 +02:00
config [New] Initial commit of the XML Persistence implementation 2012-06-08 19:05:57 +02:00
src/ch/eitchnet/xmlpers [New] Initial commit of the XML Persistence implementation 2012-06-08 19:05:57 +02:00
test/ch/eitchnet/featherlite/plugin/xmlpers/test [New] Initial commit of the XML Persistence implementation 2012-06-08 19:05:57 +02:00
.gitignore [New] Initial commit of the XML Persistence implementation 2012-06-08 19:05:57 +02:00
README.md Initial commit 2012-06-08 09:47:44 -07:00

README.md

ch.eitchnet.java.xmlpers

Generic Java XML persistence layer. Implemented to be light-weight and simple to use