usr/src/lib/jaxb/jaxb.3
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.\"
.TH "jaxb" "3" "" "" ""
.SH NAME
jaxb - Java Architecture for XML Binding is a standard extension to the Java platform.
.SH SYNOPSIS
.B Add all jaxb jar to the CLASSPATH

.SH DESCRIPTION
JAXB is an acronym derived from Java Architecture for XML Binding. It constitutes a convenient framework for processing XML documents, providing significant benefits as compared to previously available methods such as the one following the Document Object Model (DOM).In the DOM approach, the parser creates a tree of objects that represents the content and organization of data in the document. The application can then navigate through the tree in memory to access the data it needs. DOM data, however, is contained in objects of a single type, linked according to the XML document's structure, with individual node objects containing an element, an attribute, a CDATA section, etc. Values are invariably provided as strings.JAXB provides a convenient way to process XML content using Java objects by binding its XML schema to Java representation.
.PP
For more details about Java Architecture for XML Binding(JAXB), please see
.br
.B https://jaxb.dev.java.net web page.

.SH FILES
By default, all jaxb jars  are installed into /usr/share/lib/java directory.
The binding compiler can be launched using the jaxb-xjc tool in the bin directory /usr/bin
The schema generator can be launched using the jaxb-schemagen tool in the bin directory /usr/bin
For more details please see the documentation located in jaxb's doc directory, e.g. /usr/share/doc/jaxb.

.SH ENVIRONMENT
JAVA_HOME variable must point to the directory where Java is installed.

.RE
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	library/java/jaxb
=
Interface Stability	Uncommitted
.TE
.PP
.SH NOTES
Source for jaxb is available on http://opensolaris.org.