Rafiq, you might want to take a look at the Errai Project from JBoss (http://errai.github.io/). I too dislike the GWT RPC. Errai is pretty neat in that is a collection of modules that can be used independently or together, including its own marshalling mechanism, and a pretty slick Rest client implementation as well.
On Sunday, August 11, 2013 2:12:46 PM UTC-4, Rafiq Ahamed wrote: > > Dear folks, > I have been a heavy GWT user for the past 4 years in a number of > projects. I have used M-GWT and it is great as well. Even though, I like > GWT/M-GWT, I dislike the usage of GWT RPC's. RESTFUL webservices > integration is the way to go so that the server side can be anything > including JSON style NoSQL databases such as Apache Solr or Apache CouchDB. > In this context, I like SpiffyUI a lot. I think it would be a big mistake > if we do not take the good things from SpiffyUI into GWT. Any thoughts? > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
