json
-
Jackson
Introduction to Jackson ObjectMapper
In this example, we will learn about the ObjectMapper class from Jackson and its capabilities to serialize POJOs(Plain Old Java…
Read More » -
Enterprise Java
Play! Framework JSON & Scala Example
In this post, we feature a comprehensive Example on Play! Framework JSON & Scala. In my last two posts, we…
Read More » -
Core Java
Getting Started With Google’s HTTP Client Library for Java
Google’s HTTP Client Library for Java is a one-stop shop for all your HTTP client needs, irrespective of the Java…
Read More » -
MongoDB
MongoDB Import and Export JSON Data Example
Hello readers, these days to protect the data against any damage or any unforeseen outages it is recommended to move…
Read More » -
spring
Spring REST with JSON Example
RESTful web services using JSON data format address the problems with SOAP web services using XML. REST can output data…
Read More » -
json
Read JSON From a URL Example Using Data Pipeline
I have a problem. I want to read JSON from a URL. Naturally, like anybody else, I googled for some…
Read More » -
rest
Java JSON RESTful Web Service Example
In this example we shall learn implementing Restful Web Service in Java where the data interchange format shall be JSON.…
Read More » -
Enterprise Java
Play! Framework Json Example
As we’ve seen in our previous example, Play! is a powerful web mvc framework. Among other stuff, Play has support…
Read More » -
gwt
GWT Json Example
In this example we will learn how to retrieve JSON data using GWT. The Google Web Toolkit is a development…
Read More » -
Core Java
Real-time Applications with AngularJS and Java – Part 3
1. Introduction This article is the last one of a series of three on real-time applications. In part 1, I…
Read More »