Hello Guilherme, one of the first constraint of REST is the separation of concerns between the client and the server. Any kind of HTTP client can communicate with any kind of WEB server (they are only required to speak the same language, that is to say the same version of HTTP).
best regards, Thierry Boileau > Hi everyone, > > I'm new at WS and have studied the available libraries to implement my WS. > I have a GWT client application and wants to communicate via WS with others > apps. > As I liked Jersey library, and I'd like to use Restlet on the client side and > Jersey on the server side. > On the client, I'd use just the APIs provided to work with GWT. > > Is it possible? > > thanks a lot, > > guilherme > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1333171 > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1333320

