Re: Form constructor

2006-05-27 Thread John D. Mitchell
On 5/27/06, Jerome Louvel <[EMAIL PROTECTED]> wrote: Note that Call.getResourceRef().getQueryAsForm() and Call.getInputAsForm() methods can be used to simplify the creation of the associated form objects. Indeed. Those are what I'm using. Thanks, John

RE: Jetty v5 configuration tweaking

2006-05-27 Thread Jerome Louvel
Good idea, entered this for tracking: http://restlet.tigris.org/issues/show_bug.cgi?id=95 Beta 13 released on Monday only. SVN in stable state for those who want to have a look at coming features. Best, Jerome > -Message d'origine- > De : John D. Mitchell [mailto:[EMAIL PROTECTED] > En

Proposal for ConnectorCall

2006-05-27 Thread Lars Heuer
Hi all, Me, myself and I ;) think that it would be nice to add two methods to the ConnectorCall setRequestHeader(String name, String value); setResponseHeader(String name, String value); Sideeffect: If an existing name/value pair exists it is overridden by the specified name/value pair.

RE: Form constructor

2006-05-27 Thread Jerome Louvel
Note that Call.getResourceRef().getQueryAsForm() and Call.getInputAsForm() methods can be used to simplify the creation of the associated form objects. Thanks, Jerome > -Message d'origine- > De : John D. Mitchell [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 26 mai 2006 16:53 > À : disc

Re: Jetty v5 configuration tweaking

2006-05-27 Thread John D. Mitchell
Cool, I'll give that a try. It does seem like Restlet needs a standard mechanism to be able to get/set configuration of the underlying connectors. Thanks, John On 5/26/06, Jerome Louvel <[EMAIL PROTECTED]> wrote: I haven't done that personally, but they have a list of system properties here: h

RE: Restlet & AsyncWeb?

2006-05-27 Thread Jerome Louvel
Here is the pointer to AsyncWeb: http://asyncweb.safehaus.org/Home This project is based on MINA for the NIO transport layer: http://directory.apache.org/subprojects/mina/index.html The main advantage I see is the full unblocking IO support that this could bring to Restlets. It does seem somewha