Re: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Yuri de Wit
-Message d'origine- De : news [mailto:news at sea.gmane.org] De la part de Peter Murray Envoyé : mardi 24 avril 2007 22:09 À : discuss at restlet.tigris.org Objet : Example of a Restlet Application/Servlet using both Client and Server In addition to operating as a

Roadmap to 1.1

2007-05-03 Thread Jerome Louvel
Hi again, Now that the 1.0 code base seems to be quite stable it is time to move forward. We have just created a maintenance branch for 1.0 in SVN. From now on, the SVN trunk will be dedicated to the upcoming version 1.1. The issues database has also be updated to select the items that we will

Re: Atom Support

2007-05-03 Thread Zsolt Czinkos
Hello Are you planning to use apache's abdera or sg else? Best zsolt On 5/3/07, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Alex, As you can see in the 1.1 roadmap I just sent, we plan to complete the Atom extension in 1.1. If possible, unit tests contributions are welcomed. Best regards,

RE: Atom Support

2007-05-03 Thread Jerome Louvel
Hi Zsolt, This extension already exists in SVN but needs to be completed. It has no external dependency beside the Restlet API and is therefore very lightweight. Note that this extension only supports the Atom Feed Format (reading and writing) but not the Atom Publishing Protocol itself.

RE: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Jerome Louvel
Hi Yuri, Looking at Peter's code I had a question about the best way to use a client connector from within a Restlet application. Peter's code is instantiating a new HTTP client connector and using. All applications hosted within a given component should share the same server and client

Maven Repository available

2007-05-03 Thread Thierry Boileau
**Hello all, One the most frequent enhancement request that we received was to improve our support for Apache Maven maven.apache.org technology. We initially responded by shipping some Maven POM files within our Restlet distribution. This enabled users to upload those JAR files to a local

RE: Maven Repository available

2007-05-03 Thread Jerome Louvel
Thierry also wrote a detailed page explaining how to configure your Maven client: http://www.restlet.org/downloads/maven Best regards, Jerome -Message d'origine- De : Thierry Boileau [mailto:[EMAIL PROTECTED] Envoyé : jeudi 3 mai 2007 18:08 À : discuss@restlet.tigris.org Objet :

Re: Atom Support

2007-05-03 Thread Alex Milowski
On 5/3/07, Jerome Louvel [EMAIL PROTECTED] wrote: Hi Zsolt, This extension already exists in SVN but needs to be completed. It has no external dependency beside the Restlet API and is therefore very lightweight. Note that this extension only supports the Atom Feed Format (reading and writing)

RE: Re: Maven Repository available

2007-05-03 Thread Chuck Hinson
I'll (strongly) second these sentiments. --Chuck From: Mark Reynolds [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 2:44 PM To: discuss@restlet.tigris.org Subject: Re: Maven Repository available Thanks for doing this. It is a huge step in the right

RE: Maven Repository available

2007-05-03 Thread Valdis Rigdon
From someone who is currently moving from Ant build scripts to Maven2, having the jars and dependencies in ibiblio would be a better solution. Valdis I'll (strongly) second these sentiments. --Chuck From: Mark Reynolds [mailto:[EMAIL PROTECTED] Sent:

Turning URI Template generation off?

2007-05-03 Thread Yuri de Wit
I ran into a scenario where I have a uri I dispatch to that contains a { and } characters (I am sending a simple xquery query as a GET parameter). The problem is that the dispatching is performing a URI Template generation and replacing the contents in between { and }. Is there a way to turn

Re: Turning URI Template generation off?

2007-05-03 Thread Yuri de Wit
Yuri de Wit ydewit at gmail.com writes: I ran into a scenario where I have a uri I dispatch to that contains a { and } characters (I am sending a simple xquery query as a GET parameter). The problem is that the dispatching is performing a URI Template generation and replacing the