I am implementing a client side interface that gets raw data from a
web server embedded on an FPGA device and graph that data. The server
does not support java. As I was reading through the gwt tutorial it
seems like that in order to implement Ajax one needs to use servlet or
some JSON scripts.

I also read that you can form ordinary http requests within gwt code.
My question then: Is it possible to use the normal http requests
without JSON or servlets to implement ajax. If so how does one go
about doing that.

I have an code implementing Ajax with just JavaScript & Html and want
to convert to implement it using gwt for more flexiblility.

--~--~---------~--~----~------------~-------~--~----~
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