Overview Arnaud Heritier

Modello is a Data Model toolkit.

From a DataModel defined in XML, Modello can generate any of the following at compile time:

  • Java Pojos of the DataModel.
  • Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j)
  • XML to Java Pojos Reader. (provided via xpp3, stax or dom4j)
  • Java Model to JPOX Store.
  • Java Model to JPOX Mapping.
  • Xdoc documentation of the DataModel.
  • XML Schema to validate data.
  • and more in the future...

This plugin allows you to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.

Document Description
Installation How to install this plugin?
Usage How to use this plugin?
Goals Goals documentation.
Properties Properties documentation.
Changes Changes in each release of this plugin.