-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html.haml
82 lines (66 loc) · 2.01 KB
/
index.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
---
layout: default
---
%h1 Welcome to the IronJacamar community !
IronJacamar is an implementation of the
%a{:href=>"http://jcp.org/en/jsr/detail?id=322"} Java EE Connector Architecture 1.7
specification.
%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
IronJacamar has been certified against both the Java EE Connector Architecture standalone profile,
and the full profile.
%p
See the
%a{:href=>"/about.html"} about
section for more information about Java EE Connector Architecture.
%h2
%a{:href=>"/news/"}
News
%a{:href=>"/news/news.atom"}
%img{ :src=>"/images/rss_16.png", :alt=>"RSS feed"}
.news-table
%table
- for post in site.posts[0, 5] do
%tr
%td
#{post.date.strftime( '%B %-d, %Y' )}
%td
%a{:href=>post.url}= post.title
%h2 Getting started
%ol
%li
Download
%a{:href=>"/download.html"} IronJacamar
%li
Read our
%a{:href=>"/doc/userguide/1.2/en-US/html/ch01.html#overview"} overview
in our
%a{:href=>"/documentation.html"} user guide
%li
Check out our
%a{:href=>"/doc/userguide/1.2/en-US/html/apb.html#sample_helloworld"} Hello World
example
%li
Run our
%a{:href=>"/doc/userguide/1.2/en-US/html/ch08.html"} code generator
to generate a project skeleton
%ul
%li
Or use our
%a{:href=>"/doc/userguide/1.2/en-US/html/ch09.html"} Eclipse
development plugin
%li
Execute the generated
%a{:href=>"http://www.arquillian.org"} Arquillian
\/
%a{:href=>"http://www.shrinkwrap.org"} ShrinkWrap
test case
%p
And be sure, to read our user guide and the Java EE Connector Architecture 1.7 specification.
%p
You are most welcome to use our
%a{:href=>"/community.html"} community
for asking questions about how to best implement your resource adapter.