forked from apache/karaf-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
576 lines (548 loc) · 34.4 KB
/
documentation.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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
---
layout: page
title: Apache Karaf - Documentation
permalink: /documentation
---
<main role="main">
<div class="container mb-5 pt-5">
<h2 class="pb-3 mb-2"><i class="fas fa-book"></i> Documentation</h2>
<div class="row mb-2">
<div class="col">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">Karaf Runtime</strong>
<h3 class="mb-0">
<a class="text-dark">4.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/latest')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/4_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/4_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
<h3 class="mb-0 mt-3">
<a class="text-dark">3.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/latest-3.0.x')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/3_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/3_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
</div>
</div>
</div>
<div class="col">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">Karaf Cellar</strong>
<h3 class="mb-0">
<a class="text-dark">4.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/cellar/latest-4/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cellar/4_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cellar/4_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
<h3 class="mb-0 mt-3">
<a class="text-dark">3.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/cellar/latest-3/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cellar/3_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cellar/3_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
</div>
</div>
</div>
<div class="col">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">Karaf Cave</strong>
<h3 class="mb-0">
<a class="text-dark">4.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/cave/latest-4/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cave/4_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cave/4_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
<h3 class="mb-0 mt-3">
<a class="text-dark">3.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/cave/latest-3/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cave/3_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/cave/3_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
</div>
</div>
</div>
<div class="col">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">Karaf Decanter</strong>
<h3 class="mb-0">
<a class="text-dark">2.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/decanter/latest-2/html/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/decanter/2_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/decanter/2_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
<h3 class="mb-0 mt-3">
<a class="text-dark">1.x series</a>
</h3>
<p class="card-text">[ <a href="javascript:var w = window.open('http://karaf.apache.org/manual/decanter/latest-1/')">online</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/decanter/1_x.html">html</a> | <a href="http://www.apache.org/dyn/closer.lua/karaf/documentation/decanter/1_x.pdf">pdf</a> ]</p>
<small class="text-muted">Latest update </small>
</div>
</div>
</div>
</div>
</div>
<main role="main">
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container">
<!-- EXAMPLES -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-code"></i> Examples</h2>
<p class="">
You are looking for some examples to learn how to implement bundle for Apache Karaf ? There is some usefull examples include in the source code, you can also browse and view documentation on the github of the projet.<br>
If you are looking for examples that are missing here or you want to share your example with the community, please contact us on the mailing list and we will add it with pleasure.
</p>
<table class="table table-striped table-sm">
<thead class="thead-dark">
<th>Name</th>
<th>Description</th>
<th>Github</th>
</thead>
<tbody>
<tr>
<td><strong>Blueprint</strong></td>
<td>using services with XML or annotations.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-blueprint-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Branding</strong></td>
<td>branding the look'n feel of the shell console for your own Karaf distribution.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-branding-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Bundle</strong></td>
<td>the bundle is the core deployment unit when using OSGi.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-bundle-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Camel</strong></td>
<td>this example shows how to use Apache Camel in Karaf. Apache Camel is a integration framework,
allowing you to integrate several systems and applications all together.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-camel-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Shell Command</strong></td>
<td>creating a shell command.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-command-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Configuration</strong></td>
<td>this example shows how to use configuration in your application, introducing different approach.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-config-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Deployer</strong></td>
<td>creating a Karaf deployer service on the deploy folder.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-deployer-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Dump</strong></td>
<td>creating a dump provider service.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-dump-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>HTTP resource</strong></td>
<td>creating a very simple bundle that just register an empty resource service.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-http-resource-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Integration test</strong></td>
<td>creating integration tests in addition of unit tests for your bundles.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-itest-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>JAAS</strong></td>
<td>using the Karaf Security service in different way.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-jaas-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>JDBC</strong></td>
<td>using simple JDBC implementation with Pax-JDBC and an Apache Derby embedded database.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-jdbc-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>JMS</strong></td>
<td>using a JMS ConnectionFactory service in code that you can implement to interact with JMS.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-jms-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>JPA</strong></td>
<td>using JPA with entity manager for the persistence implementation.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-jpa-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Pax Logging Appender</strong></td>
<td>registering a custom Pax Logging appender.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-log-appender-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Maven</strong></td>
<td>using the Karaf Maven plugin with goals like assembly, client, deploy, kar, run...</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-maven-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>MBean</strong></td>
<td>registering a JMX MBean in the Apache Karaf MBeanServer</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-mbean-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Profile</strong></td>
<td>creating several profiles (in a registry) and use these profiles to create custom distributions.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-profile-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>REST</strong></td>
<td>using JAX-RS to implement a REST service.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-rest-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Scheduler</strong></td>
<td>creating a runnable service periodically executed by the Apache Karaf scheduler.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-scheduler-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Service Component Runtime</strong></td>
<td>using services with annotations with the OSGi compendium specification.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-scr-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Servlet</strong></td>
<td>registering a servlet in the Karaf HTTP Service with different approaches.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-servlet-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>SOAP</strong></td>
<td>using JAX-WS to implement a SOAP service.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-soap-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>URL Namespace Handler</strong></td>
<td>creating a new URL namespace handler and use it in all Apache Karaf parts.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-url-namespace-handler-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>War</strong></td>
<td>creating a regular war to be deployed in Apache Karaf.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-war-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
<tr>
<td><strong>Websocket</strong></td>
<td>this example show how to register a websocket in the Karaf HTTP Service.</td>
<td><a href="https://github.com/apache/karaf/tree/master/examples/karaf-websocket-example" target="_blank">
<img src="/images/github.png" width="24px">
</a></td>
</tr>
</tbody>
</table>
</div><!-- /.blog-main -->
</div>
<!-- SECURITY -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-lock"></i> Security Advisories</h2>
<div class="pb-4 mb-3">
<p>CVE-2014-0219 : Apache Karaf enables a shutdown port on the loopback interface, which allows local users to cause a denial of service (shutdown) by sending a shutdown command to all listening high ports.</p>
<a class="btn btn-outline-primary" href="/security/cve-2014-0219.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2016-8750 : Apache Karaf's LDAPLoginModule is vulnerable to LDAP injection.</p>
<a class="btn btn-outline-primary" href="/security/cve-2016-8750.txt">Notes »</a>
</div><!-- /.blog-post -->
<div class="pb-4 mb-3">
<p>CVE-2018-11786 : Enforce SSH permission based on RBAC.</p>
<a class="btn btn-outline-primary" href="/security/cve-2018-11786.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2018-11787 : Unsecure access to Gogo shell in the webconsole.</p>
<a class="btn btn-outline-primary" href="/security/cve-2018-11787.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2018-11788 : XXE vulnerability found on Apache Karaf.</p>
<a class="btn btn-outline-primary" href="/security/cve-2018-11788.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2019-0191: Zip-slip vulnerability in KAR deployer.</p>
<a class="btn btn-outline-primary" href="/security/cve-2019-0191.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2019-0226: Arbitrary file write vulnerability in Config service.</p>
<a class="btn btn-outline-primary" href="/security/cve-2019-0226.txt">Notes »</a>
</div>
<div class="pb-4 mb-3">
<p>CVE-2020-11980: A remote client could create MBeans from arbitrary URLs.</p>
<a class="btn btn-outline-primary" href="/security/cve-2020-11980.txt">Notes »</a>
</div>
</div><!-- /.blog-main -->
</div>
<!-- ARTICLES -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-glasses"></i> Articles</h2>
<div>
<a href="http://blog.nanthrax.net/?p=1023">Apache Karaf and log4j2 appenders</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=1019">New collectors in Apache Karaf Decanter 2.4.0</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=1016">Apache Karaf Decanter 2.4.0, new processing layer</a>
</div><!-- /.blog-post -->
<div>
<a href="https://fpapon.github.io/2020/03/21/karaf-custom-distribution/">How to create a custom Karaf distribution</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=1007">Apache CXF metrics with Apache Karaf Decanter</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=1002">Apache Karaf Decanter 2.3.0, new Prometheus appender</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=991">Apache Karaf Decanter 2.3.0, the new alerting service</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=954">Introducing Apache Karaf Cave 4.2.x</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=943">Using Apache Karaf with Kubernetes</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=893">Apache Karaf dynamic and static approach, docker and kubernetes</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=874">Improvements on the Apache Karaf scheduler</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=849">Apache Karaf on Azure cloud</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=839">Apache Karaf and Docker</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=830">New Karaf HTTP proxy feature</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=827">Building Angular WebBundle for Apache Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2016/10/monitoring-apache-cassandra-with-apache-karaf/">Monitoring Apache Cassandra with Apache Karaf Decanter</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=759">What's new in Apache Karaf Cellar 4.0.0 ?</a>
</div><!-- /.blog-post -->
<div>
<a href="https://blog.doubleslash.de/creating-a-plugin-system-with-karaf-and-osgi-%C2%B5services/">Creating a plugin system with Karaf and OSGi MicroServices</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=715">Monitoring and alerting with Apache Karaf Decanter</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=704">Apache Karaf Christmas gifts: docker.io, profiles, and decanter</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=699">Encrypt ConfigAdmin properties values in Apache Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=688">MDC logging with Apache Karaf and Camel</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2014/08/javamagazin-articles-online/">JavaMagazin Articles (in German)</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=640">Apache Syncope backend with Apache Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=555">Apache Karaf, Camel, ActiveMQ with Falcon for Hadoop CDC solution</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=593">Apache Karaf, Cellar, Camel, ActiveMQ monitoring with ELK (ElasticSearch, Logstash, and Kibana)</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=551">Coming in Karaf 3.0.0: new enterprise JPA (OpenJPA, Hibernate) and CDI (OpenWebBeans, JBoss Weld) features</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=538">Coming in Karaf 3.0.0: new enterprise JDBC feature</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=527">Coming in Karaf 3.0.0: new enterprise JNDI feature</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=521">Coming in Karaf 3.0.0: RBAC support for OSGi services and console commands</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=428">Coming in Karaf 3.0.0: subshell and completion mode</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=421">Coming in Karaf 3.0.0: JAAS users, groups, roles, and ACLs</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=418">Karaf and Pax Web: disabling reverse lookup</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=415">Pax Logging: loggers log level</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=397">Apache Hadoop and Karaf, Article 1: Karaf as HDFS client</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2013/05/bind-certain-web-applications-to-specific-httpconnectors-ii/">Bind certain Web-Applications to specific HttpConnectors II</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2013/01/bind-certain-web-applications-to-specific-httpconnectors/">Bind certain Web-Applications to specific HttpConnectors</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2013/04/integration-in-the-cloude-with-camel-karaf-and-cellar/">Integration in the cloude with Apache Karaf, Cellar and Camel</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=359">Load balancing with Apache Karaf Cellar, and mod_proxy_balancer</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=352">Multiple HTTP connectors in Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=238">Communication between two remote Camel routes with Karaf Cellar</a>
</div><!-- /.blog-post -->
<div>
<a href="http://spring-java-ee.blogspot.de/2012/02/xmppgtalk-shell-connector-for-apache.html">xmppgtalk shell connector for Karaf and Gogo shell</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=333">Create custom log4j appender for Karaf and Pax Logging</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=316">How to enable HTTPs certificate client auth with Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://sully6768.blogspot.com/2012/09/scr-components-with-karaf.html">Declarative Services with Karaf (SCR)</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=228">Apache Karaf 2011 Millesime</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=220">Coming in Karaf 3.0: new KAR service, command, and management</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=211">Overview on Apache Karaf, Pax Web, and Camel archetypes</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=196">Do you know Apache Karaf Maven plugins ?</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=172">Apache Karaf moved to OSGi r4.3</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=125">Use Camel, CXF, and Karaf to implement batches</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=101">JAX-RS services using CXF and Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://blog.nanthrax.net/?p=159">What's new in Apache Karaf 2.2.4 ?</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2011/08/adding-custom-log-appender-to-pax-logging/">Adding custom log-appender to Pax Logging</a>
</div><!-- /.blog-post -->
<div>
<a href="http://notizblog.nierbeck.de/2011/05/adding-additional-servletcontext-in-pax-web/">Adding additional ServletContext to Pax Web</a>
</div><!-- /.blog-post -->
<div>
<a href="http://www.infoq.com/news/2011/06/apache-karaf">One Year of Apache Karaf</a>
</div><!-- /.blog-post -->
<div>
<a href="http://icodebythesea.blogspot.com/2011/11/apache-karaf-child-instances-what-are.html">Apache Karaf Child Instances, what are they, and why should I use them ?</a>
</div><!-- /.blog-post -->
<div>
<a href="http://eclipsesource.com/blogs/2012/08/22/from-eclipse-tycho-to-apache-karaf-the-easy-way/">From Eclipse Tycho to Apache Karaf: the easy way!</a>
</div><!-- /.blog-post -->
<div>
<a href="http://developer.eclipsesource.com/slides/deploy-and-manage-rap-applications/#/6">http://developer.eclipsesource.com/slides/deploy-and-manage-rap-applications/#/6</a>
</div><!-- /.blog-post -->
</div><!-- /.blog-main -->
</div>
<!-- TUTORIALS -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-map-marker-alt"></i> Tutorials</h2>
<div><a href="https://cschneider.github.io/Karaf-Tutorial/">Karaf Tutorials (Declarative Services, Blueprint, Config Admin, Database Access, REST, Camel, ...)</a>
</div><!-- /.blog-post -->
<div><a href="http://davidvaleri.wordpress.com/2010/08/13/combining-karaf-features-pax-url-and-maven-to-deploy-a-plain-jar-as-an-osgi-bundle/">Combining Karaf Features, PAX URL, and Maven to deploy a plain JAR as an OSGi bundle</a>
</div><!-- /.blog-post -->
<div><a href="http://dywicki.pl/2011/11/running-aspects-under-osgi-4-2-with-karaf/">Running aspects under OSGi 4.2 with Karaf</a>
</div><!-- /.blog-post -->
<div><a href="http://cmoulliard.blogspot.com/2011/12/run-google-web-toolkit-2-project-on.html">Run a Google Web Toolkit 2 project on Apache Karaf/ServiceMix</a>
</div><!-- /.blog-post -->
</div><!-- /.blog-main -->
</div>
<!-- BOOKS -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-book-open"></i> Books</h2>
<div><a href="http://www.packtpub.com/">Apache Karaf Cookbook</a></div>
<div><a href="http://www.packtpub.com/learning-apache-karaf/book">Learning Apache Karaf</a></div>
<div><a href="http://www.packtpub.com/open-services-gateway-initiative-starter/book">OSGi Starter - The essential guide to modular development with OSGi for the serious application developer</a></div>
<div><a href="http://www.manning.com/hall/">OSGi in Action</a></div>
<div><a href="http://www.pearsonhighered.com/educator/product/Java-Application-Architecture-Modularity-Patterns-with-Examples-Using-OSGi/9780321247131.page">Java Application Architecture: Modularity Patterns with Examples Using OSGi</a></div>
</div><!-- /.blog-main -->
</div>
<!-- BLOGGERS -->
<div class="row mb-5 mt-5">
<div class="col">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas fa-chalkboard-teacher"></i> Bloggers</h2>
<div><a href="http://gnodet.blogspot.com/">Guillaume Nodet's Blog</a></div>
<div><a href="http://blog.nanthrax.net/">Jean-Baptiste Onofre's Blog</a></div>
<div><a href="http://icodebythesea.blogspot.com/">I Code by the Sea</a></div>
<div><a href="http://iocanel.blogspot.com/">Ioannis Canellos Blog</a></div>
<div><a href="http://blog.code-house.org/">The Code-House Blog</a></div>
<div><a href="http://www.liquid-reality.de/">Christian Schneider's Blog</a></div>
<div><a href="http://notizblog.nierbeck.de/">Achim Nierbeck's Blog</a></div>
<div><a href="https://fpapon.github.io/">Francois Papon's Blog</a></div>
</div><!-- /.blog-main -->
</div>
</div><!-- /.container -->
</main>