Can Restlet work with Spring Boot

2014-06-16 Thread Xybrek
Before I go in a deep explanation, I just want to know if Restlet would work with Spring Boot? Much of the Spring samples I saw was not Spring boot. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3083393

Re: Announcing HTML newsletter and Restlet web API platform

2014-06-17 Thread Xybrek
On Wednesday, 07 May, 2014 12:05 PM, Jerome Louvel wrote: Hi all, Starting with the Restlet Framework 2.3 M2 and 2.2.1 versions released today, we will be announcing the new releases and security updates via an *HTML newsletter*. As always, we cross post the content to our blog

Re: Redirect whole browser traffic to restlet proxy

2015-01-03 Thread Xybrek
On Tuesday, 07 October, 2014 08:12 PM, Jovan Jovanovic wrote: Hi everybody, after a lot of tries to build a proxy server I found it really easy using Restlet. Although I have an obvious issue after setting all the traffic from Chrome to go through my proxy, I get redirection loop (as also

Restlet cannot process query parameter on ROOT path

2015-02-07 Thread Xybrek
I have this code: @Override public Restlet createInboundRoot() { Router router = new Router(getContext()); Redirector forward = new Redirector(getContext(), SOME_URL, Redirector.MODE_CLIENT_FOUND); router.attach(/ + {id}, forward); router.attach(/rest/,

Re: Restlet cannot process query parameter on ROOT path

2015-02-08 Thread Xybrek
there is no url template that matches the / url. When defining this template /{id} the {id} variable cannot be empty. Best regards, Thierry Boileau 2015-02-08 7:49 GMT+01:00 Xybrek xyb...@gmail.com mailto:xyb...@gmail.com: I have this code: @Override public Restlet createInboundRoot

Re: Restlet cannot process query parameter on ROOT path

2015-02-08 Thread Xybrek
there is no url template that matches the / url. When defining this template /{id} the {id} variable cannot be empty. Best regards, Thierry Boileau 2015-02-08 7:49 GMT+01:00 Xybrek xyb...@gmail.com mailto:xyb...@gmail.com: I have this code: @Override public Restlet createInboundRoot

Re: Restlet cannot process query parameter on ROOT path

2015-02-08 Thread Xybrek
there is no url template that matches the / url. When defining this template /{id} the {id} variable cannot be empty. Best regards, Thierry Boileau 2015-02-08 7:49 GMT+01:00 Xybrek xyb...@gmail.com mailto:xyb...@gmail.com: I have this code: @Override public Restlet createInboundRoot

Re: Is there any concrete example on how to use Restlet File Upload extension with Google App Engine?

2015-01-16 Thread Xybrek
On Friday, 16 January, 2015 05:51 PM, Thierry Boileau wrote: Hello, I guess you are refering to this page of the user guide: http://restlet.com/technical-resources/restlet-framework/guide/2.3/extensions/fileupload The code is exactly the same for the GAE edition, except that you cannot

Is there any concrete example on how to use Restlet File Upload extension with Google App Engine?

2015-01-15 Thread Xybrek
Is there any concrete example on how to use Restlet File Upload extension with Google App Engine? There are lots of example for Restlet File Upload but not for the GAE edition of Restlet? Is there any complete Upload example to do file upload with Restlet?

CRUD Operation for Calling ServerResouce with ClientProxy

2015-01-13 Thread Xybrek
I have this ServerResource that is called by a ClientProxy: public class GaeThingServerResource extends SelfInjectingServerResource implements ThingResource { private static final Logger LOG = Logger.getLogger(GaeThingServerResource.class.getName()); @Override

HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two dependency in the project (or just one?): dependency groupIdorg.restlet.gae/groupId artifactIdorg.restlet.ext.jackson/artifactId

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two dependency in the project (or just one?): dependency groupIdorg.restlet.gae/groupId

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 05:08 AM, Xybrek wrote: On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two dependency in the project (or just one

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 05:25 AM, Xybrek wrote: On Wednesday, 14 January, 2015 05:08 AM, Xybrek wrote: On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two