Re: 1.0 to 1.1 Migration Guide

2008-08-08 Thread Travis T
Thanks, Theirry!

Re: 1.0 to 1.1 Migration Guide

2008-08-06 Thread Travis T
Thank you, Thierry. Would you please include information on migrating the 1.0.x poms to 1.1 poms... Information such as changed dependencies would be good. If there is already an online resource for this, can you please send it to me? Thanks. "Thierry Boileau" <[EMAIL PROTECTED]> wrote in mes

Re: Advice on RESTful way to get result of post in one transaction

2008-08-01 Thread Travis T
Rob Heittman solertium.com> writes: > POST can return a representation.  In a Resource say getResponse().setEntity(yourRepresentation).   In a Restlet you'll have the response object passed into the handle... methods -- same drill. Excellent! Thank you for the information. Is it handled th

Advice on RESTful way to get result of post in one transaction

2008-08-01 Thread Travis T
Hello all, I'm wondering what a best practice would be for the following usage: I have an application that has a configuration interface that allows configurations to be POSTED to it. To get the current configuration, the requestor simply does a GET on the same URI: E.g. GET /configuration -> te

Re: 1.0 to 1.1 Migration Guide

2008-08-01 Thread Travis T
Thierry Boileau gmail.com> writes: > > http://wiki.restlet.org/docs_1.1/g1/13-restlet/26-restlet.html -- > > except all it says is "TODO." > > Ok, I'll take your advice and switch to 1.1 as soon as I get a chance. > > Can you point me to a convenient "upgrade" guide? I've got an app th