I'm having problems using the GWT extension wwiht 2.0M4. I'm not sure which 
jars I should include in my web-inf/lib. I added in org.restlet.jar from gwt 
jar and org.restlet.ext.gwt.jar from the jse jar to my web-inf/lib. I changed 
my code to the following but the callback never gets called (no errors either). 
Any ideas? Thanks.


final Request request = new Request(Method.GET, serverURL + "/monitor");
                                final Client client = new Client(Protocol.HTTP);
                                client.handle(request, new Uniform() {
                                        
                                        @Override
                                        public void handle(Request request, 
Response response, Uniform callback) 
                                        {
                                               doSomething();
                                });

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2382622

Reply via email to