You can use a Servlet in server side to store/retrieve data using a Database (MySQL) or an XML file. GWT can use that Servlet to communicate.
--------------------------------------- Kamal Mettananda http://lkamal.blogspot.com On Tue, Jul 28, 2009 at 10:58 AM, Norman Maurer <[email protected]> wrote: > > You need todo the bindings on the serverside (via RPC/JSON etc). Just > read the docs > > Bye, > Norman > > 2009/7/28 sam <[email protected]>: > > > > I am trying to create a GWT Google Map Application, in which I collect > > the markers in form of (lat, long) and store in XML or MYSQL. After > > collection, I read of the data and print out the points. > > > > Do you guys know if I can connect MYSQL with GWT? Or, How do I connect > > and store data in XML from GWT. > > > > Thanks, > > sam > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
