Re: Exposing RequestContext methods to non-GWT clients.... (newbie question)...

2010-12-20 Thread Ramon Buckland
Hi Richard, You need to consider what protocol your clients are going to "use" the GWT-like interface with. That is, do yuou want the client to "talk" GWT ? if that is the case, they can just talk to the GWT Servlet However if it's SOAP, or REST or something else, you have to make that happen As

Exposing RequestContext methods to non-GWT clients.... (newbie question)...

2010-12-16 Thread Richard Berger
In building very simple "learning application" using GWT-RPC and then RequestFactory, I was wondering whether it was possible to expose the methods that are in my RequestContext interface (in the RequestFactory- based app). In particular, I have: public interface CommitmentRequest extends Request