On Sun, Aug 31, 2008 at 3:43 AM, Abel B <[EMAIL PROTECTED]> wrote: > > Hi, I am new to both the java language and gwt. I have been reading on > the language for a few months and I have a grasp on some of the most > important concepts. > > I have been having a hard time rendering data on a browser aftre > making server side calls to a mysql db. I have read about using remote > procedure calls on the server side and then using the entry point > class to render the info retrieved from the application service. > > Is there anyone who knows where I can get a step by step guide on > working with CRUD functions and rendering them on the browser using > gwt. I'm at a loss on what im doing wrong.
I use RequestBuilder and format the response data with json. It's actually very straightforward. Where exactly are you having problems? Can you show us some code that isn't working? -- Jim Freeze --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
