Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/resty-gwt/resty-gwt

Like GWT-RPC but with REST/JSON coolness
https://github.com/resty-gwt/resty-gwt

Last synced: 20 days ago
JSON representation

Like GWT-RPC but with REST/JSON coolness

Awesome Lists containing this project

README

        

![RestyGWT](http://resty-gwt.github.io/images/restygwt-logo.png)
==============

* [![Build Status](https://secure.travis-ci.org/resty-gwt/resty-gwt.png)](http://travis-ci.org/resty-gwt/resty-gwt)

To know more have a look to [RestyGWT web site](http://resty-gwt.github.io/)

Description
-----------

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects.

Features
--------

* Generates Async Restful JSON based service proxies
* Java Object to JSON encoding/decoding
* Easy to use REST API

Releasing
---------

mvn release:prepare -Prun-examples
mvn release:perform