Thought I would post my MySQL example.

http://gawkat.com/MySQLConn/ - GWT MySQL demo getting data
http://code.google.com/p/gwt-examples/wiki/project_MySQLConn - MySQL
code snippets

Download the Eclipse project via the SVN.

I made an example widget in which a widget grabs MySQL data from the
server and display it to screen. I use an object array to transport
the data from the server to the client and often back to the server.
Check out the demo and code snippets for more information on how I do
it. I show the object array at the bottom of my gwt-examples.

Hope the MySQL RPC example helps, have fun dissecting it.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to