-
Notifications
You must be signed in to change notification settings - Fork 2
/
documentation.html.haml
87 lines (68 loc) · 3.06 KB
/
documentation.html.haml
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
---
layout: default
title: IronJacamar.org - Documentation
description: The documentation for IronJacamar
---
%h1 Documentation
The documentation for IronJacamar is located inside the distribution in the doc/ directory.
%p
This will provide you with a start point for using the container.
%h2 User guide
%ul
%li
IronJacamar 1.2
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.2/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.2/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/userguide/1.2/en-US/pdf/IronJacamarUserGuide.pdf"} [PDF]
%h2 Developer guide
%ul
%li
IronJacamar 1.2
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.2/en-US/html/index.html"} [HTML]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.2/en-US/html_single/index.html"} [HTML Single]
%a{:href=>"http://www.ironjacamar.org/doc/developerguide/1.2/en-US/pdf/IronJacamarDeveloperGuide.pdf"} [PDF]
%h2 Java EE Connector Architecture API
%ul
%li
%a{:href=>"http://www.ironjacamar.org/doc/api/spec/1.7/index.html"} Java EE Connector Architecture 1.7
%h2 IronJacamar API
%ul
%li
IronJacamar 1.2
%a{:href=>"http://www.ironjacamar.org/doc/api/embedded/1.2/index.html"} [Embedded]
%a{:href=>"http://www.ironjacamar.org/doc/api/arquillian/1.2/index.html"} [Arquillian]
%h2 Schemas
%ul
%li
Java EE Connector Architecture
%a{:href=>"http://www.ironjacamar.org/doc/schema/connector_1_0.dtd"} [1.0]
%a{:href=>"http://www.ironjacamar.org/doc/schema/connector_1_5.xsd"} [1.5]
%a{:href=>"http://www.ironjacamar.org/doc/schema/connector_1_6.xsd"} [1.6]
%a{:href=>"http://www.ironjacamar.org/doc/schema/connector_1_7.xsd"} [1.7]
%li
Java Enterprise
%a{:href=>"http://www.ironjacamar.org/doc/schema/j2ee_1_4.xsd"} [1.4]
%a{:href=>"http://www.ironjacamar.org/doc/schema/javaee_6.xsd"} [6]
%a{:href=>"http://www.ironjacamar.org/doc/schema/javaee_7.xsd"} [7]
%li
IronJacamar
%a{:href=>"http://www.ironjacamar.org/doc/schema/ironjacamar_1_0.xsd"} [1.0]
%a{:href=>"http://www.ironjacamar.org/doc/schema/ironjacamar_1_1.xsd"} [1.1]
%a{:href=>"http://www.ironjacamar.org/doc/schema/ironjacamar_1_2.xsd"} [1.2]
%li
Resource adapters
%a{:href=>"http://www.ironjacamar.org/doc/schema/resource-adapters_1_0.xsd"} [1.0]
%a{:href=>"http://www.ironjacamar.org/doc/schema/resource-adapters_1_1.xsd"} [1.1]
%a{:href=>"http://www.ironjacamar.org/doc/schema/resource-adapters_1_2.xsd"} [1.2]
%li
Data sources
%a{:href=>"http://www.ironjacamar.org/doc/schema/datasources_1_0.xsd"} [1.0]
%a{:href=>"http://www.ironjacamar.org/doc/schema/datasources_1_1.xsd"} [1.1]
%a{:href=>"http://www.ironjacamar.org/doc/schema/datasources_1_2.xsd"} [1.2]
%a{:href=>"http://www.ironjacamar.org/doc/schema/datasources_1_3.xsd"} [1.3]
%h2 Articles
%a{:href=>"/doc/articles.html"} This
space contains various articles about IronJacamar and Java EE Connector Architecture in general.
%h2 Developer information
%a{:href=>"/doc/developers.html"} This
space contains various documents not included in the main developer guide yet.