RESTful Web Services
-
Enterprise Java
Restlet Framework – Hello World Example
Restlet is a lightweight, comprehensive, open source REST framework for the Java platform. Restlet is suitable for both server and…
Read More » -
Enterprise Java
How To Implement Input Validation For REST resources
How To Implement Input Validation For REST resources The SaaS platform I’m working on has a RESTful interface that accepts XML…
Read More » -
Enterprise Java
Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More » -
Groovy
SOA and REST with Grails
I discussed on my previous article about REST and how to leverage RESTful web services on Grails platform. We will…
Read More » -
Enterprise Java
Jersey Client: Testing external calls
Jim and I have been doing a bit of work over the last week which involved calling neo4j’s HA…
Read More » -
Enterprise Java
Why REST is so important
This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…
Read More » -
Groovy
Grails – RESTful Webservice using JAX-RS plugin
I discussed about RESTful architecture consideration and how to build RESTful web services using Jersey JAX-RS [JSR 311] in JAVA.…
Read More » -
Enterprise Java
RESTful Webservices with Jersey
I have discussed my earlier article about architectural consideration<<link>> to become a RESTful system on distributed environment that are usable…
Read More » -
Enterprise Java
Developing RESTful Services using Apache CXF
Introduction As you already know there are two ways of developing a web service Simple Object Access Protocol (SOAP) Representational…
Read More »