1. Home
  2. Java & XML tutorial

Java & XML tutorial

How to effectively use XML binding in Java using JAXB and Eclipse. How to use DOM or SAX. How to read and save data to XML file in Java.

JAXB tutorial part 1: XML Binding explained (00:04)
XML Binding basics explained: JAXB, XML, XSD, marshalling and unmarshalling. Introduction to sitemap.xml file.
JAXB tutorial part 2: generating classes from XML schema (00:04:41)
How to generate JAXB classes from XML Schema (XSD) in Eclipse.
JAXB tutorial part 3: marshalling and unmarshalling data (00:05:02)
How to unmarshall and marshall data to XML using JAXB.
Generating JAXB classes in Eclipse from XSD (00:02:21)
How to easily generate JAXB classes in Eclipse?
Generating JAXB classes with Maven plugin (00:03)
How to generate JAXB classes based on XSD file automatically using Maven?
Creating JAXB classes from scratch (00:07:58)
If you have XSD file, the easiest way how to create JAXB classes is to generate them. If you don't have XSD, you can just simply write them from scratch.
JAXB and OutOfMemoryError (00:03:30)
How to solve two common reasons for OutOfMemoryError, which you may encounter using JAXB.
JAXB: Access Restriction Warning (00:01:53)
How to solve "Access restriction: The type JAXBContext is not accessible due to restriction on required library"?



© 2011 - 2021 Jirka Pinkas. All Rights Reserved.
My other projects: Top Java Blogs, Search Maven Central Repository, Java školení, SQL školení