REST
-
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 » -
spring
Spring Data MongoDB REST Example
In this tutorial, I will show you how to develop a RESTful web application by using Spring and MongoDB without…
Read More » -
spring
Spring rest template example
Continuing on our Spring Tutorials, we will try to demonstrate the use of RestTemplate class available in Spring Framework. The…
Read More » -
jersey
Creating JAX-RS web service using Jersey Example
Introduction Jersey as it states in the website, is more than just a reference implementation. It also has it’s own…
Read More » -
MVC
Spring 4 REST Hello World Example
In this example we shall show you how to create a simple application to make Rest calls, using the Spring…
Read More » -
jersey
Jersey Hello World Example
In this example we are going to get started with Java API for RESTful Web Services (JAX-RS), a set of APIs…
Read More »