Re: Breaking Call into Request and Response (Was: Allow Header)

2006-10-09 Thread Piyush Purang
Been thinking over the weekend on this issue. I rather like the call interface. It is a unified and well encapsulated entity. How about keeping the Restlets handle(Call) as is and let it extract the request and response objects as and when it requires? Call.getRequest() Call.getResponse()

RE: Breaking Call into Request and Response (Was: Allow Header)

2006-10-09 Thread Jerome Louvel
Hi Lars, Thanks for the testing, I appreciate! Best regards, Jerome -Message d'origine- De : Lars Heuer [mailto:[EMAIL PROTECTED] Envoyé : samedi 7 octobre 2006 15:50 À : Jerome Louvel Objet : Re: Breaking Call into Request and Response (Was: Allow Header) Hi Jerome,

RE: Breaking Call into Request and Response (Was: Allow Header)

2006-10-09 Thread Jerome Louvel
Hi Piyush, I went through the same path before converting myself to the new API included in SVN: handle(Call call) == handle(Request request, Response response) The advantage of using Call as a holder of Request and Response is that you indeed encapsulate more information, having a

Re: Breaking Call into Request and Response (Was: Allow Header)

2006-10-07 Thread Lars Heuer
Hi Jerome, [...] Testing over the week-end is very welcome as I'll try to finish/release on Monday if possible. Last night I converted two projects to the new Request/Response style and everything works as expected. Best regards, Lars -- http://www.semagia.com

Re: Breaking Call into Request and Response (Was: Allow Header)

2006-10-06 Thread Sean Landis
Hi Jerome, Jerome Louvel contact at noelios.com writes: Hi Sean, I've just checked in SVN the modification for Call split and Allow support. All unit tests pass but I haven't done thorough testing. Also Servlet adapter is still broken. My work depends on the Servlet adapter but I

Re: Breaking Call into Request and Response (Was: Allow Header)

2006-10-05 Thread Piyush Purang
Hi Jerome, +1 As usual I will keep the final word till I have already used the refactorings... Bugger I have to change all that code again.. did I just ask for all those changes... what extent we go for apparent improvements :) Do you have a deadline in mind for the b19? I think many are

RE: Breaking Call into Request and Response (Was: Allow Header)

2006-10-05 Thread Jerome Louvel
Piyush, :) I'll be working full-time on beta 19 tomorrow, hopefully making good progress and maybe having a testable snapshot. If coding and testing go fine, I'll release on Monday or more likely on Friday next week. Best regards, Jerome -Message d'origine- De : Piyush Purang

Re: Breaking Call into Request and Response (Was: Allow Header)

2006-10-05 Thread Sean Landis
Jerome Louvel contact at noelios.com writes: Hi all, I share the same concern as Piyush. There are now about 34 methods in the Call class, corresponding to about 20 properties. ... If there is no major opposition, I will try to integrate this change to beta 19. Any comment? I'm