Re: Calling GWT-RPC-Services from something other than GWT

2008-11-07 Thread [EMAIL PROTECTED]
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

Re: Calling GWT-RPC-Services from something other than GWT

2008-11-06 Thread Ian Petersen
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'

Calling GWT-RPC-Services from something other than GWT

2008-11-06 Thread [EMAIL PROTECTED]
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