Well i've done basically the same thing except i'm working with firebird, and i have to say - using Java backend is easier when debugging and RequestBuilder isn't necessary as well - GWT RPC is really good.
On 2 Nov., 15:55, darkflame <[EMAIL PROTECTED]> wrote: > I was in your position about a year ago. > Depends what sort of options you have on your sever what you can use, > but I found GWT<>PHP<>MySQL the route I had to use. > Its actualy pretty easy but there isnt any shortcuts as such. > > Your GWT needs to send its request to the PHP, which searchs the mysql > database, and sends its results back to GWT. > > I cant give you a full tutorial, but basicaly you need to look at > "RequestBuilder" on the GWT side, and...well..all the php database > functions. (php is very simple to learn) > > On Nov 1, 2:42 pm, tapan <[EMAIL PROTECTED]> wrote: > > > I am trying to create an application in GWT that requires data to be > > saved in a mysql database. I cannot use the gears database as the info > > is to be read other apps > > > I am very new to RPC. So please give hints and some code snippets to > > get going. > > > Thanks in advance > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
