RE: contributing - areas of interest

2008-12-26 Thread Jerome Louvel
Hi Raif, The main reason for using manual DOM-based parsing of XML files is mainly to prevent any dependency beside JDK/JRE API. Also, the restlet.xsd schema is trying to match exactly the structure and property of Restlet API classes. In some way, the API classes are the DAO beans...

RE: Metadata service

2008-12-26 Thread Jerome Louvel
Great :) Happy Holidays! Jerome -Message d'origine- De : fabio.mancine...@gmail.com [mailto:fabio.mancine...@gmail.com] Envoye : jeudi 25 decembre 2008 19:03 A : discuss@restlet.tigris.org Objet : RE: Metadata service Yes I was able to solve the issue. It was the

Re: Sample code for using FreeMarker with Restlets

2008-12-26 Thread Raif S. Naffah
hello Mark, On Friday 26 December 2008 07:17:55 Mark Petrovic wrote: Good day, and Merry Christmas to all who are celebrating it. Would someone be kind enough to post a few lines of example config and code showing how you use FreeMarker with Restlets in returning html views. the

RE: securing Restlet

2008-12-26 Thread Jerome Louvel
Hi Raif, This is a good start. We have a page on the developers' wiki that should be used during this refactoring project. I have updated it based on the issues and discussions you have selected, extending to all other I could find. Security refactoring

RE: securing Restlet

2008-12-26 Thread Jerome Louvel
I've added Raif's comment about Tomcat realms to this issue: Add notion of realm http://restlet.tigris.org/issues/show_bug.cgi?id=504 Regarding the plumbing, we have a design approach for Restlet that says that everything should be configurable programmatically first (via the Restlet API).

Re: contributing - areas of interest

2008-12-26 Thread Raif S. Naffah
hello Jerome, On Friday 26 December 2008 19:20:03 Jerome Louvel wrote: Hi Raif, The main reason for using manual DOM-based parsing of XML files is mainly to prevent any dependency beside JDK/JRE API. Also, the restlet.xsd schema is trying to match exactly the structure and property of

RE: securing Restlet

2008-12-26 Thread Jerome Louvel
Good exchange! I've added some excerpts as comment to this issue: Support cookie based authentication http://restlet.tigris.org/issues/show_bug.cgi?id=605 Cheers, Jerome -Message d'origine- De : Rhett Sutphin [mailto:rh...@detailedbalance.net] Envoye : lundi 22 decembre 2008 00:38 A :

RE: securing Restlet

2008-12-26 Thread Jerome Louvel
Hi Stephan, I've added a link from the RFE to Remi's implementation: Support cookie based authentication http://restlet.tigris.org/issues/show_bug.cgi?id=605 However, we would need Remi to offer his implementation to Restlet code base in order to consider this integration. Remi, see this page

Re: securing Restlet

2008-12-26 Thread Raif S. Naffah
hello Jerome, On Friday 26 December 2008 20:14:02 Jerome Louvel wrote: Hi Raif, This is a good start. We have a page on the developers' wiki that should be used during this refactoring project. I have updated it based on the issues and discussions you have selected, extending to all other I

Re: securing Restlet

2008-12-26 Thread Rémi Dewitte
Jerome, I will do all the necessary to allow the code to be integrated as soon as possible. A little description of what I will submit. Few lines to describe a little bit more what's in the CookieGuard : - guard intercepts /login and /logout path requests, the behaviour is of customizable -

Re: Solr integration

2008-12-26 Thread Duong BaTien
Very much interested. Thanks Duong BaTien DBGROUPS and BudhNet On Fri, 2008-12-26 at 14:45 +0100, Rémi Dewitte wrote: Hello, While doing some cleanup to contribute to the authentication work, I thought I could give a restlet integration of Solr. Basically it is a ClientHelper handling

Re: securing Restlet

2008-12-26 Thread Rob Heittman
Guilty as charged, fixed on my copy and never sent the patch back to the Restlet list. Will do when I get back from holiday travels! On Fri, Dec 26, 2008 at 12:36 PM, Tim Peierls t...@peierls.net wrote: On Fri, Dec 26, 2008 at 5:05 AM, Jerome Louvel jerome.lou...@noelios.com wrote: Also,