Java XML and JSON Binding
Object-to-XML and object-to-JSON mapping using JAXB and EclipseLink MOXy.
Pages
(Move to ...)
Home
Contact Me
▼
July 31, 2012
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 root eleme...
20 comments:
July 30, 2012
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) implementation. The truth ...
9 comments:
June 27, 2012
EclipseLink 2.4 Release Available for Download
›
On behalf of the MOXy JAXB committers (great job by all), I am very proud to announce that EclipseLink 2.4 has been released and is avail...
May 25, 2012
MOXy as Your JAX-RS JSON Provider - MOXyJsonProvider
›
In a previous post I demonstrated how you can implement a MessageBodyReader / MessageBodyWriter to leverage EclipseLink JAXB (MOXy) ...
April 18, 2012
Extending JAXB - Representing Metadata as JSON
›
In previous posts I have described the XML mapping document and JSON-binding extensions in EclipseLink JAXB (MOXy) . Since MOXy has a J...
3 comments:
April 17, 2012
Creating a RESTful Web Service - Part 2/5 (XML Metadata)
›
Java Persistence Architecture (JPA) is the Java EE standard for mapping POJOs to a relational database. In this example we will use JPA to ...
2 comments:
April 16, 2012
Binding to JSON & XML - Handling Null
›
In a previous post I demonstrated how EclipseLink MOXy can be leveraged to produce both XML and JSON representations of your domain model....
April 5, 2012
JAXB and Unmapped Properties
›
JAXB (JSR-222) is configuration by exception, meaning that there is a default mapping applied to domain objects. This means that sometimes...
3 comments:
March 15, 2012
MOXy as Your JAX-RS JSON Provider - Client Side
›
Recently I posted how to leverage EclipseLink JAXB (MOXy) 's JSON binding to create a RESTful service. In this post I will demonstrate...
4 comments:
March 13, 2012
MOXy as Your JAX-RS JSON Provider - Server Side
›
In a previous series of posts I covered how EclipseLink JAXB (MOXy) can be leveraged to create a RESTful data access service. In this p...
19 comments:
‹
›
Home
View web version