JAX-RS and unbound url path

2009-01-26 Thread xasima
I want to write the Resource that will handle the following URL pattern: openstorage/{version}/{prefix}/{user}/{collection}/{resource} I wish to use the same Resource even if {resource} is complex. For example to server both openstorage/0.1/test/john/bookmarks/cars (resource=cars,

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

Re: Newbie question: How to stream data between RESTlets

2007-10-16 Thread xasima
Why no one goes further and proposes the concrete schema and classes for doing this? I really have no great knowledge in the area, so the following is just a some kind of expectation what we really need to do while elaborating such a system. Let we play with HTTP protocol and we have just the