2007-04-10 01:12:11 +00:00

75 lines
3.1 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Overview</title>
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<section name="Overview">
<subsection name="Modello">
<p><a href="http://modello.codehaus.org/" target="_blank">Modello</a> is a Data Model toolkit.</p>
<p>From a <a href="http://modello.codehaus.org/DataModel" target="_blank">DataModel</a> defined in XML, Modello can generate any of the following at compile time:</p>
<ul>
<li>Java Pojos of the <a href="http://modello.codehaus.org/DataModel" target="_blank">DataModel</a>.</li>
<li>Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j)</li>
<li>XML to Java Pojos Reader. (provided via xpp3, stax or dom4j)</li>
<li>Java Model to JPOX Store.</li>
<li>Java Model to JPOX Mapping.</li>
<li>Xdoc documentation of the <a href="http://modello.codehaus.org/DataModel" target="_blank">DataModel</a>.</li>
<li>XML Schema to validate data.</li>
<li>and more in the future...</li>
</ul>
</subsection>
<subsection name="Maven 1 plugin for Modello">
<p>This plugin allows you to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.</p>
</subsection>
<subsection name="Others documents">
<table>
<tr>
<th>Document</th>
<th>Description</th>
</tr>
<tr>
<td><a href="install.html">Installation</a></td>
<td>How to install this plugin?</td>
</tr>
<tr>
<td><a href="usage.html">Usage</a></td>
<td>How to use this plugin?</td>
</tr>
<tr>
<td><a href="goals.html">Goals</a></td>
<td>Goals documentation.</td>
</tr>
<tr>
<td><a href="properties.html">Properties</a></td>
<td>Properties documentation.</td>
</tr>
<tr>
<td><a href="changes-report.html">Changes</a></td>
<td>Changes in each release of this plugin.</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>