RE: Content-type negotiation and user-agent tunnel

2010-09-11 Thread Jerome Louvel
Hi Bruno, Long delay for this one, sorry. I don't know what is going on and would need to trace/reproduce. Were you able to solve the issue somehow? Otherwise, could you enter a bug report with ideally a your test resource. Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~ http:/

RE: RFC - Restlet edition for JavaScript

2010-09-11 Thread Jerome Louvel
Hi all, I’ve updated the wiki page with additional pointers based on your replies and additional discussions: http://wiki.restlet.org/developers/172-restlet/368-restlet.html I suggest continuing the discussion in the developers list. Best regards, Jerome -- Restlet ~ Founder and Tech

RE: large datasets and chunked encoding?

2010-09-11 Thread Jerome Louvel
Hi Bryan, We will document this case in the upcoming chapter 8 from "Restlet in Action". The easiest way to achieve this is to return an InputStream/InputRepresentation. When there is no more content available, the stream can return -1 to indicate the end (usual Java IO contract). Best regard

RE: Using a REST layer for UI and services

2010-09-11 Thread Jerome Louvel
Hi all, Marc, Tal, would you mind updating the "Powered by" page in the community wiki so people can find out themselves about your projects based on Restlet? http://wiki.restlet.org/community/165-restlet.html Back to the original question, this is possible to use FreeMarker or Velocity templa

RE: Deprecated Request.getEntityAsForm()

2010-09-11 Thread Jerome Louvel
Hi Jon, The first idea is that forms should normally be processed inside a ServerResource. Using annotated methods, it is easy to retrieved the Form instance as an input parameter of your method for example. @Post public void submit(Form form){ ... } In filters, there are other common typ

RE: stream closed errors

2010-09-11 Thread Jerome Louvel
Hi Marc, You're welcome, 2.0.1 is looking solid and 2.0.2 will likely be marked as "stable" when it is released, probably at the end of the month with 2.1 M1. Regarding Maven artifacts, publication rules are explained here: http://www.restlet.org/downloads/maven Best regards, Jerome -- Restlet

RE: continuous integration setup

2010-09-11 Thread Jerome Louvel
Marc, I guess this message should have gone to the c...@restlet.tigris.org mailing list, but thanks for setting this up. This can be useful in addition to our mailing list to get notifications of build state changes here: http://restlet.tigris.org/ds/viewForumSummary.do?dsForumId=8771 Best re

RE: JAXRS, Transactional Resources managed by Spring

2010-09-11 Thread Jerome Louvel
Sriram, You should upgrade to 2.0.1 as we have fixed similar issues related to thread local variables. Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.o​rg Noelios Technologies ~ http://www.noelios.com -Message d'origine- De : Sriram C [mailto:schav.

adaptor to make Request/Response look like Apache equivalents?

2010-09-11 Thread tarr
Hello all, and apologies in advance for what's probably the wrong question. I am trying to get OAuth to work for my RESTlet-based service--not to authenticate use of my service, but to enable my service to communicate with a remote REST service. I understand, from reading previous posts, that OAut

Prudence 1.0 RC1

2010-09-11 Thread Tal Liron
I'm very happy to announce the first public release candidate of Prudence, an open source web development platform based on Restlet 2.0. http://threecrickets.com/prudence/ Prudence comes with a comprehensive 100-page manual, a complete example application and an extensive online reference. It's