-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
371 lines (340 loc) · 17.1 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Jeasy Home</title>
<meta name="description" content="Jeasy : easy peasy libraries and micro-frameworks for the JVM">
<meta name="author" content="Mahmoud Ben Hassine">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="css/material-kit.css" rel="stylesheet"/>
<link rel="icon" type="image/png" href="slides/jeasy-logo.png">
</head>
<body class="landing-page">
<nav class="navbar navbar-transparent navbar-absolute">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://jeasy.org"><i class="fa fa-home fa-lg" aria-hidden="true"></i> <span class="brand">Jeasy</span></a>
</div>
<div class="collapse navbar-collapse" id="navigation-example">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/j-easy" target="_blank"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('img/background.png');">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="title">The simple stupid <strong><em><span id="typed" class="text-warning"></span></em></strong> for Java™.</h1>
<h3>Jeasy is a collection of small libraries and micro-frameworks for the JVM. <br>
No buzzwords, no feature creep.. Simple, stupid tools to get things done easily!</h3>
</div>
</div>
</div>
</div>
<div id="typed-strings">
<p>rules engine</p>
<p>batch framework</p>
<p>finite state machine</p>
<p>workflow engine</p>
<p>random data generator</p>
<p>properties library</p>
</div>
<div class="main main-raised">
<div class="container">
<div class="first-section text-center">
<h2 class="title"><i class="fa fa-folder-open fa-lg"></i> Projects</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>Rules</em><br />
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-rules&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">Turn any POJO into a business rule with a couple of annotations. No other language to learn, write your rules in Java, and fire them in Java. If you like Drools, you will love Easy Rules!</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-rules" target="_blank">Learn more »</a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>Batch</em> <br/>
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-batch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">A lightweight alternative to the excellent Spring Batch framework. Easy Batch takes care of all the boilerplate code of reading, writing, filtering data and lets you focus on your application's logic</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-batch" target="_blank">Learn more »</a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>Flows</em><br />
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-flows&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">A small engine for small workflows. No complex notation or execution language to learn. All you need is 4 basic composable flows that are natural to understand and use to build powerful workflows.</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-flows" target="_blank">Learn more »</a>
</div>
</div>
</div>
</div>
<br/>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>States</em> <br/>
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-states&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">State machines are easy to understand on a paper right? Just a bunch of states with transitions. Well, Easy States makes it easy with code as well!</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-states" target="_blank">Learn more »</a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>Props</em><br />
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-props&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">Don't look for properties, declare them on your objects and get them injected! Easy Props is a library that <strong>you</strong> control, not the other way around.</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-props" target="_blank">Learn more »</a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<h3 class="title">Easy <em>Random</em><br />
<iframe src="http://ghbtns.com/github-btn.html?user=j-easy&repo=easy-random&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</h3>
<p class="description">A small library to generate random Java beans. With Easy Random, you are one instruction away from generating a whole random object graph of any type!</p>
<a class="btn btn-danger" href="https://github.com/j-easy/easy-random" target="_blank">Learn more »</a>
</div>
</div>
</div>
</div>
</div>
<hr/>
<div class="section text-center">
<h2 id="philosophy" class="title"><i class="fa fa-graduation-cap fa-lg"></i> Philosophy</h2>
<h5 class="description">
Jeasy is a friend of <a href="http://jodd.org/" target="_blank">Jodd</a>, <a href="http://www.jcabi.com/" target="_blank">Jcabi</a> and <a href="https://commons.apache.org/" target="_blank">Apache commons</a>.
Our philosophy is the same as these wonderful projects: keeping things simple, stupid, easy and straightforward.
We do strongly believe that having multiple small and focused tools that do one thing and do it well is better than having one big swiss-knife framework that does everything.
<br/><br/>
We aim at developing tools that are easy to learn and use. Our goal is not to compete with existing de-facto solutions, but to provide lightweight alternatives that would be sufficient in many cases.
We all know we should start small right? Well, Jeasy is here to help you start small!
</h5>
</div>
<hr/>
<div class="section text-center">
<h2 id="trusted-by" class="title"><i class="fa fa-thumbs-up fa-lg"></i> Trusted by folks at</h2>
<br/>
<div class="team">
<div class="row">
<div class="team-player">
<p>
<img src="img/used-by.png" alt="Used by" style="max-width:100%;">
</p>
<br/>
<h4 class="description">For more details, please refer to the home pages of
<a href="https://github.com/j-easy/easy-rules#who-is-using-easy-rules" target="_blank">Easy Rules</a>,
<a href="https://github.com/j-easy/easy-batch#who-is-using-easy-batch" target="_blank">Easy Batch</a> and
<a href="https://github.com/j-easy/easy-random#who-is-using-easy-random-" target="_blank">Easy Random</a></h4>
</div>
</div>
</div>
</div>
<hr/>
<div class="section">
<h2 id="testimonials" class="title text-center"><i class="fa fa-comments fa-lg"></i> Testimonials</h2>
<br/>
<div class="team">
<div class="row">
<div class="col-md-4">
<blockquote>
<p>"I use this framework [Easy Batch] in production (and love it)"</p>
<small>
chsFleury <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-batch/pull/250#issuecomment-254849463" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"Loving it [Easy Batch] so far. Making something I'm working on very simple"</p>
<small>
zackehh_ <span class="spacer">/</span> <a href="https://twitter.com/zackehh_/status/638366831489761280" target="_blank">@twitter</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"We are using [Easy Batch] and we love it :).. Thanks for the great work."</p>
<small>
sothavirak <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-batch/issues/123#issuecomment-155406504" target="_blank">@github</a>
</small>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>"Thanks @easy_batch. You guys rock - especially your use of fluent interfaces in your APIs :-) #cleancode"</p>
<small>
NorthConcepts <span class="spacer">/</span> <a href="https://twitter.com/NorthConcepts/status/784042323910942720" target="_blank">@twitter</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"Thanks for all the updates related to Spring Batch. However, I have decided to use EasyBatch"</p>
<small>
hashbrown <span class="spacer">/</span> <a href="http://stackoverflow.com/a/27473201/5019386" target="_blank">@stackoverflow</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"Try EasyBatch. The simple stupid Batch framework. Try it once and use it forever."</p>
<small>
Eddy Bayonne <span class="spacer">/</span> <a href="https://stackoverflow.com/a/51705872" target="_blank">@stackoverflow</a>
</small>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>"Thanks for this nice and useful framework! [Easy Batch]"</p>
<small>
nfleury <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-batch/issues/175#issue-136383761" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"just stumbled on this library [Easy Rules], this is really good work!"</p>
<small>
simosentissi <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-rules/issues/2#issue-48434394" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"I'm using [Easy Rules] for an IOT project at a fortune 10 company"</p>
<small>
cogito-clarus <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-rules/issues/66#issuecomment-288148468" target="_blank">@github</a>
</small>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>"Thanks for [Easy Batch]. I like it a lot."</p>
<small>
Kmouille <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-batch/issues/193#issue-159651713" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"Easy Batch looks pretty interesting."</p>
<small>
petrikainulaine <span class="spacer">/</span> <a href="https://twitter.com/petrikainulaine/status/691709168785461248" target="_blank">@twitter</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"Easy Batch looks neat."</p>
<small>
smelaatifi <span class="spacer">/</span> <a href="https://twitter.com/smelaatifi/status/614075399782420480" target="_blank">@twitter</a>
</small>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>"I went through the documentation and was impressed with your easy, lightweight, pojo based engine."</p>
<small>
jnsunkersett <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-rules/issues/101#issue-239064344" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"I was writing some unit tests and found Easy Random, I think it's cool and make my life so much easier"</p>
<small>
fyh <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-random/issues/272#issue-258443888" target="_blank">@github</a>
</small>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>"I recently discovered your library [Easy Random] and it's quite useful, thank you!"</p>
<small>
Sir4ur0n <span class="spacer">/</span> <a href="https://github.com/j-easy/easy-random/issues/321#issue-385738563" target="_blank">@github</a>
</small>
</blockquote>
</div>
</div>
</div>
</div>
<hr/>
<div class="section text-center">
<h2 class="title"><i class="fa fa-coffee fa-lg"></i> About the logo</h2>
<br/>
<div class="team">
<div class="row">
<div class="col-md-8 text-left">
<h5 class="description">
"Jeasy" stands for <em>Java Easy</em>. Its goal is to provide easy to use Java tools. The idea of the logo came from the <a href="https://www.urbandictionary.com/define.php?term=easy%20peasy%20lemon%20squeezy" target="_blank">"easy peasy lemon squeezy"</a> expression. Since:
</h5>
<h5 class="description">
<ul>
<li>Jeasy is about Java,</li>
<li>and coffee is known for its <a href="https://www.healthbuffet.com/blog/coffee-lemon-mixture-to-lose-fat-and-weight/" target="_blank">benefits for health</a></li>
<li>and lemon can be used as a <a href="https://ilmeridiano.wordpress.com/2012/03/25/coffee-with-lemon-juice-against-migraine/" target="_blank">natural remedy</a> for migraine</li>
<li>and we want you to enjoy your Java projects without headaches</li>
</ul>
hence a coffee lemon logo was a natural choice <i class="fa fa-smile-o" aria-hidden="true"></i>
</h5>
</div>
<div class="col-md-4 text-center">
<img class="fit-picture" src="slides/jeasy-logo.png" style="max-width:100%;zoom: 40%;" alt="logo">
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<p class="text-center">© 2020 Made with passion by <a href="http://benas.github.io" target="_blank">Mahmoud Ben Hassine</a> and some
<a href="https://github.com/j-easy/easy-random#core-team-and-contributors" target="_blank">really</a>
<a href="https://github.com/j-easy/easy-batch#awesome-contributors" target="_blank">awesome</a>
<a href="https://github.com/j-easy/easy-rules#awesome-contributors" target="_blank">contributors</a>.</p>
<p class="text-center">Jeasy projects are free, open source and released under the terms of the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT license</a>.</p>
</footer>
</div>
</body>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/material.min.js" type="text/javascript"></script>
<script src="js/material-kit.js" type="text/javascript"></script>
<script src="js/typed.min.js" type="text/javascript" ></script>
<script>
document.addEventListener('DOMContentLoaded', function(){
Typed.new("#typed", {
stringsElement: document.getElementById('typed-strings'),
typeSpeed: 50,
backDelay: 1000,
loop: true,
showCursor: false,
contentType: 'html',
loopCount: null
});
});
</script>
</html>