Check this sample : http://www.gwt-ext.com/demo/#remotePagingGrid
This sample uses ScriptTagProxy where in it finally generates a script tag
after compilation, and this tag loads the data from the web service. Yes you
can only retrieve json data from using this.If you are not familiar with it
then i suggest you to go through a short tutorial on JSON fomat. You can
also go through SOP for better understanding..
http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_SOP

On Mon, Nov 9, 2009 at 12:30 PM, ash_name <[email protected]> wrote:

>
> Hi,
>
> I host my application on a Tomcat on machine A. Machine B has the
> database and a server running which gives me the actual data.So A
> requests B for everything.
>
> Currently:
> From client(browser), I route the requests to Machine A. A then routes
> to B. B returns data back to A and A then to the client.
>
> From the browser, I want to directly talk to the APIs on machine B
> without going through A. I have read GWT cross site example  --
> http://code.google.com/webtoolkit/tutorials/1.6/Xsite.html#request.
> I am also pretty new to GWT. Does the cross site example work only
> with JSON or with any object/data?
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to