Download List

项目描述

XINS is a technology used to define, create, and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML), XINS will transform them to HTML-based documentation and Java code for both the client-side and the server-side. The communication is based on HTTP. XINS competes with the complex SOAP technology. Main design goals include simplicity, scalability, and testability. XINS is not only a specification technology, but also an application development framework. It offers transaction logging, unique log documentation, and active code generation.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-24 09:49
3.1-beta1

这是一个修复错误和文件的版本。
标签: Bug fixes, Documentation
This is a bugfix and documentation release.

2013-01-20 08:37
3.1-alpha3

此版本添加了缓存功能,并添加返回未修改的结果,以避免不必要的数据通信的能力。已添加了 JSON RPC 2.0 调用约定。当错误发生时,更多的细节现在返回到客户端。
标签: Major feature enhancements
This release add cacheable functions and adds the ability to return unmodified results to avoid unneeded data traffic. A JSON-RPC 2.0 calling convention has been added. When an error occurs, more details are now returned to the client.

2013-01-08 08:38
3.1-alpha2

此版本 XINS 与 Java 1.5 兼容再使。关于与 Spring 框架的集成以及有关如何在服务器端的数据压缩的文档已得到改善。已添加与 jQuery 的一个例子。用户现在可以设置或获取 HttpClient XINS 配置中。可以,使用显影而 Apache HttpClient 不是设置新的 HttpClient。这个版本也有一些错误修正。
This release makes XINS compatible with Java 1.5 again.

The documentation about the integration with the Spring framework and about how to compress
data on the server side has been improved.

An example with jQuery has been added.

The user can now set or get the HttpClient in the XINS configuration.

A new HttpClient can be set which uses Netty instead of the Apache HttpClient.

This version also has some bugfixes.

2013-01-03 10:31
3.1-alpha1

此版本,使接收压缩的数据,默认情况。它有更好的支持为 SSL 连接。如果服务器是过时,消息将显示在日志中。现在是最新的网站上的文档,增加了新的性能章。
标签: performance
This release enables receiving compressed data by default.

It has better support for SSL connections.

Messages will appear in the logs if the server is outdated.

A new performance chapter has been added to the documentation, which is now up-to-date on the
website.

2012-03-11 08:55
3.0-alpha3

此版本添加了能够拦截请求或响应,作为一个 HTTP 服务器,模拟客户端 API,为一代和很多 Java 5 改进显影的支持。
This release adds the ability to intercept requests or responses, support for Netty as an HTTP server, generation of mock for the client API, and many Java 5 improvements.

Project Resources