Developer Release: GWT-REST
14-Dec-07
Today, I am pleased to announce the release of GWT-REST.
http://code.google.com/p/gwt-rest/
From the Google Code project site:
GWT-REST is an asynchronous RESTful client implementation for GWT.
GWT-REST can be used alongside GWT-RPC or as a replacement for it. The intent is to provide a drop-in solution for communicating with REST web services that may or may not be implemented in Java.
GWT-REST works out of the box with Rails 2.0 using JSON. I built it for Actionatr and extracted it to share with others who may be looking to do the same thing. Rails isn’t a requirement though. The code is built using interfaces that allow you to customize for other representations like XML and other server side styles like JSR-311/Jersey.


