I connect to a MYSQL DB on my server using GWT's RPC's. In the
interface's Impl method on the server side is where I connect to the
DB, execute the queries and then return the results. Works great.
Another option for you to look at.

On Jul 28, 1:41 am, Kamal Chandana Mettananda <lka...@gmail.com>
wrote:
> 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 Mettanandahttp://lkamal.blogspot.com
>
> On Tue, Jul 28, 2009 at 10:58 AM, Norman Maurer <nor...@apache.org> wrote:
>
> > You need todo the bindings on the serverside (via RPC/JSON etc). Just
> > read the docs
>
> > Bye,
> > Norman
>
> > 2009/7/28 sam <sabir...@gmail.com>:
>
> > > 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to