Jackson
-
Enterprise Java
Generating JSON Schema from XSD with JAXB and Jackson
In this post, I demonstrate one approach for generating JSON Schema from an XML Schema (XSD). While providing an overview…
Read More » -
Core Java
Custom Deserializer in Jackson and validation
tl;dr: it is important to add input validation to custom json deserializers in Jackson. In RHQ we make use of…
Read More » -
Enterprise Java
How to Use PropertyNamingStrategy in Jackson
Jackson api is used extensively to convert json to Object and Object to JSON.So if you have a json string…
Read More » -
Enterprise Java
Testing REST with multiple MIME types
1. Overview This article will focus on testing a RESTful Service with multiple Media Types/representations. This is the tenth of…
Read More » -
Enterprise Java
Json deserialization with Jackson and Super type tokens
Datatables is a jquery plugin to present tabular information – it can enhance a simple table or can use a…
Read More » -
Enterprise Java
JSON – Jackson to the rescue
Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task.…
Read More » -
Enterprise Java
Develop Restful web services using Spring MVC
REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…
Read More » -
Enterprise Java
Java JSON processing with Jackson
JSON (Javascript Object Notation) is becoming a very popular data exchange format. While developing Web applications using Javascript frameworks like…
Read More »