Sorry I cut the URL off;-). http://altair.cs.oswego.edu/~tenberge/tenbergen.org/misc/DB-Access-in-GWT-The-Missing-Tutorial.pdf
I've been using GWT for 8 months I'm by no means a pro but have a good knowledge. The purpose of rpc is to be able to write java code which wont be translated into js and therefore resides server side. So server side when you create your ServiceImpl you connect you drivers create a connntection and do whatever you need to do with the db(Eg an addUser method which is passed a name, pw, dob). Have you used jdbc before? There are a few steps in setting up. On Friday, April 15, 2011, gwtuser <[email protected]> wrote: > I am not able to open the link > > Thanks > > On Apr 14, 4:33 pm, John Doran <[email protected]> wrote: >> Have a read of this, exactly what you >> need.http://altair.cs.oswego.edu/~tenberge/tenbergen.org/misc/DB-Access-in... >> Regards, >> John. >> >> >> >> On Thu, Apr 14, 2011 at 11:28 PM, John Doran <[email protected]> wrote: >> > The way to approach it would be to create a RPC to process your JDBC server >> > side. >> >> > On Thu, Apr 14, 2011 at 11:19 PM, gwtuser <[email protected]> wrote: >> >> >> Hello, >> >> I am trying to connect MySql to a gwt based project in eclipse. >> >> I have been searching for a while....but i couldn't really understand >> >> what do i have to do to establish a connection to database. >> >> all i did so far is, i have downloaded Connector J folder which has a >> >> file "mysql-connector-java-5.1.15-bin" and then i have added this file >> >> to the project using "Add External Jar"...from build path option. >> >> >> Now i am confused what to do next? >> >> >> Can anyone help me. >> >> >> thanks. >> >> >> -- >> >> 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.- Hide quoted text >> >>- >> >> - Show quoted text - > > -- > 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.
