-
Notifications
You must be signed in to change notification settings - Fork 1
/
mail-lists.html
260 lines (236 loc) · 9.3 KB
/
mail-lists.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2022-02-10
Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Jersey - Project Mailing Lists</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet" />
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href=".//css/docs.css" rel="stylesheet" />
<link href=".//css/reflow-skin.css" rel="stylesheet" />
<link href="//yandex.st/highlightjs/7.3/styles/solarized_dark.min.css" rel="stylesheet" />
<link href=".//css/lightbox.css" rel="stylesheet" />
<link href=".//css/site.css" rel="stylesheet" />
<link href=".//css/print.css" rel="stylesheet" media="print" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"/>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3160303-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="page-mail-lists project-site" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html"><img src="images/jersey_logo.png" style="width:22px; margin-right:10px;" /><span class="gf-orange">Jersey</span><span> - RESTful Web Services in Java.</span></a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Jersey 3.0.4 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="download.html" title="Get latest Jersey">Get latest Jersey </a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="documentation/latest/index.html" title="User Guide">User Guide </a>
<ul class="dropdown-menu">
<li><a href="documentation/latest/getting-started.html" title="Getting Started">Getting Started </a></li>
<li><a href="documentation/latest/modules-and-dependencies.html" title="Modules and Dependencies">Modules and Dependencies </a></li>
</ul>
</li>
<li><a href="apidocs/latest/jersey/index.html" title="API javadoc">API javadoc </a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header class="jumbotron subhead">
<div class="row" id="banner">
<div class="span12">
<div class="pull-left">
<a href="index.html" id="bannerLeft"><h1><img src="images/jersey_logo.png" style="width:56px; margin-right:14px;" /><span class="gf-orange">Jersey</span></h1></a>
<p class="lead">RESTful Web Services in Java.</p>
</div>
<div class="pull-right">
</div>
</div>
</div>
<hr class="toc-separator" />
<div id="toc-bar" class="navbar">
<div class="navbar-inner">
<div id="toc-scroll-target" class="container">
<ul id="toc" class="nav">
<li class="toplevel"><a href="#Project_Mailing_Lists" title="Project Mailing Lists">Project Mailing Lists</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main-body">
<div class="row">
<div class="span12">
<div class="body-content">
<div class="section">
<div class="page-header">
<h2 id="Project_Mailing_Lists">Project Mailing Lists</h2>
</div>
<a name="Project_Mailing_Lists"></a>
<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
<table border="0" class="bodyTable table table-striped table-hover">
<thead>
<tr class="a">
<th>Name</th>
<th>Subscribe</th>
<th>Unsubscribe</th>
<th>Post</th>
<th>Archive</th>
</tr>
</thead>
<tbody>
<tr class="b">
<td>Users List</td>
<td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td>
<td><a class="externalLink" href="mailto:[email protected]">Post</a></td>
<td>-</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div><!-- /container -->
<!-- Footer
================================================== -->
<footer class="well">
<div class="container">
<div class="row">
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Main</li>
<li>
<a href="index.html" title="Home">Home </a>
</li>
<li>
<a href="license.html" title="License">License </a>
</li>
<li>
<a href="using.html" title="Who's Using Jersey">Who's Using Jersey </a>
</li>
<li class="nav-header">Download</li>
<li>
<a href="download.html" title="Get Jersey">Get Jersey </a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Follow</li>
<li>
<a href="https://twitter.com/gf_jersey" title="Twitter" class="externalLink">Twitter </a>
</li>
<li class="nav-header">Contribute</li>
<li>
<a href="contribute.html" title="Contribute">Contribute </a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/jersey" title="StackOverflow" class="externalLink">StackOverflow </a>
</li>
<li>
<a href="mailing.html" title="Mailing Lists">Mailing Lists </a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Project Info</li>
<li>
<a href="scm.html" title="Source Control">Source Control </a>
</li>
<li>
<a href="https://github.com/eclipse-ee4j/jersey/issues" title="Issue Tracking" class="externalLink">Issue Tracking </a>
</li>
<li>
<a href="mailing.html" title="Mailing Lists">Mailing Lists </a>
</li>
<li>
<a href="team-list.html" title="Project Team">Project Team </a>
</li>
<li>
<a href="release-notes/index.html" title="Release Notes">Release Notes </a>
</li>
</ul>
</div>
<div class="span3 bottom-description">
<center>
<a href="https://glassfish.github.io" style="border:0; display:block">
<img src="images/glassfish_logo.png" style="width:200px; margin-bottom:20px;">
</a>
Jersey is member of <a href="https://glassfish.github.io">GlassFish</a> project.
</center>
</div>
</div>
</div>
</footer>
<div class="container subfooter">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright ©2010-2022 <a href="http://oracle.com">Oracle Corporation</a>. All Rights Reserved.</p>
<p class="version-date"><span class="publishDate">Last Published: 2022-02-10. </span></p>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Fallback jQuery loading from Google CDN:
http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-go -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='.//js/jquery-3.7.1.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script>
<script src=".//js/lightbox.js"></script>
<script src=".//js/jquery.smooth-scroll.min.js"></script>
<!-- back button support for smooth scroll -->
<script src=".//js/jquery.ba-bbq.min.js"></script>
<script src="//yandex.st/highlightjs/7.3/highlight.min.js"></script>
<script src=".//js/reflow-skin.js"></script>
</body>
</html>