Modello Core · Modello Core contains the basis for model description, reading, and plugins system.
Group: org.codehaus.modello - All Dependencies
Modello Test Package · Modello Test Package contains the basis to create Modello generator unit-tests, including sample models and xml files to test every feature for every plugin.
Modello Java Plugin · Modello Java Plugin generates Java POJOs for the model.
Modello XML Plugin · Modello XML Plugin contains shared code for every plugins working on XML representation of the model.
Modello XPP3 Plugin · Modello XPP3 Plugin generates XML readers and writers based on XPP3 API (XML Pull Parser).
Modello XSD Plugin · Modello XSD Plugin generates an XML Schema from the model to be able to validate XML content.
Modello StAX Plugin · Modello StAX Plugin generates XML readers and writers based on StAX API, plus reader delegates to be able to read multiple model versions.
Modello XDOC Plugin · Modello XDOC Plugin generates model documentation using xdoc markup to be included in a Maven-generated reporting site.
Modello Dom4J Plugin · Modello Dom4J Plugin generates XML readers and writers based on Dom4J API.
Modello JDOM Plugin · Modello JDOM Plugin generates XML writers based on JDOM API.
Modello Maven Plugin · Modello Maven Plugin enables the use of Modello in Maven builds.
Modello SnakeYaml Plugin · Modello SnakeYaml Plugin generates YAML readers and writers based on SnakeYaml Streaming APIs, plus reader delegates to be able to read multiple model versions.
Modello SAX Plugin · Modello SAX Plugin generates XML readers and writers based on SAX API.
Modello JSON-Schema Plugin · Modello JSON-Schema Plugin generates a JSON-Schema from the model to be able to validate JSON content.
Modello Jackson Plugin · Modello Jackson Plugin generates JSON readers and writers based on Jackson Streaming APIs, plus reader delegates to be able to read multiple model versions.
Modello Model Version Converter Plugin · Modello Model Version Converter Plugin generates code to transform a model between two versions.
Modello Plugins · Modello Plugins is the main component containing every Modello plugins that are able to generate various types of code and descriptors.
Modello · Modello is a framework for code generation from a simple model. Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD, JSON Schema and documentation.