-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
120 lines (120 loc) · 3.83 KB
/
community.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IronJacamar.org - Community</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="The IronJacamar Community" 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>Community</h1>
<h2>Forums</h2>
<a href="http://groups.google.com/group/ironjacamar-users">
User forum
</a>
- Use this forum for questions about using IronJacamar or developing your resource adapter
<p></p>
<a href="http://groups.google.com/group/ironjacamar-developers">
Developer forum
</a>
- Use this forum for questions about developing the IronJacamar container
<p></p>
Please, note that you have to be a member of these forums in order to post.
<h2>Interviews</h2>
<a href="/interviews/index.html">
Meet the people behind IronJacamar
</a>
<h2>Twitter</h2>
<a href="http://twitter.com/ironjacamar">
<img alt="IronJacamar" src="/images/twitter_32.png">
#IronJacamar
</a>
<p></p>
<a class="twitter-timeline" data-widget-id="350269431206785024" href="https://twitter.com/IronJacamar">
Tweets by \@IronJacamar
</a>
<h2>IRC</h2>
Freenode
<a href="http://webchat.freenode.net/?channels=ironjacamar">
#ironjacamar
</a>
<h2>Usages of IronJacamar</h2>
<div class="usage">
<table>
<tr>
<td align="left" valign="top">
<a href="http://www.wildfly.org/">
<img alt="WildFly" src="http://www.jboss.org/dms/wildfly_splash/splash_wildflylogo_small.png">
</a>
</td>
<td align="left" valign="top">
<a href="http://www.wildfly.org/">WildFly</a>
, a modern open source Java Enterprise Edition application server with focus on modularity
and performance.
<p></p>
IronJacamar provides the Java EE Connector Architecture container for WildFly, and controls
the JCA, resource adapters and datasources subsystems.
</td>
</tr>
</table>
</div>
<p></p>
Share your IronJacamar story !
<script>
!function(d,s,id) {
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){
js=d.createElement(s);
js.id=id;
js.src=p+"://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}
(document,"script","twitter-wjs");
</script>
<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>