XINS 2.2-alpha1 (Development branch) |
|
|
Wednesday December 19, 2007. 08:44 PM FreshMeat
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.
License: BSD License (revised)
Changes:
This version adds the ability to not deploy a dependency in the WAR file. It is also possible to specify an extra XML element in the generated web.xml. The front-end calling convention is executed with one request per thread at a time. The mapping of the SOAP-MAP calling convention has been improved. The percentage of memory used is shown in the statistics. This release contains some bugfixes and small improvements.
|