Download List

Descripción del Proyecto

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 Requirements

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

Esta es una versión bugfix y documentación.
Tags: Bug fixes, Documentation
This is a bugfix and documentation release.

2013-01-20 08:37
3.1-alpha3

Esta versión añade funciones almacenable en caché y agrega la capacidad de devolver resultados sin modificar para evitar el tráfico de datos innecesarios. Se ha añadido una Convención de llamada de JSON-RPC 2.0. Cuando se produce un error, más detalles ahora se devuelven al cliente.
Tags: 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

Esta versión hace XINS compatible con Java 1.5 nuevo.

Se ha mejorado la documentación sobre la integración con el framework de Spring y cómo comprimir los datos en el servidor.

Se ha añadido un ejemplo con jQuery.

El usuario puede ahora establecer u obtener el HttpClient en la configuración de XINS.

Puede establecerse un nuevo HttpClient que utiliza Netty en lugar de los Apache HttpClient.

Esta versión también cuenta con algunas correcciones de errores.
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

Esta versión permite recibir datos comprimidos por defecto.

Tiene mejor soporte para conexiones SSL.

Mensajes aparecerán en los registros si el servidor está obsoleto.

Se ha añadido un nuevo capítulo de rendimiento a la documentación, que ahora está actualizada en el sitio Web.
Tags: 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

Esta versión incorpora la capacidad de interceptar las peticiones o respuestas, soporte para Netty como un servidor HTTP, la generación de simulacro para el cliente API y muchas mejoras de 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