Personally I used XML, it's easier to do multiple updates in one query. But if you find an easier way than writing a parser on server side to translate XML to Objects and on client side, objects to XML. You're welcome.
On Fri, Feb 5, 2010 at 7:07 AM, petrusp <[email protected]> wrote: > Quick google search came up with this: > http://angel.hurtado.googlepages.com/tutorialgwt2 > > Using JSON as suggested > > On Feb 5, 12:34 pm, Dimedrol <[email protected]> wrote: > > Hello! > > I need to read/write some data from my GWT application to PHP with > > MySQL. > > (typical hosted www site) > > > > Is there any "best practices" for that? > > I mean, maybe there is some kind of Java Persistence API emulation for > > this kind of operations, > > so I could read/write POJOs to PHP/MySQL backend? > > -- > 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]<google-web-toolkit%[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.
