Java开源Web服务框架,XINS 3.0 发布
jopen 12年前
XINS是一款采用纯Java编写的开源webservice框架,支持REST, SOAP, JSON-RPC等多种协议,因为XINS是基于各种协议而设计,因此无论是代码还是文档都可以通过规范自动生成出来。
本次发布JDK升级到Java 5。现在支持 Apache的HttpClient4.2。一个backpack对象在方法和调用约定之间传递。改进使用标准Java对象的属性和XML。在服务器端,现在可以定义负载平衡,Servlet过滤器和拦截器。运行采用Netty支持。现在也可以生成客户端的mocks。
英文内容:
What's new:
- Moved to Java 5.
- Replaced specific types PropertyReader and org.xins.common.xml.Element with the Java types Map<String, String> and org.w3c.dom.Element.
- Logdoc is now an apart library.
- Migrated to HttpClient 4.2.1 with possibility to define/configure the HttpClient
- Added possibility to pass values from the calling convention to the function and vice versa. (Backpack)
- Possibility to define a load balancer on the server side
- Possibility to define Servlet filters and interceptors
- Can also run on Netty
- Generation of client mock based on examples
详见:Change Log 文件
下载这次发布:: Windows installer 安装包或 platform-independent TAR GZ file.