-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (181 loc) · 12.2 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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Guestful OSS : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Guestful OSS</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/guestful">View on GitHub</a>
<h1 id="project_title">Guestful OSS</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="guestful-oss" class="anchor" href="#guestful-oss" aria-hidden="true"><span class="octicon octicon-link"></span></a>Guestful OSS</h1>
<p>Welcome to Guestful OSS !</p>
<p>This is a list of technical modules we are using at Guestful. You can also use them, and of course send us some pull requests for new versions or fixes!</p>
<p><strong>Module Categories</strong></p>
<ul>
<li><a href="#jersey-modules">Jersey Modules</a></li>
<li><a href="#jax-rs-client-and-server-modules">JAX-RS Client and Server Modules</a></li>
<li><a href="#jax-rs-based-api-clients">JAX-RS based API Clients</a></li>
<li><a href="#other-modules">Other Modules</a></li>
</ul>
<h2>
<a id="jersey-modules" class="anchor" href="#jersey-modules" aria-hidden="true"><span class="octicon octicon-link"></span></a>Jersey Modules</h2>
<h3>
<a id="jersey-container" class="anchor" href="#jersey-container" aria-hidden="true"><span class="octicon octicon-link"></span></a>jersey-container</h3>
<p>Jersey Container API. Discover the implementation to use from the classpath.</p>
<pre><code>Container container = Container.create(GuestfulResourceConfig)
.setPort(Env.PORT)
.setMaxWorkers(Env.WORKERS)
.setContextPath('/api')
</code></pre>
<p>>> <a href="module.jersey-container">Go to project</a> <<</p>
<h3>
<a id="jersey-container-undertow" class="anchor" href="#jersey-container-undertow" aria-hidden="true"><span class="octicon octicon-link"></span></a>jersey-container-undertow</h3>
<p>Undertow Jersey Container implementation</p>
<p>>> <a href="module.jersey-container-undertow">Go to project</a> <<</p>
<h3>
<a id="jersey-container-jetty" class="anchor" href="#jersey-container-jetty" aria-hidden="true"><span class="octicon octicon-link"></span></a>jersey-container-jetty</h3>
<p>Jetty Jersey Container implementation</p>
<p>>> <a href="module.jersey-container-jetty">Go to project</a> <<</p>
<h2>
<a id="jax-rs-client-and-server-modules" class="anchor" href="#jax-rs-client-and-server-modules" aria-hidden="true"><span class="octicon octicon-link"></span></a>JAX-RS Client and Server Modules</h2>
<h3>
<a id="jaxrs-filter-cache" class="anchor" href="#jaxrs-filter-cache" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-cache</h3>
<p>JAX-RX Filter handling cache control in responses through a <code>@Cache</code> annotation.</p>
<p>>> <a href="module.jaxrs-filter-cache">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-charset" class="anchor" href="#jaxrs-filter-charset" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-charset</h3>
<p>JAX-RX Filter setting charset on top of content types through a <code>@Charset</code> annotation</p>
<p>>> <a href="module.jaxrs-filter-charset">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-client-cookie" class="anchor" href="#jaxrs-filter-client-cookie" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-client-cookie</h3>
<p>JAX-RX Filter for clients to keep track of cookies to re-send them on next request</p>
<p>>> <a href="module.jaxrs-filter-client-cookie">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-cookie-removal" class="anchor" href="#jaxrs-filter-cookie-removal" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-cookie-removal</h3>
<p>JAX-RX Filter which sends a cookie removal header for matched cookies</p>
<p>>> <a href="module.jaxrs-filter-cookie-removal">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-cors" class="anchor" href="#jaxrs-filter-cors" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-cors</h3>
<p>JAX-RS CORS Support</p>
<p>>> <a href="module.jaxrs-filter-cors">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-jsend" class="anchor" href="#jaxrs-filter-jsend" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-jsend</h3>
<p>JAX-RX Filter to support a modified <a href="http://labs.omniti.com/labs/jsend">Jsend</a> body wrapper through a <code>@Jsend</code> annotation</p>
<p>>> <a href="module.jaxrs-filter-jsend">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-security" class="anchor" href="#jaxrs-filter-security" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-security</h3>
<p>JAX-RS Security Filters to handle Http Basic Auth, Custom Form Auth, Authz through JSR-250, Cookie Auth, Remember-Me, etc</p>
<p>>> <a href="module.jaxrs-filter-security">Go to project</a> <<</p>
<h3>
<a id="jaxrs-filter-cookie-auth" class="anchor" href="#jaxrs-filter-cookie-auth" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-filter-cookie-auth</h3>
<p>JAX-RS Filter to support cookie authentication mechanims and remembering with encryption</p>
<p>>> <a href="module.jaxrs-filter-cookie-auth">Go to project</a> <<</p>
<h3>
<a id="jaxrs-http-patch" class="anchor" href="#jaxrs-http-patch" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-http-patch</h3>
<p>JAX-RS Filtert to support HTTP PATCH method through a <code>@PATCH</code> annotation</p>
<p>>> <a href="module.jaxrs-http-patch">Go to project</a> <<</p>
<h3>
<a id="jaxrs-media-json" class="anchor" href="#jaxrs-media-json" aria-hidden="true"><span class="octicon octicon-link"></span></a>jaxrs-media-json</h3>
<p>JAX-RS Provider linked to Guestful Json Serializer interface which is pluggable with Groovy, Boon or Jackson</p>
<p>>> <a href="module.jaxrs-media-json">Go to project</a> <<</p>
<h2>
<a id="jax-rs-based-api-clients" class="anchor" href="#jax-rs-based-api-clients" aria-hidden="true"><span class="octicon octicon-link"></span></a>JAX-RS based API Clients</h2>
<h3>
<a id="mandrill-client" class="anchor" href="#mandrill-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>mandrill-client</h3>
<p><a href="https://mandrillapp.com/">Mandrill</a> Client based on JAX-RS</p>
<p>>> <a href="module.mandrill-client">Go to project</a> <<</p>
<h3>
<a id="mixpanel-client" class="anchor" href="#mixpanel-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>mixpanel-client</h3>
<p><a href="https://mixpanel.com/">Mixpanel</a> Client based on JAX-RS</p>
<p>>> <a href="module.mixpanel-client">Go to project</a> <<</p>
<h3>
<a id="nextable-client" class="anchor" href="#nextable-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>nextable-client</h3>
<p><a href="http://home.nextable.com/">Nextable</a> Client based on JAX-RS</p>
<p>>> <a href="module.nextable-client">Go to project</a> <<</p>
<h3>
<a id="pusher-client" class="anchor" href="#pusher-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>pusher-client</h3>
<p><a href="http://pusher.com/">Pusher</a> Client based on JAX-RS</p>
<p>>> <a href="module.pusher-client">Go to project</a> <<</p>
<h3>
<a id="twilio-client" class="anchor" href="#twilio-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>twilio-client</h3>
<p><a href="https://www.twilio.com/">Twilio</a> Client based on JAX-RS</p>
<p>>> <a href="module.twilio-client">Go to project</a> <<</p>
<h3>
<a id="iron-mq-client" class="anchor" href="#iron-mq-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>iron-mq-client</h3>
<p><a href="http://www.iron.io/mq">Iron MQ</a> Client based on JAX-RS</p>
<p>>> <a href="module.iron-mq-client">Go to project</a> <<</p>
<h3>
<a id="facebook-client" class="anchor" href="#facebook-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>facebook-client</h3>
<p><a href="https://www.facebook.com/">Facebook</a> Client based on JAX-RS</p>
<p>>> <a href="module.facebook-client">Go to project</a> <<</p>
<h3>
<a id="amazon-client" class="anchor" href="#amazon-client" aria-hidden="true"><span class="octicon octicon-link"></span></a>amazon-client</h3>
<p><a href="http://aws.amazon.com/">Amazon AWS</a> Client based on JAX-RS</p>
<p>>> <a href="module.amazon-client">Go to project</a> <<</p>
<h2>
<a id="other-modules" class="anchor" href="#other-modules" aria-hidden="true"><span class="octicon octicon-link"></span></a>Other Modules</h2>
<h3>
<a id="i18n" class="anchor" href="#i18n" aria-hidden="true"><span class="octicon octicon-link"></span></a>i18n</h3>
<p>Guestful I18N support based on <a href="http://cldr.unicode.org/">Unicode CLDR</a></p>
<p>>> <a href="module.i18n">Go to project</a> <<</p>
<h3>
<a id="java-agent" class="anchor" href="#java-agent" aria-hidden="true"><span class="octicon octicon-link"></span></a>java-agent</h3>
<p>Java Agent Tools to expose <code>Instrumentation</code> API, memory used, etc...</p>
<p>>> <a href="module.java-agent">Go to project</a> <<</p>
<h3>
<a id="jsr310-extensions" class="anchor" href="#jsr310-extensions" aria-hidden="true"><span class="octicon octicon-link"></span></a>jsr310-extensions</h3>
<p>JSR310 Extensions: <code>ZonedInterval</code>, Groovy serialization, Kryo serialization, Mongo serializations, Groovy extensions</p>
<p>>> <a href="module.jsr310-extensions">Go to project</a> <<</p>
<h3>
<a id="eventbus" class="anchor" href="#eventbus" aria-hidden="true"><span class="octicon octicon-link"></span></a>eventbus</h3>
<p>EventBus interface backed by several providers (Guava EventBus, Redis PubSub, IronMQ, Mongo) to support in-memory events, cluster-dispatched events, Queued events and scheduled events</p>
<p>>> <a href="module.eventbus">Go to project</a> <<</p>
<h3>
<a id="json-serializer" class="anchor" href="#json-serializer" aria-hidden="true"><span class="octicon octicon-link"></span></a>json-serializer</h3>
<p>JSON Serializer API backed by any provider amongst Groovy, Boon, Jackson</p>
<p>>> <a href="module.json-serializer">Go to project</a> <<</p>
<h3>
<a id="simple-pool" class="anchor" href="#simple-pool" aria-hidden="true"><span class="octicon octicon-link"></span></a>simple-pool</h3>
<p>Simple Object Pooling library using Java Concurrent API</p>
<p>>> <a href="module.simple-pool">Go to project</a> <<</p>
<h3>
<a id="logging-extensions" class="anchor" href="#logging-extensions" aria-hidden="true"><span class="octicon octicon-link"></span></a>logging-extensions</h3>
<p>Logging extensions for Logback, SLF4j, etc.</p>
<p>>> <a href="module.logging-extensions">Go to project</a> <<</p>
<h3>
<a id="text-to-asciiart" class="anchor" href="#text-to-asciiart" aria-hidden="true"><span class="octicon octicon-link"></span></a>text-to-asciiart</h3>
<p>Text to ASCII Art</p>
<p>>> <a href="module.text-to-asciiart">Go to project</a> <<</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-55953377-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>