RESTful Web Services
-
Software Development
Simplifying RESTful Search
Overview REST architectural pattern is based around two basic principles: Resources as URLs: A resource is something like an entity or…
Read More » -
Enterprise Java
Spring MVC and REST at Google App Engine
Some time ago I wrote about how to implement your Restful Web API using Spring MVC. Read my previous post…
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
REST Service Discoverability with Spring, part 5
This is the fifth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More » -
Enterprise Java
RESTful Web Service Discoverability, part 4
This is the fourth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More » -
Enterprise Java
Securing a RESTful Web Service with Spring Security 3.1, part 3
1. Overview This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based…
Read More » -
Enterprise Java
Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2
1. Overview This article shows how to set up a REST in Spring – the Controller and HTTP response codes,…
Read More » -
Enterprise Java
Java RESTful API integration testing
This post will focus on basic principles and mechanics of writing Java integration tests for a RESTful API (with a…
Read More » -
Enterprise Java
jqGrid, REST, AJAX and Spring MVC Integration
More than two years back I wrote an article on how two implement elegant CRUD in Struts2. Actually I had…
Read More »