Tag Archives: jsonb

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

kafEEne #1: Websocket & Kafka

Say hello  to kafEEne ! A blog series which will show Kafka and Java EE examples This one is about Kafka + (Java EE) Websocket API. Code is on Github and you can refer to the README on how to get this … Continue reading

Posted in 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

What’s up with Java EE 8 ?

Update – Part 2 of this post is available here. It talks about the updated specifications in Java EE 8 Work on Java EE 8 is well on it’s way. Time to catch up !! Dive in without further ado. … Continue reading

Posted in Java, Java EE | Tagged , , , , , , , | 10 Comments