Re: GWT communication with REST

2012-01-10 Thread David
I've used Restlet in the past for apps requiring Android and Gwt
clients

On Jan 8, 7:05 pm, "sonyt...@gmail.com"  wrote:
> Hi,
> I am very new to GWT. I am trying to learn how i can communicate using REST
> instead of RPC .
>
> I am planning to use spring mvc as model view controller and REST API .
> Any body have any sample code or link please share with me
> Regards

-- 
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-toolkit@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.



Re: GWT communication with REST

2012-01-09 Thread Raphael André Bauer
On Mon, Jan 9, 2012 at 1:05 AM, sonyt...@gmail.com  wrote:
> Hi,
> I am very new to GWT. I am trying to learn how i can communicate using REST
> instead of RPC .
>
> I am planning to use spring mvc as model view controller and REST API .
> Any body have any sample code or link please share with me

We use restygwt. Pretty easy to use and works like a charm,
https://github.com/chirino/resty-gwt

Best,


Raphael


> Regards
>
> --
> 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-toolkit@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.



-- 
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com

-- 
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-toolkit@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.



Re: GWT communication with REST

2012-01-09 Thread Travis Camechis
You should be able to use GWT RequestBuilder along with the GWT's JSON
support.  That is how I have done it in the past.

On Sun, Jan 8, 2012 at 7:05 PM, sonyt...@gmail.com wrote:

> Hi,
> I am very new to GWT. I am trying to learn how i can communicate using
> REST instead of RPC .
>
> I am planning to use spring mvc as model view controller and REST API .
> Any body have any sample code or link please share with me
> Regards
>
>  --
> 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-toolkit@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.
>

-- 
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-toolkit@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.



GWT communication with REST

2012-01-08 Thread sonyt...@gmail.com
Hi,
I am very new to GWT. I am trying to learn how i can communicate using REST
instead of RPC .

I am planning to use spring mvc as model view controller and REST API .
Any body have any sample code or link please share with me
Regards

-- 
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-toolkit@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.