jump to navigation

Coverage of the Restlet 1.0 launch April 25, 2007

Posted by Jerome Louvel in Restlet General.
trackback

The past weeks has been very exciting. After months of hard work, we finally released our 1.0.0 version of the Restlet project. We were very happy about the general reception of the news. Here is a summary of our latest coverage in the press and in blogs:

Announcements:

Related news:

Comments»

1. Avi Flax - April 27, 2007

Are there yet any apps whose source code is available, and illustrate Restlet best practices? (I.e. built as a high-availability, scalable, stable, extendable enterprise app would need to be?) Most of the code samples that I’ve seen in the tutorials, etc, have disclaimers like “this isn’t how we’d really do it, but…”.

Thanks!

2. Jérôme Louvel - April 27, 2007

Hi Avi,

I would suggest having a look at the example code from the upcoming REST book implemented using Restlets, especially chapter 7:
http://www.restlet.org/documentation/1.0/examples/books/rest/

3. Avi Flax - April 27, 2007

Will do, thanks!