Re: connecting MySql to Eclipse (GWT)

2011-04-21 Thread gwtuser
Hello John, Thanks for providing info about the examplei have gone thru that exampleit doesn't use MySql DB. I am looking for an example which uses this. It will be great help for me if someone could give any info on this. Thanks. On Apr 15, 11:46 am, John Doran johnwildo...@gmail.com

Re: connecting MySql to Eclipse (GWT)

2011-04-15 Thread John Doran
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

Re: connecting MySql to Eclipse (GWT)

2011-04-15 Thread gwtuser
Hi John, Thanks for the replynow i am able to open the linki 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

Re: connecting MySql to Eclipse (GWT)

2011-04-15 Thread John Doran
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

connecting MySql to Eclipse (GWT)

2011-04-14 Thread gwtuser
Hello, I am trying to connect MySql to a gwt based project in eclipse. I have been searching for a whilebut 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

Re: connecting MySql to Eclipse (GWT)

2011-04-14 Thread John Doran
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 acp...@gmail.com wrote: Hello, I am trying to connect MySql to a gwt based project in eclipse. I have been searching for a whilebut i couldn't really understand

Re: connecting MySql to Eclipse (GWT)

2011-04-14 Thread John Doran
Have a read of this, exactly what you need. http://altair.cs.oswego.edu/~tenberge/tenbergen.org/misc/DB-Access-in-GWT-The-Missing-Tutorial.pdf Regards, John. On Thu, Apr 14, 2011 at 11:28 PM, John Doran john.do...@hotmail.com wrote: The way to approach it would be to create a RPC to process

Re: connecting MySql to Eclipse (GWT)

2011-04-14 Thread gwtuser
Could you explain me of how to create a RPC for this purpose. Thanks. On Apr 14, 4:28 pm, John Doran john.do...@hotmail.com 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 acp...@gmail.com wrote: Hello,

Re: connecting MySql to Eclipse (GWT)

2011-04-14 Thread gwtuser
I am not able to open the link Thanks On Apr 14, 4:33 pm, John Doran john.do...@hotmail.com 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