Java開源Web服務框架,XINS 3.0 發布
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.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!