Thanks for that writeup Steve, really helpful. The main reason I avoid that setup is because of the extra work it'd require to add XSRF protections. I use GWT-RPC to send data (adding an additional XSRF token), then have the servlet call the REST back end. What do you think - have you dealt with this issue?
Thanks, Brett On Wed, Oct 13, 2010 at 9:53 PM, Steve Moyer <[email protected]> wrote: > "Has it ever been?" ... > > I meant that you could pretty much do your REST/JSON with the > RequestBuilder as shipped in GWT 2.x. Prior versions needed extra > code around what was shipped. > > smoyer > > On Oct 13, 7:32 pm, Thomas Broyer <[email protected]> wrote: > > On 14 oct, 00:59, Steve Moyer <[email protected]> wrote: > > > > > I've been using RequestBuilder to access REST/JSON services since GWT > > > version 1.7.0. > > [...] > > > Wow ... that was a bit long-winded, but I think it's safe to say that > > > REST/JSON with GWT is no longer the bleeding edge. > > > > Has it ever been?! I've been using the exact same approach since GWT > > 1.5.0 (with Spring Webscripts on the server side though; well, at the > > time they were "Alfresco Web Scripts", not Spring Webscripts, and > > given that we haven't upgraded/updated the backend, they're still not > > Spring Webscripts, to be exact) > > -- > 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.
