RE: PUT and entity

2008-05-27 Thread Matthias Wauer
Jerome Louvel schrieb: ... and I can see how to can be extended to FTP and many other ones. Of course the quality of the mapping depends on the type of protocol/scheme, for example whether or not it is stateless. Just to make that clear, FTP is _not_ a stateless protocol. As Richardson and Ruby

RE: Trouble extending org.restlet.util.Template (private declarations)

2008-05-05 Thread Matthias Wauer
. The v1.1 solution looks much better at first sight, no complains =) . Regards, Matthias -Message d'origine- De : Matthias Wauer [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 mai 2008 15:47 À : discuss@restlet.tigris.org Objet : Trouble extending org.restlet.util.Template (private

Re: Exception handling in FreeMarker TemplateRepresentation?

2008-05-05 Thread Matthias Wauer
if a preprocess option would be incorporated, so i suppose it's better to leave it untouched - extending it to match my needs wasn't a big deal. regards, Matthias Matthias Wauer schrieb: Hi, my first post here, so first of all, thanks guys for working on releasing Restlet, fine thing. Until now

Trouble extending org.restlet.util.Template (private declarations)

2008-05-02 Thread Matthias Wauer
Just noticed an issue when subclassing Template. Scenario: For a template pattern /test/{type}/{id} with variables {type == testType} (no id defined in the map), i want format() to return /test/testType/{id} instead of the default /test/testType/null so i tried to subclass it. Issue: in

Exception handling in FreeMarker TemplateRepresentation?

2008-05-01 Thread Matthias Wauer
Hi, my first post here, so first of all, thanks guys for working on releasing Restlet, fine thing. Until now i was able to solve my issues on my own, but i think this one might need to be discussed. Issue: I use the FreeMarker extension to generate representations. Unfortunately, the