Hello ... whoever, slow schrieb:
> 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. RequestBuilder is used to perform "regular" HTTP-requests using GET or POST. The returned data is not interpreted in a special way, so if it's JSON you have to do that for yourself using the corresponding JSONObject-classes. So, yes, you can use normal HTTP-requests. > I have an code implementing Ajax with just JavaScript & Html and want > to convert to implement it using gwt for more flexiblility. Welcome, and have fun ;-) Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
