RE: URLEncoded querystring params

2010-09-09 Thread Fraser Goffin
Hi Thierry, Obviously my example is contrived to demonstrate the problem. In reality there may be occasions when I will need to send characters in the URL which would contravene RFC 1738. Are you saying that Restlet cannot provide access to URL encoded params individually ?? Kind regards

RE: URLEncoded querystring params

2010-09-09 Thread webpost
Hello Fraser, what kind of client are you using? Why don't you send /mbunittest/myflow?f​oo=foobar=bar​baz=baz? Best regards, Thierry Boileau Hi Thierry, Obviously my example is contrived to demonstrate the problem. In reality there may be occasions when I will need to send characters

Re: Using a REST layer for UI and services

2010-09-09 Thread Vincent Nonnenmacher
On 06/09/10 13:26, webp...@tigris.org wrote: Hi everyone, I have a web app who is divided into a web services and a ui front end. Actually the ui is made from servlets who call a business services layers and my web services use the same business layer. But I wonder if it is a way to write a

Re: Using a REST layer for UI and services

2010-09-09 Thread Vincent Nonnenmacher
On 06/09/10 13:26, webp...@tigris.org wrote: Hi everyone, I have a web app who is divided into a web services and a ui front end. Actually the ui is made from servlets who call a business services layers and my web services use the same business layer. But I wonder if it is a way to write a

Re: JMS

2010-09-09 Thread Vincent Nonnenmacher
On 06/09/10 18:56, Fraser Goffin wrote: Are there any plans in the near term to support JMS. Those of us using Restlet in Enterprise environments often require asynchronous and highly reliable protocols offered by one of the popular messaging backbones (MQ) ?? Fraser.

Decoding url encoded form values

2010-09-09 Thread Chris Davis
Hi, I am posting a x-www-form-urlencoded form (using the restlet client api) and getting the value on the server in my the acceptRepresentation method using: Form form = new Form(entity) form.getFirstValue() The value is url encoded but my question is should I have to decode the value myself

Re: restlet and comet

2010-09-09 Thread Vincent Nonnenmacher
On 07/09/10 15:08, Maxime Bégnis wrote: Hi list, I would like to include in a Restlet application some resources to be used with the CometD(Ajax Push) framework. I didn't find any documentation or examples of use cases with Restlet on the internet. Can someone point me to a starting point,

Re: restlet and comet

2010-09-09 Thread Maxime Bégnis
Thanks Vincent for your tips. I'm looking forward to this implementation of NIO. Regards, Maxime Bégnis Le 08/09/2010 12:08, Vincent Nonnenmacher a écrit : On 07/09/10 15:08, Maxime Bégnis wrote: Hi list, I would like to include in a Restlet application some resources to be used with

Re: Restlet Framework 2.0.1released

2010-09-09 Thread Tal Liron
Just a quick note on changed behavior I noticed in 2.0.1 -- If you throw a ResourceException that has a cause, the cause is now sent to the status service for processing into a new status. If you don't have explicit support for this, you'll likely get a 500 error, thus overriding whatever

Re: stream closed errors

2010-09-09 Thread Marc Portier
Just a final confirmation from our side. All tests on all environments run properly now, thx for the fix and the wrap up in 2.0.1 By the way: are the artifacts also going to be published on http://maven.restlet.org/org/restlet/jse/org.restlet/ ? -marc= On 09/03/2010 04:43 PM, Marc Portier

continuous integration setup

2010-09-09 Thread Marc Portier
By the way you might be interested to learn we've set up a continuous integration build for restlet on our hudson server http://ci.outerthought.org/job/restlet.org_4KAURI/ We basically set this up for continued automated testing of our own (open) framework on top of restlet.org, but of course

Re: restlet and comet

2010-09-09 Thread Marc Larue
Hi Maxime, You can check out http://rupy.googlecode.com too. Cheers, /marc On Thu, 9 Sep 2010, Maxime Bégnis wrote: Thanks Vincent for your tips. I'm looking forward to this implementation of NIO. Regards, Maxime Bégnis Le 08/09/2010 12:08, Vincent Nonnenmacher a écrit : On