Restlet version 1.1 发布
在restlet v1.1 M5修补了10多个Bug之后,restlet发布了 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规划
Restlet V1.2在依旧基于Java SE 5.0 进一步发展。
新版本保持对Restlet V1.1的兼容性,但对V1.0不再兼容,将删除所有不建议使用的代码(deprecated code)。
Restlet V1.2的开发将在一年内针对以下内容展开:
1、增强对Eclipse的支持
2、引入语义类型的web理念
3、增强对Http的支持
4、安全机制的重构
5、更快更好的连接器(connectors)
6、其他
包括:
- 文档编写
- 包重构--将NRE中的引擎(com.noelios.rest)实现放到到REST API(org.restlet.engine)中隐藏
- 客户端的资源提供
- JAX-RS客户端的支持
- Oracle XDB的增强
- Google Web Toolkit(GWT)的增强
- Google Guice的支持
- Google Android支持等。
Restlet V1.1 RC1 已发布,修复了 Grizzly 和内部连接器的块编码问题,并提升了大型实体的性能。V1.2 将继续基于 Java SE 5.0 进行开发,计划增强 Eclipse 支持、引入语义 Web 概念、改进 HTTP 支持等。
462

被折叠的 条评论
为什么被折叠?



