|
14 | 14 | <p>Modello is a framework for code generation from a simple model. |
15 | 15 | Modello generates code from a <a href="modello.html">simple model format</a>: based on a plugin architecture, various types of code and |
16 | 16 | descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD, JSON Schema |
17 | | - and documentation.</p> |
| 17 | + and documentation. |
| 18 | + Starting with 2.1.0, content can even be <a href="modello-plugins/modello-plugin-velocity/">generated from Velocity templates</a> for maximum flexibility. |
| 19 | + </p> |
18 | 20 |
|
19 | 21 | <p> |
20 | 22 | <img src="modello-deps.png" width="755" height="357" border="0" usemap="#Modello_dependencies" /> |
|
33 | 35 | <area shape="rect" coords="14,93,106,129" href="modello-plugins/modello-plugin-jackson/" /> |
34 | 36 | <area shape="rect" coords="108,93,240,129" href="modello-plugins/modello-plugin-jsonschema/" /> |
35 | 37 | <area shape="rect" coords="261,93,382,129" href="modello-plugins/modello-plugin-snakeyaml/" /> |
| 38 | + <area shape="rect" coords="135,195,219,232" href="modello-plugins/modello-plugin-velocity/" /> |
36 | 39 | <area shape="rect" coords="0,83,754,239" href="modello-plugins/" /> |
37 | 40 | <area shape="rect" coords="258,0,415,35" href="modello-maven-plugin/" /> |
38 | 41 | <area shape="rect" coords="449,321,583,356" href="../" /> |
39 | | - <area shape="rect" coords="445,37,620,74" href="http://maven.apache.org/ref/current/maven-plugin-api/" /> |
| 42 | + <area shape="rect" coords="114,263,240,301" href="https://velocity.apache.org/" /> |
| 43 | + <area shape="rect" coords="445,37,620,74" href="https://maven.apache.org/ref/current/maven-plugin-api/" /> |
40 | 44 | </map> |
41 | 45 | </p> |
42 | 46 |
|
|
0 commit comments