I have a RPC servlet that I would like to make available to other GWT
application developers.  The problem that I currently see is that
GWT.create(<ServiceInterfaceClass>) requires the service to be
deployed on the same host where the GWT application is deployed.
There is no way to do something like
GWT.create(<ServiceInterfaceClass>,<URL-where-service-is-deployed>) to
create the handle to the service.

>From client's perspective, this means that if your GWT application
talks to multiple RPC services hosted on various different hosts, then
there is no way to talk to those services even if you have shared and
client code-base (containing interfaces, asyncs etc) available to you
in some form of jar files.  Is there a way to get this working in
current GWT versions?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to