-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (165 loc) · 4.97 KB
/
index.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome to IronJacamar.org</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta 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>Welcome to the IronJacamar community !</h1>
IronJacamar is an implementation of the
<a href="http://jcp.org/en/jsr/detail?id=322">Java EE Connector Architecture 1.7</a>
specification.
<p></p>
Java EE Connector Architecture defines a contract for how so-called Enterprise Information Systems
integrate with the Java Enterprise Edition Platform. Enterprise Information Systems include
databases, messaging systems, and other servers/systems external to an application server.
<p></p>
IronJacamar has been certified against both the Java EE Connector Architecture standalone profile,
and the full profile.
<p></p>
See the
<a href="/about.html">about</a>
section for more information about Java EE Connector Architecture.
<h2>
<a href="/news/">
News
</a>
<a href="/news/news.atom">
<img alt="RSS feed" src="/images/rss_16.png">
</a>
</h2>
<div class="news-table">
<table>
<tr>
<td>
November 1, 2016
</td>
<td>
<a href="/news/2016/11/01/NewProjectLead.html">New project lead for IronJacamar</a>
</td>
</tr>
<tr>
<td>
March 3, 2016
</td>
<td>
<a href="/news/2016/03/03/IronJacamar127FinalReleased.html">IronJacamar 1.2.7.Final released</a>
</td>
</tr>
<tr>
<td>
September 1, 2015
</td>
<td>
<a href="/news/2015/09/01/IronJacamar126FinalReleased.html">IronJacamar 1.2.6.Final released</a>
</td>
</tr>
<tr>
<td>
August 3, 2015
</td>
<td>
<a href="/news/2015/08/03/IronJacamar125FinalReleased.html">IronJacamar 1.2.5.Final released</a>
</td>
</tr>
<tr>
<td>
April 14, 2015
</td>
<td>
<a href="/news/2015/04/14/IronJacamar124FinalReleased.html">IronJacamar 1.2.4.Final released</a>
</td>
</tr>
</table>
</div>
<h2>Getting started</h2>
<ol>
<li>
Download
<a href="/download.html">IronJacamar</a>
</li>
<li>
Read our
<a href="/doc/userguide/1.2/en-US/html/ch01.html#overview">overview</a>
in our
<a href="/documentation.html">user guide</a>
</li>
<li>
Check out our
<a href="/doc/userguide/1.2/en-US/html/apb.html#sample_helloworld">Hello World</a>
example
</li>
<li>
Run our
<a href="/doc/userguide/1.2/en-US/html/ch08.html">code generator</a>
to generate a project skeleton
</li>
<ul>
<li>
Or use our
<a href="/doc/userguide/1.2/en-US/html/ch09.html">Eclipse</a>
development plugin
</li>
</ul>
<li>
Execute the generated
<a href="http://www.arquillian.org">Arquillian</a>
/
<a href="http://www.shrinkwrap.org">ShrinkWrap</a>
test case
</li>
</ol>
<p></p>
And be sure, to read our user guide and the Java EE Connector Architecture 1.7 specification.
<p></p>
You are most welcome to use our
<a href="/community.html">community</a>
for asking questions about how to best implement your resource adapter.
<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>