You must do the connection to jdbc (or use JPA or similar) in server side, you can't connect to db in client side, becouse some classes are not emulated <http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html> .
2011/9/20 Daniel Gerep <[email protected]> > Hi fellas, > > I know that what I'm gonna ask is not good but my boos gave me a project > all made with GWT and MySQL and I had never worked with GWT, only the basics > today. > > Does anyone here have a link or a project working with MySQL? I just need > to know how it works. > > Thanks in advance for any help > > > PS: I have to my boos something day 22/09 > -- > *Att* > *Daniel Gerep* > > -- > 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. > -- 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.
