How to Rest ?!
By Nima Goodarzi on Apr 6, 2008 in Java Frameworks, J2EE
This is an article about REST (Representational State Transfer) which gives you the knowledge of developing enterprise applications with SOA as a loosely coupled approach but without getting involved with SOAP and its complexities.This article consists of the following sections:
- Definitions
- Example: Authentication Service
- Authentication Web Service
- Authentication Client
- XML Transformation
- RESTing Without JAX-WS
* The complete source codes and binary versions of the examples used in this article are available at: http://www.javadev.org/files/rest.zip
* This article is also available in the printable(pdf) format from the following address:
http://www.javadev.org/files/rest.pdf


