-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponents.html
More file actions
570 lines (556 loc) · 24 KB
/
components.html
File metadata and controls
570 lines (556 loc) · 24 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Everit Opensource Components</title>
<link rel="icon" type="image/ico" href="fonts/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/docs.min.css" rel="stylesheet">
<link href="css/everit.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<script src="js/respond.matchmedia.addListener.min.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-15041869-4' ]);
_gaq.push([ '_setDomainName', 'everit.org' ]);
_gaq.push([ '_trackPageview' ]);
</script>
</head>
<body data-spy="scroll" data-target="#affix-nav">
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse"
data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Everit</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li><a href="components.html">Components</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="oldsite.html">Old site</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://www.everit.biz/" target="_blank">Enterprise</a></li>
<li><a href="http://everitorg.wordpress.com/" target="_blank">Blog</a></li>
</ul>
</nav>
</div>
</header>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="bs-docs-masthead everit-header">
<div class="container">
<span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline"> <img
class="logo" src="fonts/sbz_e.svg" alt="E">
</span>
<p class="lead">Open source components of Everit Org</p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="col-md-10 col-sm-12 col-xs-12">
<div class="row bs-docs-featurette" id="dev_tools">
<h2 class="bs-docs-featurette-title">Development Tools</h2>
<div class="row">
<div class="col-md-6">
<h2>eosgi-maven-plugin</h2>
<p>A Maven plugin that runs Integration Tests in OSGi containers and collects OSGi
Bundle dependencies to make them available in any IDE.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/eosgi-maven-plugin" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>richconsole</h2>
<p>A simple bundle that opens up a rich client application if the OSGi server is
started in a graphical environment. This module can be very helpful during
development.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-richconsole" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>testrunner</h2>
<p>Runs unit test objects that are exposed as OSGi Services</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-testrunner" role="button" target="_blank">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>testrunner-junit4</h2>
<p>JUnit 4 based test runner engine for the testrunner bundle.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-testrunner-junit4" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>coding-conventions</h2>
<p>Set of configuration files for checkstyle and eclipse to be able to keep the
coding conventions</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/coding-conventions" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="utilities">
<h2 class="bs-docs-featurette-title">Utilities</h2>
<div class="row">
<div class="col-md-6">
<h2>transaction-helper</h2>
<p>Transaciton Helper is a OSGi-DS component that makes it simple to use transaction
propagation in the code. The component registers the TransactionHelper OSGi service
that has the well known propagation functions (requires, requiresNew, never, ...).</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/transaction-helper" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>eventdispatcher</h2>
<p>Utility classes to be able to write an event dispatcher that sends historical
"replay" event data to newly registered listeners as well</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/eventdispatcher" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>osgi-servicereference</h2>
<p>Helper classes to be able to reference an OSGi service with a proxy object and
hold method calls until a timeout if no service is available behind a proxy.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-servicereference" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>osgi-loglistener-slf4j</h2>
<p>Slf4jLogListener forwards all the LogEntry‘s (logged by a LogService) to an SLF4J
Logger that is assigned to the bundle that created the LogEntry.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-loglistener-slf4j" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="persistence">
<h2 class="bs-docs-featurette-title">Persistence</h2>
<div class="row">
<div class="col-md-6">
<h2>liquibase-bundle</h2>
<p>Extension to Liquibase to make it possible to use Liquibase in OSGi environment
in the way that multiple bundles can contain changeLog snippets and one changeLog can
have inclusion to another bundle.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-liquibase-bundle" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>osgi-liquibase-datasource</h2>
<p>A component that is responsible to re-register a DataSource service when it is
sure that the database schema is up-to-date.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-liquibase-datasource" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>osgi-liquibase-component</h2>
<p>With the help of the component it is possible to update database schema easily
from the different bundles.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-liquibase-component" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>lqmg</h2>
<p>A generator that supports creating QueryDSL metamodel from Liquibase changelog
files via an embedded H2 database from the command line</p>
<p>
<a class="btn btn-outline btn-default" href="https://github.com/everit-org/osgi-lqmg"
role="button" target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>lqmg-maven-plugin</h2>
<p>A plugin that makes it possible to generate QueryDSL metadata classes from
Liquibase changelog files packed in an OSGi bundle.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/lqmg-maven-plugin" role="button" target="_blank">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>osgi-querydsl-templates</h2>
<p>OSGi Components that make it possible to create SQLTemplates instances via
configuration.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-querydsl-templates" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>osgi-querydsl-support</h2>
<p>Component that makes it possible to access the database by implementing
functional interfaces.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-querydsl-support" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>osgi-querydsl-configuration</h2>
<p>Component that helps registering Querydsl Configuration as OSGi service.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-querydsl-configuration" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>osgi-jdbc-dsf</h2>
<p>A simple component that makes it possible to create XADataSource based on
configuration</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-jdbc-dsf" role="button" target="_blank">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>commons-dbcp</h2>
<p>A configurable DS component that makes it possible to create XA and non-XA pooled
datasource instances.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/commons-dbcp-component" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>osgi-hibernate</h2>
<p>OSGi Hibernate bundle, a necessary adapter, a package that collects all the
necessary dependencies and a test that shows how we can use it in OSGi environment.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/osgi-hibernate" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="complex_solutions">
<h2 class="bs-docs-featurette-title">Complex solutions</h2>
<div class="row">
<div class="col-md-6">
<h2>ECM</h2>
<p>Everit Component Model</p>
<p>
<a class="btn btn-outline btn-default" href="ecm/index.html" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>Blobstore</h2>
<p>Transactional store for binary content</p>
<p>
<a class="btn btn-outline btn-default" href="blobstore.html" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Resource</h2>
<p>Modules that connects everything in a relational database.</p>
<p>
<a class="btn btn-outline btn-default" href="resource.html" role="button">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>Cache</h2>
<p>Caching solution in OSGi environment.</p>
<p>
<a class="btn btn-outline btn-default" href="cache.html" role="button">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Properties</h2>
<p>A persistent key-value storage with cache support. The data is stored in
relational database.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/property-manager-ri" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>Localization</h2>
<p>Localization contains OSGi modules that help using persistent localized data. To
do that, it stores the key-value pairs in databse tables.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/localization-ri" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Encryption</h2>
<p>Solutions for encrypting in OSGi.</p>
<p>
<a class="btn btn-outline btn-default" href="encryption.html" role="button">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>Authentication</h2>
<p>Implementations of different authentication mechanisms: Form-based
authentication, Http Basic Authentication, CAS, etc.</p>
<p>
<a class="btn btn-outline btn-default" href="authentication.html" role="button">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Authorization</h2>
<p>Authorize users (resources) to do any action on target resources.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/authorization-ri" role="button" target="_blank">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>Balance</h2>
<p>Simple account and transfer management module.</p>
<p>
<a class="btn btn-outline btn-default" href="https://github.com/everit-org/balance-ri"
role="button" target="_blank">View details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="web">
<h2 class="bs-docs-featurette-title">Web</h2>
<div class="row">
<div class="col-md-6">
<h2>webresource</h2>
<p>An extender component to be able to serve static resources (css, javascript, gif,
...) via http</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/webresource" role="button" target="_blank">View
details »</a>
</p>
</div>
<div class="col-md-6">
<h2>templating-html</h2>
<p>Everit Web Templating can be used to render web pages based on HTML templates.
The library can also be used to generate XMLs as XML syntax is compatible with HTML.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/templating-html" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>jersey-extender</h2>
<p>A solution that catches OSGi services that are registered based on the Remote
Services chapter of OSGi Enterprise specification and distributes them with Jersey via
the http whiteboard pattern.</p>
<p>
<a class="btn btn-ou tline btn-default"
href="https://github.com/everit-org/osgi-remote-jersey" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>thymeleaf-mvel2</h2>
<p>Classes that make it possible to use thymeleaf with Mvel2 as an expression
evaluator</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/thymeleaf-mvel2" role="button" target="_blank">View
details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="jira">
<h2 class="bs-docs-featurette-title">Jira</h2>
<div class="row">
<div class="col-md-6">
<h2>jira-timetracker-plugin</h2>
<p>A plugin that makes it easier to log worktime in Jira.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/jira-timetracker-plugin" role="button"
target="_blank">View details »</a>
</p>
</div>
<div class="col-md-6">
<h2>jira-worklog-query-plugin</h2>
<p>A JIRA plugin to query worklogs in JSON format via an authenticted RESTful
service.</p>
<p>
<a class="btn btn-outline btn-default"
href="https://github.com/everit-org/jira-worklog-query-plugin" role="button"
target="_blank">View details »</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row bs-docs-featurette" id="download_info">
<h2 class="bs-docs-featurette-title">Download information</h2>
<div class="text-left">
<p>
The release versions of the components are available in the <i>Maven Central
Repository</i>. The artifacts are categorized by the following groupIds:
</p>
<ul>
<li><a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.everit.config%22">org.everit.config</a>:
Maven configurations and coding conventions.</li>
<li><a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.everit.osgi.bundles%22">org.everit.osgi.bundles</a>:
Libraries that are commonly used during OSGi based application development.</li>
<li><a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.everit.osgi.dev%22">org.everit.osgi.dev</a>:
Development tools and Maven plugins.</li>
<li><a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.everit.osgi.dev.dist%22">org.everit.osgi.dev.dist</a>:
Zipped distribution packages of execution environments. Mainly used by the <a
href="https://github.com/everit-org/eosgi-maven-plugin">eosgi-maven-plugin</a>.</li>
<li><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.everit.osgi%22">org.everit.osgi</a>:
Solutions that help to develop, test and build fast and reliable applications in OSGi
environment.</li>
</ul>
<p>
The JIRA plugins are available on the <i>Atlassian Marketplace</i>:
</p>
<ul>
<li><a
href="https://marketplace.atlassian.com/plugins/org.everit.jira.timetracker.plugin">Timetracker</a></li>
<li><a
href="https://marketplace.atlassian.com/plugins/org.everit.jira.worklog.query.plugin.core">RESTful
Worklog Query</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-2 col-sm-0 col-xs-0">
<nav id="affix-nav">
<ul class=" nav nav-pills nav-stacked everit-affix" data-spy="affix" data-offset-top="350"
data-offset-bottom="140">
<li class="active"><a href="#dev_tools">Development Tools</a></li>
<li><a href="#utilities">Utilities</a></li>
<li><a href="#persistence">Persistence</a></li>
<li><a href="#complex_solutions">Complex solutions</a></li>
<li><a href="#web ">Web</a></li>
<li><a href="#jira">Jira</a></li>
<li><a href="#download_info">Download information</a></li>
</ul>
</nav>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="bs-docs-footer" role="contentinfo">
<div class="container">
<div class="bs-docs-social">
<ul class="bs-docs-social-buttons">
<li class="follow-btn"><a href="https://twitter.com/EveritOrg"
class="twitter-follow-button" data-show-count="true">Follow @EveritOrg</a></li>
<li class="tweet-btn"><a href="https://twitter.com/share"
class="twitter-share-button" data-url="http://www.everit.org/">Tweet</a></li>
</ul>
</div>
</div>
</footer>
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js "></script>
<script src="js/everit.js "></script>
<script type="text/javascript">
(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>
</body>
</html>