RESTful Web Services
-
Software Development
Introduction To REST Concepts
Introduction This post aims at demystifying the REST (Representational State Transfert) web design concepts. REST is based on a client…
Read More » -
Enterprise Java
Testing client side of RESTful services
Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…
Read More » -
Enterprise Java
Simple REST client in Java
Today most of the mobile applications that used to communicate to some server use REST services. These services are also…
Read More » -
Software Development
Enterprise SOAP Services in a Web 2.0 REST/JSON World
With the popularlity of JSON and other NoSQL data standard formats, the complexity and in some cases the plain verbosity…
Read More » -
Enterprise Java
REST + Spring Security session problem
REST, sessions .. wait. There are no sessions in REST application, right? Well, thats true. If we can avoid sessions…
Read More » -
Enterprise Java
RESTEasy Tutorial Part-3: Exception Handling
Exception Handling is an obvious requirement while developing software application. If any error occured while processing user request we should…
Read More » -
Enterprise Java
RESTEasy Tutorial Part-2: Spring Integration
RESTEasy provides support for Spring integration which enables us to expose Spring beans as RESTful WebServices. …
Read More » -
Enterprise Java
RESTEasy Tutorial Part-1: Basics
RESTEasy is a JAX-RS implementation from JBoss/RedHat and is in-built in JBoss 6 onwards. Here I am going to show…
Read More » -
Enterprise Java
REST CXF for Spring JPA2 backend
In this demo, we will generate a REST/CXF application with spring/jpa2 backend. This demo presents the track REST-CXF of minuteproject.…
Read More »