Java XML and JSON Binding
Object-to-XML and object-to-JSON mapping using JAXB and EclipseLink MOXy.
Pages
(Move to ...)
Home
Contact Me
▼
April 8, 2013
Java API for JSON Processing (JSR-353) - Stream APIs
›
Java will soon have a standard set of APIs for processing JSON as part of Java EE 7. This standard is being defined as JSR 353 - Java API ...
2 comments:
April 5, 2013
MOXy and JSON with Padding
›
JSON with padding is a communication mechanism used in JavaScript to overcome restrictions due to the same origin policy (for more informat...
April 3, 2013
MOXy's Object Graphs & Dynamic JAXB
›
JAXB (JSR-222) makes it easy for you to convert instances of your domain classes to/from XML. The EclipseLink MOXy implementation offer...
March 28, 2013
MOXy's Object Graphs - Partial Models on the Fly to/from XML & JSON
›
In a previous post I introduced how MOXy's Object Graph feature allows you to input and output partial models. In that example I demo...
March 26, 2013
MOXy's Object Graphs - Input/Output Partial Models to XML & JSON
›
Suppose you have a domain model that you want to expose as a RESTful service. The problem is you only want to input/output part of your da...
March 15, 2013
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 a single set of metadata. ...
2 comments:
March 6, 2013
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 will cover some items that will ma...
2 comments:
March 3, 2013
MOXy's @XmlInverseReference is now Truly Bidirectional
›
EclipseLink JAXB (MOXy) 's @XmlInverseReference annotation enables you to map a back pointer during the unmarshal operation ( useful wh...
February 15, 2013
Leveraging MOXy in your Web Service via JAX-WS Provider
›
In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of 1...
December 21, 2012
JAXB's @XmlAnyElement(lax=true) Explained
›
In a previous post I introduced how the @XmlAnyElement(lax=true) annotation could be used to create a very flexible mapping. In this pos...
‹
›
Home
View web version