> Sounds pretty look. Ideally the transport should be separated from the rpc
> driver, that way users can pick from XHR, script tags, IFRAMES etc.
>
> On Jan 8, 2008 1:17 AM, janick reynders <
janick.reynd...@gmail.com> wrote:
>
>
>
>
>
> > Hi All,
>
> > In my current project it would simplify things a lot if we could do
> > cross-domain GWT-RPC calls. If this would be possible we could use GWT
> > to create a module that can be easily included (as wel as css-styled)
> > in third party websites that don't have GWT installed, providing
> > functionality to these websites that is implemented in our
> > application. (ie the third party website can become the host page)
>
> > I recently did a spike implementation (prototype) to explore this, and
> > managed to create an application that does GWT-RPC over dynamic script
> > tags instead of XHR. This prototype used used the technique described
> > in "Using GWT for JSON Mashups" (
> >
http://code.google.com/support/bin/answer.py?answer=65632&topic=11368
> > ) and a modified ProxyCreator and RemoteServiceServlet to achieve its
> > goal.
>
> > The only downside that I see at this point is the URL length
> > restriction in some browsers.
>
> > In the prototype application, I did not change GWT code and make
> > custom GWT builds, but I learned that this meant that I had to
> > duplicate some code from GWT (for example because of class/method
> > visibility). Therefor I think it could be done in a cleaner (a lot
> > more reuse) way if this functionality could be added to GWT directly.
>
> > Is there any interest in such a contribution to GWT?
>
> > --Janick
>