No bother I suppose its a personal thing how long it takes to come to grips with it. I think the stockwatcher example provided by google is your best bet. It exposes you to everything. The whole purpose is to do the db stuff server side in you situation. I suppose within a couple of weeks I was well used to it. Regards.
Sent from my iPhone On 15 Apr 2011, at 17:31, gwtuser <[email protected]> wrote: > Hi John, > > Thanks for the reply....now i am able to open the link....i am looking > at it.. > > no i have used jcbc before and i don't have any knowledge about java > related stuff...i have been using gwt for about a month and half...i > am creating a UI and i need to connect it to MySql. > RPC is the one we can use to do this....but that's what i don't have > much knowledge. > thanks for the basic info you have provided. > Could you tell me approximately how long it will take to establish to > finish RPC for this purpose. > > Thanks. > > On Apr 15, 1:48 am, John Doran <[email protected]> wrote: >> Sorry I cut the URL >> off;-).http://altair.cs.oswego.edu/~tenberge/tenbergen.org/misc/DB-Access-in... >> >> 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 >>> athttp://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.
