On 2 oct, 05:38, jeremy rose <[email protected]> wrote:
> This might be a stupid question (and if it is just say so) but the
> Developer Guide says to start creating a remote service by defining an
> interface that lists all my RPC methods.   This implies my remote
> service interface can have multple methods.   But in all the examples
> I've seen, the service only has a single method.   I'm not sure how to
> define the servlet-mapping in the web.xml when the service has more
> than one method.  Does anyone have an example or some references to
> more servlet mapping documentation?

The method being invoked is part of the request payload, so whether
your service exposes one or several methods really has no impact on
how you map your servlet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to