Tag Archives: json

Try out JSON-B 1.0, JPA 2.2 using Java EE 8 on Glassfish 5 & Docker

Glassfish 5 Build 11 is now available – with support for many of the Java EE 8 specifications e.g. JAX-RS 2.1, JPA 2.2, JSON-B 1.0 etc. For more details check out the Aquarium space. This blog covers test driving couple of new additions in this build – … Continue reading

Posted in Java, Java EE | Tagged , , , , , , | 1 Comment

JSON-B test drive using JAX-RS

This is a quick post about JSON-B specification which is due in Java EE 8. It’s main purposes are Provide JSON binding i.e. marshalling and un-marshalling to and from Java objects Eclipselink will server as Reference Implementation Supports Java object … Continue reading

Posted in Java, Java EE | Tagged , , , , , , | Leave a comment

Wildfly 8.0 provides seamless JSON support via its JAXRS 2.0 implementation

Its great to see Wildfly 8.0 making it so much easier to work with BOTH XML and JSON representations from a common set of JAXB classes without any extra plumbing or configuration of different JAXB run time implementation All you … Continue reading

Posted in Java, Java EE | Tagged , , , | Leave a comment