Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dies ist ein Bugfix und Dokumentation Release.
Tags: Bug fixes, Documentation
This is a bugfix and documentation release.

2013-01-20 08:37
3.1-alpha3

Dieses Release zwischenspeicherbare Funktionen hinzufügen und fügt die Fähigkeit, unveränderten Ergebnissen um unnötigen Datenverkehr zu vermeiden. Eine JSON-RPC 2.0-Aufrufkonvention wurde hinzugefügt. Wenn ein Fehler auftritt, sind jetzt weitere Informationen an den Client zurückgegeben.
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

Diese Version macht wieder XINS kompatibel mit Java 1.5.

Die Dokumentation über die Integration in das Spring Framework und zum Komprimieren von Daten auf der Serverseite ist verbessert worden.

Ein Beispiel mit jQuery wurde hinzugefügt.

Der Benutzer kann jetzt festlegen oder Abrufen der HttpClient in der Konfiguration XINS.

Einen neuen HttpClient kann festgelegt werden, welche Netty anstelle der Apache HttpClient verwendet.

Diese Version hat auch einige Bugfixes.
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

Diese Version ermöglicht Empfang komprimierter Daten standardmäßig.

Es bietet eine verbesserte Unterstützung für SSL-Verbindungen.

Nachrichten werden in den Protokollen angezeigt, wenn der Server veraltet ist.

Ein neues Kapitel der Leistung wurde in der Dokumentation, die jetzt aktuell auf der Website hinzugefügt.
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

Diese Veröffentlichung fügt die Fähigkeit zum Abfangen von Anforderungen oder Antworten, Unterstützung für Netty als ein HTTP-Server, Generierung von Mock für die Client-API und viele Java 5 Verbesserungen.
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