Hi folks,
we are in 2013 now, are we able to do something like the FB batch with restlet?
I have tried to do something like that:
Restlet dispatch = getContext().getClientDispatcher();
Request request = new Request(Method.GET, "customers");
request.setProtocol(Protocol.HTTP);
Response response = dispatch.handle(request);
but it fails, I don't want to authenticate my client every time, what's the
good way to do that?
thanks
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3061308