You can take a look of JSON RPC example (http://code.google.com/
webtoolkit/examples/jsonrpc/). JSON RPC has implementations for both
Java and .Net. However, you might have to implement something (or find
libraries) to marshal/unmarshal the JSON data into java or C# objects
that are useful to the
You might want to look at RESTlet. I haven't used it myself, but it
seems like a useful alternative to RPC that gives you multi-client
functionality "for free". Creating a non-GWT client that speaks GWT
RPC is probably a huge time sink with little return on investment.
If you search this forum'
Hi there,
Since i managed it to convince my company to use GWT in our new
project,
there were some questions open, which i couldn't reply and hope some
of you can.
We are a company which is experienced in Web Development with Java
(JSP / JSF ) and some offline programs with .NET.
Since there is