Release of restlet version 1.1
After restlet V1.1 M5 fixes more than 10 bugs, restlet released restlet V1.1 RC1.
Here is a summary of main changes:
-
- Chunked Encoding issues in grizzly and internal connectors were all fixed. Extensive tests with large entities done (size of 30 mb ).
-
- Grizzly was updated to version 1.8.4 and has reached a much more stable state. It gives unparalleled performance for serving static files thanks to direct NiO transfer from file to socket!
-
- Performance of internal HTTP connectors was vastly improved, coming close to other connectors in term of throughput for large entities (scalability not tested). It is the easiest choice for development purpose.
-
- Significant improvements and stabilization made for the wadl extension.
- Major refactoring of logging to have more consistency and a better organization for logger names. updated the logging documentation on the wiki to facilitate usage. added a tracehandler to display the logger names of all log records in the console to simplify configuration, especially for third party libraries.
-
- Completed support for partial gets and partial puts in the file client connector.
-
- Completed support for representation digests (MD5 and more ).
Restlet v1.2 plan
Restlet v1.2 is still further developed based on Java SE 5.0.
The new version maintains compatibility with restlet V1.1, but is no longer compatible with V1.0. All unrecommendedCode(Deprecated code ).
The development of restlet v1.2 will cover the following content within one year:
1. Enhanced support for eclipse
2. Introduce the Semantic Web Concept
3. Enhanced HTTP support
4. Reconstruction of security mechanisms
5. faster and better connectors)
6. Others
Including:
- Document Writing
- Package refactoring-place the engine (COM. noelios. Rest) in NRE into the rest API (Org. restlet. ENGINE) to hide it.
- Client resource provision
- Support for JAX-RS clients
- Oracle XDB enhancements
- Enhanced Google Web Toolkit (GWT)
- Support for Google guice
- Google Android support.