Restlet v1.1.0 is officially released.
Since the launch of restlet 1.0 in memory l 2007, we have been working hard to prepare this new version. to protect your investment in existing code, we have maintained the initial API design, extending it where necessary and always ensuring a direct if not transparent migration path.
Here is a selection of the most exciting new features:
-
- Broader and deeper HTTP support with features such as partial downloads, resumable uploads or content integrity validation.
-
- Best support for the wadl specification in the industry, allowing an automation and always in sync documentation of your rest APIs. wadl documents can be generated in XML or converted on the fly to HTML using the popular stylesheet from Yahoo!
- One of the first and most complete implementations of the new JAX-RS 1.0 specification provided for those preferring an annotation-oriented approach.
-
- New restlet-GWT module provided, porting the client-side of the restlet API to the popular Google Web Toolkit 1.5 JavaScript platform, allowing you to invoke restful applications right from your web browser.
-
- New Extensions for easier integration with the jaxb 2.1, jibx 1.1, spring 2.5, oauth, osgi, Oracle XDB and SSL technologies.
-
- Improved support for atom syndication XML format and for atom publishing protocol. Both formatting and parsing are now available.
-
- New POP3 connector Based on javamail to access restfully to remote mail boxes.
-
- New grizzly HTTP Server Connector, first to fully leverage the NIO support in the restlet API, leading to new levels of scalability and performance.
- New internal HTTP client and server connectors to simplify development phases (Zero Configuration necessary) and allow very small footprint deployments.
@ See http://blog.noelios.com/