Starting with Restlet 1.1M1 and Spring

2007-11-08 Thread Takasho
Hi All,

I am just starting out using the Restlet framework 1.1M1 and Spring 2. I have
been through the javadocs but I must be missing something with regards to wiring
the two together when they are deployed into Jetty.

Can anyone please provide a sample web.xml and applicationContext.xml using
Restlet 1.1M1 and Spring 2.

Thanks,

Takasho.


Re: Router.attach Patterns

2007-11-08 Thread xasima
Hi, Jerome and Alex. 

What do you think on the implementation:

1) Coocoon map concept
(http://cocoon.apache.org/2.2/core-modules/core/2.2/1376_1_1.html), just to
provide more declarative way to configure URI - Restlets mapping?

2) Internal Restful design of web-application? means to get name for each of the
individual classes/resources/restlet with the help of java5 annotation 
@uri(schema://internal/weatherwidgetresource) 
and use them as individual pipes (POST data to proccess and getTheRepresentation
of the result)

We can use http://smallx.dev.java.net or cocoon maps notation
(http://cocoon.apache.org/2.2/core-modules/core/2.2/853_1_1.html) to provide
info for the coordination of such a pipes / URI. I think that  reasons to do
this are
a) to get all advantages that cocoon offers by providing declarative URI model
and pipeline support
b) do the mentioned actions in distibuted manner, since each pipe can be
deployed in any place of the web (or in scope of your cluster), due to REST
notion of the pipe (GET, POST) and ability to negotiate on the representation
(JAVA_IN_PROCESS, SAX, DOM, or custom one). 


I 'd be pleased to work on such an feature.



 


Re: Restlet 1.0.6 released

2007-11-08 Thread Avi Flax
Great news! Thanks Jerome, Thierry, and every contributor!

-- 
Avi Flax | Arc90 | http://arc90.com

On 11/8/07, Jerome Louvel [EMAIL PROTECTED] wrote:

 Hi all,

 The sixth maintenance release of Restlet 1.0 is available. It fixes several
 bugs found in version 1.0.5 and provides a few documentation clarifications.


 Thanks to Thierry for the hard work in pushing this release and for all the
 contributors. We are trying to keep the list up to date here:
 http://www.restlet.org/about/team

 Changes log:
 http://www.restlet.org/documentation/1.0/changes

 Download links:
 http://www.restlet.org/downloads/1.0/restlet-1.0.6.zip
 http://www.restlet.org/downloads/1.0/restlet-1.0.6.exe

 Maven repositories:
 http://maven.restlet.org will be updated on the 15th
 http://maven.noelios.com has the new artifacts

 Best regards,
 Jerome Louvel