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+Engine&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&am p;votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_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+last+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
Noelios Technologies ~ Co-founder ~ http://www.noelios.com



Reply via email to