Links: Table of Contents | Single HTML | Single PDF

JAXB Release Documentation


Table of Contents

Overview
1. Documentation
2. Software Licenses
3. Sample Apps
3.1. Using the Runtime Binding Framework
Release Notes
1. Java™ 2 Platform, Standard Edition (J2SE™) Requirements
2. Identifying the JAR Files
3. Locating the Normative Binding Schema
4. Changelog
4.1. Changes between 2.3.0.1 and 2.4.0
4.2. Changes between 2.3.0 and 2.3.0.1
4.3. Changes between 2.2.11 and 2.3.0
4.4. Changes between 2.2.10 to 2.2.11
4.5. Changes between 2.2.9 to 2.2.10
4.6. Changes between 2.2.8 to 2.2.9
4.7. Changes between 2.2.7 to 2.2.8
4.8. Changes between 2.2.6 to 2.2.7
4.9. Changes between 2.2.5-2 to 2.2.6
4.10. Changes between 2.2.5-1 to 2.2.5-2
4.11. Changes between 2.2.5 to 2.2.5-1
4.12. Changes between 2.2.4-1 to 2.2.5
4.13. Changes between 2.2.4 to 2.2.4-1
4.14. Changes between 2.2.3u2 to 2.2.4
4.15. Notable Changes between 2.2.3u1 to 2.2.3u2
4.16. Notable Changes between 2.2.3 to 2.2.3u1
4.17. Notable Changes between 2.2.2 to 2.2.3
4.18. Notable Changes between 2.2.1.1 to 2.2.2
4.19. Notable Changes between 2.2.1 to 2.2.1.1
4.20. Notable Changes between 2.2 to 2.2.1
4.21. Notable Changes between 2.1.12 to 2.2
4.22. Notable Changes between 2.1.12 to 2.1.13
4.23. Notable Changes between 2.1.11 to 2.1.12
4.24. Notable Changes between 2.1.10 to 2.1.11
4.25. Notable Changes between 2.1.9 to 2.1.10
4.26. Notable Changes between 2.1.8 to 2.1.9
4.27. Notable Changes between 2.1.7 to 2.1.8
4.28. Notable Changes between 2.1.6 to 2.1.7
4.29. Notable Changes between 2.1.5 to 2.1.6
4.30. Notable Changes between 2.1.4 to 2.1.5
4.31. Notable Changes between 2.1.3 to 2.1.4
4.32. Notable Changes between 2.1.2 to 2.1.3
4.33. Notable Changes between 2.1.1 to 2.1.2
4.34. Notable Changes between 2.1 First Customer Ship (FCS) to 2.1.1
4.35. Notable Changes between 2.1 Early Access 2 to 2.1 First Customer Ship (FCS)
4.36. Notable Changes between 2.0.2 to 2.0.3
4.37. Notable Changes between 2.0.1 to 2.0.2
4.38. Notable Changes between 2.0 to 2.0.1
4.39. Notable Changes between 2.0 Early Access 3 and 2.0 First Customer Ship (FCS)
4.40. Notable Changes between 2.0 Early Access 2 and 2.0 Early Access 3
4.41. Notable Changes between 2.0 Early Access and 2.0 Early Access 2
4.42. Notable Changes between 1.0.x FCS and 2.0 Early Access
JAXB Users Guide
1. Compiling XML Schema
1.1. Dealing with errors
1.2. Fixing broken references in schema
1.3. Mapping of <xs:any />
1.4. Mapping of <xs:element /> to JAXBElement
1.5. How modularization of schema interacts with XJC
1.6. Adding behaviors
1.7. Avoid strong databinding
1.8. Working with generated code in memory
2. Customization of Schema Compilation
2.1. Customizing Java packages
2.2. Using SCD for customizations
2.3. Using different datatypes
3. Annotating Your Classes
3.1. Mapping your favorite class
3.2. Mapping interfaces
3.3. Evolving annotated classes
3.4. XML layout and in-memory data layout
3.5. Mapping cyclic references to XML
4. Unmarshalling
4.1. @XmlRootElement and unmarshalling
4.2. Unmarshalling is not working! Help!
4.3. Element default values and unmarshalling
4.4. Dealing with large documents
5. Marshalling
5.1. Changing prefixes
5.2. Element default values and marshalling
5.3. Different ways of marshalling
5.4. Interaction between marshalling and DOM
6. Schema Generation
6.1. Invoking schemagen programatically
6.2. Generating Schema that you want
7. Deployment
7.1. Using JAXB with Maven
7.2. Using JAXB on JPMS
7.3. Older versions of JAXB and JavaSE
7.4. Which JAXB RI is included in which JDK?
7.5. Runtime Errors
8. Other Miscellaneous Topics
8.1. Performance and thread-safety
8.2. Compiling DTD
8.3. Designing a client/server protocol in XML
Tools
1. XJC
1.1. xjc Overview
1.2. Launching xjc
1.3. xjc Syntax
1.4. Compiler Restrictions
1.5. Generated Resource Files
2. XJC Ant Task
2.1. xjc Task Overview
2.2. xjc Task Attributes
2.3. Generated Resource Files
2.4. Up-to-date Check
2.5. Schema Language Support
2.6. xjc Examples
3. SchemaGen
3.1. schemagen Overview
3.2. Launching schemagen
3.3. schemagen Syntax
3.4. Generated Resource Files
4. SchemaGen Ant Task
4.1. schemagen Task Overview
4.2. schemagen Task Attributes
4.3. schemagen Examples
5. 3rd Party Tools
5.1. Maven JAXB Plugin
5.2. XJC Plugins
5.3. RDBMS Persistence
JAXB RI Extensions
1. Overview
2. Runtime Properties
2.1. Marshaller Properties
3. XJC Customizations
3.1. Customizations
4. DTD
4.1. DTD
5. Develop Plugins
5.1. What Can A Plugin Do?
Frequently Asked Questions
Related Articles
1. Introductory
2. Blogs
3. Interesting articles