The model-data project provides classes for modeling objects and model binding. The model-data project is ispired from model pattern of the wicket project and most classes have been forked and modified.
Lombok is used for not generating poilerplate source code.
The source code comes under the liberal Apache License V2.0, making model-data great for all types of applications.
Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.
You can add the following maven dependencies to your project pom.xml if you want to import the library.
You can first define the version properties:
<properties>
...
<!-- MODEL-DATA version -->
<model-data.version>1.3.0</model-data.version>
<model-api.version>${model-data.version}</model-api.version>
<model-object.version>${model-data.version}</model-object.version>
...
</properties>
Add the following maven dependency to your project pom.xml if you want to import the core functionality of model-api:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>model-api</artifactId>
<version>${model-api.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml if you want to import the core functionality of model-object:
<dependencies>
...
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>model-object</artifactId>
<version>${model-object.version}</version>
</dependency>
...
</dependencies>
The source code for model-data are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of lightblueseas/model-data/fork
To share your changes, submit a pull request.
Don't forget to add new units tests on your changes.
Do not hesitate to contact the model-data developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
No animals were harmed in the making of this library.
If you like this library, please consider a donation through