GWT is a browser client-side technology and cannot access a mysql
database directly. Your GWT code can be given data by your server, and
it's your server that connects to mysql. GWT is server-technology
agnostic, though it includes some tools to be used with java based servers.

So, how you do your mysql access depends on what technology you want to
use for your server. If you use java, then you might like to look at
hibernate (and then possibly Gilead). Alternatively, quite a few people
here use php.

Paul

Allen wrote:
> Hi:
>     I am experienced C++ developer and want to migrate UI client
> (using for app configuration and control) to GWT. Currently, finished
> the stock price tutorial. Need a similar detail oriented tutorial for
> working with mysql DB. Please help.
>
> Thanks lot,
>
>
> Allen
>
>   

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