Hi Marc, Let me complete Thierry's answer: a) The public Maven repository is updated only twice a month. That's why when RC1 was released it was not immediately available in the repo. For details, see http://www.restlet.org/downloads/maven d) and e) I suggest that you have a look at the wiki: "Integration with Spring" http://wiki.restlet.org/docs_1.1/g1/13-restlet/29-restlet/99-restlet/59-rest let.html If you still have questions after that, let us know, with details on which exact integration mode you want to use. Best regards, Jérôme Louvel -- Restlet ~ Founder and Lead developer ~ <http://www.restlet.org/> http://www.restlet.org Noelios Technologies ~ Co-founder ~ <http://www.noelios.com/> http://www.noelios.com
_____ De : Thierry Boileau [mailto:[EMAIL PROTECTED] Envoyé : lundi 1 septembre 2008 14:26 À : [email protected] Objet : Re: Restlet 1.1, Spring Hello Marc, Thanks for your interest in the Restlet framework. a) I've seen in the maven repo that there is a restlet 1.1-m5 but on the website is an announcement of 1.1rc are there any diffrences? You can find the differences between 1.1-m5 and 1.1rc by having a look at the changes log that lists in fact all changes made for the 1.1 branch: http://www.restlet.org/documentation/1.1/changes b) When is the 1.1 release planned? Are the changes between 1.1-m5 and 1.1-SNAPSHOT included within this release? The 1.1 is planned for the 4th quarter of this year according to the roadmap (http://www.restlet.org/about/roadmap). Actually, it depends on the feedbacks about the 1.1rc. The idea is that no new functionnality is added, we focus only on the correction of bugs and documentation. The fewer bugs are reported, the earlier the 1.1 will be released. And yes, the 1.1 release will contain all the changes made between 1.1-m5 and 1.1-snapshot. c) If the final release of 1.1 will take some months, how stable is the 1.1-SNAPSHOT? I couldn't use 1.1-m5. 1.1-m4 and the 1.0.xx series because of missing features (1.0.xx) and some issues (1.1-m4 and 1.1-m5). Well, the snapshot contains all the functionalities of the target 1.1 release. However, it contains some bugs that need to be fixed (some are already known, see [1]). The snapshot is not far from stability, you can use it for evaluation. [1] http://restlet.tigris.org/issues/buglist.cgi?component=Noelios+Restlet+Engin e&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&email1=&emailt ype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&iss ueidtype=include&issue_id=&changedin=&am p;votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_typ e=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_l oc_type=substring&status_whiteboard=&status_whiteboard_type=substring&field0 -0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+l ast+time&Submit+query=Submit+query&target_milestone=1.1%20release d) Related to spring: Can I pass the HTTP and FILE like I do in web.xml <context-param> <param-name>org.restlet.clients</param-name> <param-value>HTTP FILE</param-value> </context-param> somehow in spring config? e) If I would do the webapp as a servlet configured with spring (like the one in the examples), do I have to configure the restlet servlet or can I rely on the spring configuration? (I haven't tried it yet) Regarding these questions, I have to make some tests, since I'm not a Spring/Restlet expert. I'll answer later. Best regards, Thierry Boileau -- Restlet ~ Core developer ~ http://www.restlet.org <http://www.restlet.org/> Noelios Technologies ~ Co-founder ~ http://www.noelios.com <http://www.noelios.com/>

