-
Enterprise Java
RESTful API Design
There are five principal aspects to a RESTful API specification that must be considered prior to coding an API specification.…
Read More » -
Enterprise Java
Jakarta EE: A Clean Slate
The announcement that Jakarta EE cannot use the javax.* namespace is great news and provides Jakarta EE with a clean slate on which to…
Read More » -
Enterprise Java
Get to Know Custom De/Serializers: JSON Binding Overview Series
The most advanced way to customize JSON Binding is with custom serializers and deserializers. JSON-B serializers and deserializers are the…
Read More » -
Enterprise Java
Get to Know Adapters: JSON Binding Overview Series
An adapter configures custom object creation and serialization by implementing the JsonbAdapter interface. The methods adaptToJson() and adaptFromJson() are overwritten…
Read More » -
Enterprise Java
Get to Know Custom Object Creation: JSON Binding Overview Series
Let’s take a look at how JSON Binding handles custom object creation. Next article in this series covers customization of…
Read More » -
Enterprise Java
Get to Know Customisation: JSON Binding Overview Series
Let’s take a look at how the annotation model and runtime configuration work when customizing the JSON Binding serialization and…
Read More » -
Enterprise Java
Get to Know JSON Binding: Overview Series
The Java API for JSON Binding (JSON-B) 1.0 strengthens the Java EE platform’s overall support for the JSON data interchange…
Read More » -
Enterprise Java
Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…
Read More » -
Enterprise Java
Get to Know JSON Patch: JSON-P 1.1 Overview Series
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…
Read More »