Mention proxy in tutorial

2010-05-14 Thread John Simmons
I am just learning Restlet and trying the examples given in the tutorial. I am working from behind a corporate firewall. I was not able to get the first example Part02a to work until I discovered, by searching the source code, that I needed to set two system properties by putting arguments

RE: HTTP Accepted result code 202 issue

2010-05-14 Thread Thierry Boileau
Hello Nina, sorry for the delay of my answer. In the doInit method, you can still set the status and the response's entity: setStatus(Status.SUCCESS_ACCEPTED); getResponse().setEntity(your entity); Another way to achieve what you want, is to cope with this status inside the methods that handle

Re: Restlet - CharacterSet problem in represent method

2010-05-14 Thread Bruno Harbulot
Hi, I'm not sure where this comes from, but it might come from the original string that you're reading (it's not clear from your code fragment). It looks like it could be read in UTF-8 and then written as if it was ISO-8859-1. You might be able to get the correct output if you make sure it's

RE: client-side parsing of XML in GWT

2010-05-14 Thread Thierry Boileau
Hello Allan, we kindly encourage you to adopt Piriti. The current restlet extension to Piriti should fit your needs. You can find documentation and sample code on the Piriti pages: http://code.google.com/p/piriti/wiki/RestletExtension Note also that the next 2.1 release of the Restlet

RE: Restlet - CharacterSet problem in represent method

2010-05-14 Thread Thierry Boileau
Hello, I've just fixed a bug regarding the transmission of the DomRepresentation's character set to the underlying instance of Transformer that generates the result stream. With that fix, I was able to generate a correct representation encoded with the correct character set and declaring

RE: client-side parsing of XML in GWT

2010-05-14 Thread allan clarke
Ok. I was trying a test case and was having trouble (possibly due to namespaces). I'll see if I can find Harald to answer some questions. By the way, I am evaluating Restlet/GWT for a big project and we will likely purchase a commercial license and some tech support. Many Thanks!

Re: Amazon S3 Auth

2010-05-14 Thread Thierry Boileau
Hello Jean-Phillipe, that's a great news! Now that I have all the pieces i'm ready to plug it in for testing and ultimately submission to the project. I've been digging around a lot but am so far unable the location where the correct verifier is selected/instantiated for a given

Re: Amazon S3 Auth

2010-05-14 Thread Jean-Philippe Steinmetz
I'm pretty sure I understand and have it set up correctly but I am clearly missing something. Here's what I have. I've implemented the HttpAwsS3Verifier which wraps a LocalVerifier similar to the DigestVerifier. My understanding was that this is how I can hook in the actual identifier/password