Java 框架:Apache Wink 1.1.2 发布
Apache Wink 1.1.2 发布。Apache Wink是一个是使用简单,稳定的Java框架,用于创建RESTful web services应用程序。Wink包括了一个服务器端模块和一个客户端模块,用于帮助开发者快速高效的开发RESTful Web services应用。改进内容:
* WINK-287 - Support web beans / (J)CDI / JSR-299
* WINK-295 - Upgrade to SLF4J 1.6.0
* WINK-296 - DEBUG -> TRACE logging reform
* WINK-297 - serviceability improvement; externalize strings,confirm formatting
* WINK-299 - Make Jackson the default JSON provider for Wink
* WINK-304 - serviceability improvement, output information upon application registration, errors
* WINK-305 - allow configuration file for SSL
* WINK-310 - Annotations inherited by a resource class should determine parameter type from the subclass, not the superclass
* WINK-315 - Improve the tolerance of malformed media types
* WINK-319 - Simplify addition of Request/Response handlers
* WINK-325 - Allow AtomCommonAttributes#otherAttributes and AtomCommonAttributesSimpleContent#otherAttributes to be lazy initialized.
新特性:
* WINK-313 - WADL support
* WINK-318 - Wink JSON model
* WINK-321 - Support @XmlJavaTypeAdapter and @XmlElement on method params
* WINK-322 - Add JSR250 life cycle management support
* WINK-326 - AsyncHttpClient module
补充:软件开发 , Java ,