Does GWT have an XML parser, so that I could make sure all my servlets return an XML.
For example how would I get a combo designed using GWT to load the following servlet. http://202.54.180.145/Global/AddrXmlServlet?country_id=100 On Apr 16, 1:01 am, Harald Schilly <[email protected]> wrote: > On Friday, April 15, 2011 12:17:31 AM UTC+2, The Main Meyn wrote: > > > I am ready to modify the servlets according to > > what is required by GWT. > > If you don't plan to use GWT's own RPC mechanism (what you have implied, it > think), you do not have to modify your servlets at all - you just have to > statically serve GWT's compiled javascript files. GWT can handle anything > javascript is capable to do. How do you communicate with the servlet? Look > up "RequestBuilder" to get some data from the servlet and if it is speaking, > for example, JSON, there is a JSON parser. You can also read about wrapping > javascript objects directly inside GWT. > > H -- 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.
