Data File Library
The Data File Library provides file-based infrastructure based on the Data Base Classes. It is published under the GNU Lesser General Public License 3.0.
Maven Coordinates
The last version published is 1.3.0. Release Notes can be viewed here.
<dependency> <groupid>eu.ralph-schuster</groupid> <artifactid>data-file</artifactid> <version>1.3.0</version> </dependency> |
Download
You can download the library from maven.org. The latest stable version is 1.3.0. Sources are available through maven.org or can be browsed in GitHub.
Documentation
- Maven Site
- Javadoc
- Release Notes
- Usage of Data Base Classes – explains basic terms and usage of classes
- Using Data Model Classes in Application Code – explains how application code uses a data model
- Data Model Configuration – explains the XML configuration of a data model
- Transactions – explains how transaction demarcation is implemented, configured and used by application code
Previous Releases
- V1.2.9 – Maven Site – Javadoc – Release Notes
Bugs and Change Requests
A Jira instance is setup for you to report bugs and request changes. All you need to do is register and create a new issue for the project and respective module (called Component in Jira).
October 23rd, 2013 at 9:03 am
[…] – A module to support file-based data models was […]