Re: RESTful URL with GWT

2009-01-20 Thread Fangzx
hi, Harald, why you don't just use RPC with Spring? Any goodies to add Restlet and RESTful with GWT? On 1月15日, 下午4时01分, Harald Pehl harald.p...@googlemail.com wrote: On 14 Jan., 02:44, zhouxing fang fangzhoux...@gmail.com wrote: hi,Harald,can you give more detail of your project? Is it

Re: RESTful URL with GWT

2009-01-20 Thread Harald Pehl
Hi Fangzx, As the GWT client is not the only one for our server-side application, we have to offer a common interface based on XML/HTTP. Therefore Rest is IMHO the best solution. Greetings Harald On 20 Jan., 11:29, Fangzx fangzhoux...@gmail.com wrote: hi, Harald, why you don't just use RPC

Re: RESTful URL with GWT

2009-01-15 Thread Harald Pehl
On 14 Jan., 02:44, zhouxing fang fangzhoux...@gmail.com wrote: hi,Harald,can you give more detail of your project? Is it possible to use RESTful service with Ext-GWT? We're using the following architecture / frameworks: 1. Server: Restlet Spring 2. Client: Restlet-GWT module GXT

Re: RESTful URL with GWT

2009-01-14 Thread Gabor Szokoli
On Tue, Jan 13, 2009 at 12:38 PM, Joshua Partogi joshua.j...@gmail.com wrote: Dear all, HI! Is it possible to have RESTful URL with GWT? With GWT, you should only manipulate the fragment part of the URL (the part after a #), otherwise the browser re-loads the page. You can use your own

Re: RESTful URL with GWT

2009-01-14 Thread zhouxing fang
hi,Harald,can you give more detail of your project? Is it possible to use RESTful service with Ext-GWT? 2009/1/14 Harald Pehl harald.p...@googlemail.com Take a look at the RESTlet project: http://www.restlet.org/. They have also a GWT extension:

Re: RESTful URL with GWT

2009-01-13 Thread jake H
If u mean , if u can implement REST in GWT the answer is yes. otherwise about playing with the urls and getting data , i m not sure exactly but with some javascript u can parse the desire data i think. --~--~-~--~~~---~--~~ You received this message because you are

Re: RESTful URL with GWT

2009-01-13 Thread Harald Pehl
Take a look at the RESTlet project: http://www.restlet.org/. They have also a GWT extension: http://wiki.restlet.org/docs_1.1/13-restlet/144-restlet.html I'm using it for my current project and found it very usefl! Greetings Harald On 13 Jan., 12:38, Joshua Partogi joshua.j...@gmail.com wrote: