-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.html
62 lines (57 loc) · 3.32 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>XINS README</title>
<!-- $Id: README.html,v 1.20 2010/08/13 07:56:48 agoubard Exp $ -->
</head>
<body bgcolor="white">
<center>
<font color="#5555aa" size="8">XINS</font><br>
<font color="#5555aa" size="5">XML Interface for Network Services</font>
</center>
<p>
<font color="#5555aa" size="4">Description:</font>
<ul>
<li>XINS is a web application framework.</li>
<li>XINS is designed to be able to create web applications based on defined specifications.</li>
<li>XINS is based on a simple way to send requests (using URLs) and handle result (Simple XML format).</li>
<li>XINS generates a set of HTML pages from the specification and some forms to test the application.</li>
<li>XINS generates Java code to invoke the web application and to develop it.</li>
<li>XINS generates WSDL, OpenDocument format, unit tests and stubs.</li>
<li>XINS also detects if the parameters are conform to the specification.</li>
<li>XINS includes concepts like load balancing, fail over, logging, security, properties and statistics.</li>
<li>XINS accepts a lot of protocols: REST, SOAP, XML-RPC, JSON, JSON-RPC, Front-end Framework, ....</li>
</ul>
<p>
<font color="#5555aa" size="4">Documentation:</font>
<ul>
<li>XINS User Guide in <a href="docs/index.html">HTML</a> and <a href="docs/XINSGuide.pdf">PDF</a>.</li>
<li>XINS protocol in <a href="docs/protocol/index.html">HTML</a> and <a href="docs/protocol/XINSProtocol.pdf">PDF</a>.</li>
<li><a href="docs/javadoc/index.html">Javadoc</a> (<a href="docs/javadoc/overview-summary.html">no frames</a>).</li>
<li>Logdoc for the <a href="docs/logdoc/client/index.html">client</a>,
<a href="docs/logdoc/common/index.html">common</a> and
<a href="docs/logdoc/server/index.html">server</a>.</li>
<li><a href="CHANGES">Last changes</a>, <a href="COPYRIGHT">Copyright</a>.</li>
</ul>
<p>
<font color="#5555aa" size="4">Quick start:</font><p>
<i>If you have chosen "Compile and run demo" with the Windows installer, you can directly go to the <a href="demo/xins-project/build/specdocs/myproject/index.html">specdocs</a>.</i>
<ul>
<li>Check that <a href="https://adoptopenjdk.net/">Java</a> and <a href="https://ant.apache.org/">ANT</a> are properly installed.<br>
<li>Set the <i>XINS_HOME</i> environment variable to the installed xins directory.</li>
<li>Add %XINS_HOME%\bin to your PATH environment variable.</li>
<li>In the <i>demo\xins-projects</i> directory execute <i>xins specdocs-myproject</i> to generated the HTML pages containing the specification and the test forms.</li>
<li>Compile and run the API with<br />
<i>xins -Dorg.xins.server.config=..\xins.properties run-myproject</i>.</li>
<li>Go to the web page <a href="demo/xins-project/build/specdocs/myproject/index.html">demo\xins-project\build\specdocs\myproject\index.html</a></li>
</ul>
<i>More detailed information can be found in the <a href="docs/index.html">documentation</a>.</i>
<P>
<font color="#5555aa" size="4">links:</font>
<ul>
<li><a href="https://www.xins.org">Web site</a>.</li>
<li><a href="https://www.xins.org/demo.html">Online demo</a>.</li>
<li><a href="https://github.com/japplis/xins/releases">Download page</a>.</li>
</ul>
</body>
</html>