pkg://ws-jaxme-0.5.2-1.0.1mdv2008.1.i586.rpm:2478280/HEADER
downloads
Name : ws-jaxme Relocations: (not relocateable)
Version : 0.5.2 Vendor: Mandriva
Release : 1.0.1mdv2008.1 Build Date: Wed Dec 12 16:22:21 2007
Install date: (not installed) Build Host: n4.mandriva.com
Group : Development/Java Source RPM: ws-jaxme-0.5.2-1.0.1mdv2008.1.src.rpm
Size : 5887641 License: Apache License
Packager : Alexander Kurtakov <akurtakov@mandriva.org>
URL : http://ws.apache.org/jaxme/
Summary : Open source implementation of JAXB
Description :
A Java/XML binding compiler takes as input a schema
description (in most cases an XML schema, but it may
be a DTD, a RelaxNG schema, a Java class inspected
via reflection, or a database schema). The output is
a set of Java classes:
* A Java bean class matching the schema description.
(If the schema was obtained via Java reflection,
the original Java bean class.)
* Read a conforming XML document and convert it into
the equivalent Java bean.
* Vice versa, marshal the Java bean back into the
original XML document.