RE: Template substitution

2007-01-09 Thread Jerome Louvel
Hi Ryan, [...] > Queries for specific resources ( i.e. /users/admin) currently > return an RDF XML document. In the RDF document, the URI > identifying the resource is referenced. Inside the resource > are references to child resources, and they are also > identified by URI. The problem i

Restlet 1.0 RC2 released

2007-01-09 Thread Jerome Louvel
Hi all, Here is the second release candidate! Compared to RC1, it has many API refinements but no major breaking change, which is a good sign :-) Everyone is encouraged to upgrade and test as much as possible. Summary of main changes: - New Windows installer (contributed by Thierry Boileau) -

Re: Restlet 1.0 RC2 released

2007-01-09 Thread Ryan Daum
Hey, great, new release (downloading)! I'm sure I'm not the first to mention it, but have you considered either switching your build to use Maven 2 or else at least providing Maven 2 friendly jars and POMs? I ask this because I had to generate my own (not very good ones) in our local repository,

RE: Restlet 1.0 RC2 released

2007-01-09 Thread Mitch Stewart
Hi Ryan, I think this was attempted awhile ago, Jerome actually tried to move the entire build process to Maven2 but I don't think it fit well and he ended up reverting back to Ant. I use Maven2 myself, so whenever a new release comes out I just have a series of basic poms that I edit and deploy

Re: Restlet 1.0 RC2 released

2007-01-09 Thread Mike Moran
Mitch Stewart wrote: Hi Ryan, I think this was attempted awhile ago, Jerome actually tried to move the entire build process to Maven2 but I don't think it fit well and he ended up reverting back to Ant. I use Maven2 myself, so whenever a new release comes out I just have a series of basic poms

RE: Restlet 1.0 RC2 released

2007-01-09 Thread Jerome Louvel
Hi all, Thanks for pushing this issue up again. As there is a strong need to support Maven, I would like to provide a solution for 1.1 and ideally for 1.0 too. Converting the build from Ant to Maven was tried in the past but failed due to the way Eclipse organizes plugins, in a flat structure, p

RE: Restlet 1.0 RC2 released

2007-01-09 Thread Jerome Louvel
Ryan Daum wrote: [...] > BTW, are there any pieces of documentation on the > representation & resource portions of the library? All the > tutorials I saw got as far as the registration of handlers, > but didn't really describe common RESTy-patterns for the > representation of resources using