blob: 5cdf96c1c40dcda9d25401e295d9174f8b673c9a [file] [log] [blame]
<?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>JaxMe Tag Library</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="Overview">
<p>
A <a href='http://java.sun.com/xml/jaxb/'>JAXB</a> tag library using the
<a href='http://ws.apache.org/jaxme'>Apache JaxMe</a> implementation.
Tags are provided for marshalling java objects into xml
and unmarshalling xml into java objects which will work with any JAXB implementation.
The generation tag generates java objects which can be marshalled and unmarshalled by
JaxMe and are specific to that implementation.
</p>
<p>
See the <a href="tags.html">tags</a> for more information.
</p>
</section>
</body>
</document>