I am pleased to announce the availability of RestyGWT 1.0.
RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects. What I really like about it is that it allows you to write rich JAX-RS based services and access those services from at GWT client reusing all the same DTO objects that you use on the server side.
In other words, it just as easy to use as GWT-RPC except it’s using simple RESTful URLs and JSON encoding of data when it access server side resources. This has the nice benefit that you can implement the server side in something other than JAVA easily.
Further information see: