Télécharger la liste

Description du projet

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.

Système requise

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

Il s'agit d'une version de correction et de la documentation.
Tags: Bug fixes, Documentation
This is a bugfix and documentation release.

2013-01-20 08:37
3.1-alpha3

Cette version ajoute les fonctions mises en cache et ajoute la possibilité de renvoyer des résultats non modifiés pour éviter le trafic de données inutiles. Une convention d'appel JSON-RPC 2.0 a été ajoutée. Lorsqu'une erreur se produit, plus de détails sont maintenant retournés au client.
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

Cette version rend XINS compatible avec Java 1.5 à nouveau.

La documentation au sujet de l'intégration avec le framework Spring et sur la façon de compresser des données côté serveur a été améliorée.

Un exemple avec jQuery a été ajouté.

L'utilisateur peut maintenant définir ou obtenir la HttpClient dans la configuration XINS.

Un nouveau HttpClient réglable qui utilise Netty ' s au lieu de l'Apache HttpClient.

Cette version a également quelques corrections de bugs.
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

Cette version permet la réception des données compressées par défaut.

Il a la meilleure prise en charge pour les connexions SSL.

Messages apparaîtront dans les journaux si le serveur est obsolète.

Un nouveau chapitre de la performance a été ajouté à la documentation, qui est maintenant à jour sur le site 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

Cette version ajoute la possibilité d'intercepter les requêtes ou réponses, soutien de Netty comme un serveur HTTP, la production de maquette pour l'API cliente et de nombreuses améliorations 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