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 <smoye...@gmail.com> 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 <t.bro...@gmail.com> wrote:
> > On 14 oct, 00:59, Steve Moyer <smoye...@gmail.com> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to