JAXB
-
Enterprise Java
Binding to JSON & XML – Handling Collections
One of EclipseLink JAXB (MOXy)‘s strengths is the ability to map an object model to both JSON and XML with…
Read More » -
Enterprise Java
JAXB and java.util.Map
Is it ironic that it can be difficult to map the java.util.Map class in JAXB (JSR-222)? In this post I…
Read More » -
Enterprise Java
JAXB tutorial – Getting Started
Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…
Read More » -
Enterprise Java
JAXB – Representing Null and Empty Collections
Demo Code The following demo code will be used for all the different versions of the Java model. It simply…
Read More » -
Core Java
Applying a Namespace During JAXB Unmarshal
For some an XML schema is a strict set of rules for how the XML document must be structured. But…
Read More » -
Enterprise Java
Rest using Jersey – Complete Tutorial with JAXB, Exception Handling and Client Program
Recently I started working on a Restful web service project using Jersey API. There are some tutorials available online but…
Read More » -
Enterprise Java
JAXB and Root Elements
@XmlRootElement is an annotation that people are used to using with JAXB (JSR-222). It’s purpose is to uniquely associate a…
Read More » -
Enterprise Java
JAXB – No Annotations Required
There appears to be a misconception that annotations are required on the model in order to use a JAXB (JSR-222)…
Read More » -
Enterprise Java
EclipseLink MOXy as a JAXB provider
EclipseLink MOXy is a JAXB provider and is a compelling alternative to the default JAXB provider built into JDK. First…
Read More »