xjc.zip.sh

JAXB Reference Implementation (Command Line Tools)

Install

All systems
curl cmd.cat/xjc.zip.sh.sh
Debian Debian
apt-get install jaxb
Ubuntu
apt-get install jaxb
image/svg+xml Kali Linux
apt-get install jaxb
Windows (WSL2)
sudo apt-get update sudo apt-get install jaxb

jaxb

JAXB Reference Implementation (Command Line Tools)

GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. This package contains the xjc and schemagen command line tools.