Restlet 1.1 M3 released April 1, 2008
Posted by Jerome Louvel in JSR 311, NIO, Oracle, Restlet, Restlet Releases.trackback
It’s just over a month since 1.1 M2 and we have again made tremendous
progress towards our final release.
Main changes:
- Licensing scheme changed to CDDL 1.0 or LGPL 2.1 or LGPL 3.0
- New JAX-RS extension implementing the draft JSR-311
- New OAuth extension as a pluggable authentication scheme
- New XDB extension providing integration with Oracle embedded JVM
- SSL support much improved with access to new attributes
- XmlRepresentation refactored to support SAX and DOM sources
- Major TransformRepresentation refactoring (config, reuse, SAX)
- Reference class now enforces the usage of valid URI characters
- Grizzly HTTP server now support chunked encoding of responses
Updated dependencies:
- Spring to version 2.5.2
- db4o to version 7.2 (adds transparent update)
- JavaMail to version 1.4.1
- JAF to version 1.1.1
Direct contributors:
- Adam Rosien (OAuth)
- Avi Flax
- Bruno Harbulot
- Chuck Mortimore
- Dan Diephouse
- Jeroen Goubert
- Joe Nellis
- Kevin Conaway
- Marc Portier
- Marcelo Ochoa (XDB)
- Paul J. Lucas
- Peter Neubauer
- Rhett Sutphin
- Rob Heittman
- Stephan Koops (JAX-RS)
- Steve Loughran
- Yuri de Wit
Changes log:
http://www.restlet.org/documentation/1.1/changes
Download links:
http://www.restlet.org/downloads/1.1/restlet-1.1m3.zip
http://www.restlet.org/downloads/1.1/restlet-1.1m3.exe
Maven repositories:
http://maven.restlet.org is updated on the 1st and 15th of each month
http://maven.noelios.com is updated daily with new artifacts

[...] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]
[...] 5] The JAX-RS extension for Restlet has been added to release 1.1 M3. See the announcement and the documentation about the [...]
[...] neuen Milestone von Restlet ist auch der aktuelle Stand der JAX-RS-Erweiterung enthalten. Etliche Features fehlen noch, aber [...]
In case anyone wonders the relationship between Restlet, JAX-RS (JSR-311), and Jersey:
> From the project descriptions Jersey seems to have much in common with Restlet.
> >
> > Does it use Restlet?
> > Are there plans to combine the power of two forces together?
Jersey is Sun’s RI for the JAX-RS standard and is a s far as I know
brand new and without any relation to RestLet other than
properly being inspired by it. New versions of RestLet actually
implements the JAX-RS API
(http://blog.noelios.com/2008/04/01/restlet-11-m3-released/)
so if you have a existing RestLet app then you should be able to
gradually convert it into a JAX-RS app.
(from jersev.dev.java.net mailing list, clarified by Lars Tackmann)
I just noticed that Jerome Louvel, a Restlet core developer, is an Expert Group member of JSR-311.
Considering his expertise and (very long) experience in this field, I can only expect good things out of it.
Does anyone know of a mailing list where rest-style development is discussed? I am doing a pilot project (it will take a while-only a few hours a week) and have questions about security, how to handle errors, what makes a good RESTful client, how to deal with constraints imposed by a pure browser forms-based client (GET/POST only), etc. etc.
If you are using the Restlet technology you can post to our mailing list:
http://www.restlet.org/community/lists
For more general questions there is the REST discussion list. See links here: http://www.restlet.org/about/faq#04