-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
132 lines (132 loc) · 5.12 KB
/
documentation.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IronJacamar.org - Documentation</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="The documentation for IronJacamar" name="description">
<link href="/stylesheets/styles.css" rel="stylesheet" type="text/css">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<header>
<section style="padding: -20px auto;">
<a href="/">
<img alt="IronJacamar" src="/images/banner.png">
</a>
</section>
</header>
<article>
<h1>Documentation</h1>
The documentation for IronJacamar is located inside the distribution in the doc/ directory.
<p></p>
This will provide you with a start point for using the container.
<h2>User guide</h2>
<ul>
<li>
IronJacamar 1.2
<a href="http://www.ironjacamar.org/doc/userguide/1.2/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.2/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.2/en-US/pdf/IronJacamarUserGuide.pdf">[PDF]</a>
</li>
</ul>
<h2>Developer guide</h2>
<ul>
<li>
IronJacamar 1.2
<a href="http://www.ironjacamar.org/doc/developerguide/1.2/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.2/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.2/en-US/pdf/IronJacamarDeveloperGuide.pdf">[PDF]</a>
</li>
</ul>
<h2>Java EE Connector Architecture API</h2>
<ul>
<li>
<a href="http://www.ironjacamar.org/doc/api/spec/1.7/index.html">Java EE Connector Architecture 1.7</a>
</li>
</ul>
<h2>IronJacamar API</h2>
<ul>
<li>
IronJacamar 1.2
<a href="http://www.ironjacamar.org/doc/api/embedded/1.2/index.html">[Embedded]</a>
<a href="http://www.ironjacamar.org/doc/api/arquillian/1.2/index.html">[Arquillian]</a>
</li>
</ul>
<h2>Schemas</h2>
<ul>
<li>
Java EE Connector Architecture
<a href="http://www.ironjacamar.org/doc/schema/connector_1_0.dtd">[1.0]</a>
<a href="http://www.ironjacamar.org/doc/schema/connector_1_5.xsd">[1.5]</a>
<a href="http://www.ironjacamar.org/doc/schema/connector_1_6.xsd">[1.6]</a>
<a href="http://www.ironjacamar.org/doc/schema/connector_1_7.xsd">[1.7]</a>
</li>
<li>
Java Enterprise
<a href="http://www.ironjacamar.org/doc/schema/j2ee_1_4.xsd">[1.4]</a>
<a href="http://www.ironjacamar.org/doc/schema/javaee_6.xsd">[6]</a>
<a href="http://www.ironjacamar.org/doc/schema/javaee_7.xsd">[7]</a>
</li>
<li>
IronJacamar
<a href="http://www.ironjacamar.org/doc/schema/ironjacamar_1_0.xsd">[1.0]</a>
<a href="http://www.ironjacamar.org/doc/schema/ironjacamar_1_1.xsd">[1.1]</a>
<a href="http://www.ironjacamar.org/doc/schema/ironjacamar_1_2.xsd">[1.2]</a>
</li>
<li>
Resource adapters
<a href="http://www.ironjacamar.org/doc/schema/resource-adapters_1_0.xsd">[1.0]</a>
<a href="http://www.ironjacamar.org/doc/schema/resource-adapters_1_1.xsd">[1.1]</a>
<a href="http://www.ironjacamar.org/doc/schema/resource-adapters_1_2.xsd">[1.2]</a>
</li>
<li>
Data sources
<a href="http://www.ironjacamar.org/doc/schema/datasources_1_0.xsd">[1.0]</a>
<a href="http://www.ironjacamar.org/doc/schema/datasources_1_1.xsd">[1.1]</a>
<a href="http://www.ironjacamar.org/doc/schema/datasources_1_2.xsd">[1.2]</a>
<a href="http://www.ironjacamar.org/doc/schema/datasources_1_3.xsd">[1.3]</a>
</li>
</ul>
<h2>Articles</h2>
<a href="/doc/articles.html">This</a>
space contains various articles about IronJacamar and Java EE Connector Architecture in general.
<h2>Developer information</h2>
<a href="/doc/developers.html">This</a>
space contains various documents not included in the main developer guide yet.
<br>
<br>
</article>
<footer>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="/download.html">Download</a>
</li>
<li>
<a href="/documentation.html">Documentation</a>
</li>
<li>
<a href="/community.html">Community</a>
</li>
<li>
<a href="/sourcecode.html">Source Code</a>
</li>
<li>
<a href="/issues.html">Issues</a>
</li>
</ul>
<a href="http://www.redhat.com">
<img alt="Proudly sponsored by Red Hat" src="/images/redhat_logo.png">
</a>
</footer>
</body>
</html>