-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
571 lines (520 loc) · 26.8 KB
/
about.html
File metadata and controls
571 lines (520 loc) · 26.8 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
571
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pymma Software</title>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:600,600italic,300italic,700italic,700,200,400,200italic,400italic,900,300'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen">
<!-- REVOLUTION BANNER CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="css/fullwidth.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.4.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/flexslider.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/responsive.css" media="screen">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<script src="js/modernizr.min.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-60086731-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- Container -->
<div id="container">
<!-- Header
================================================== -->
<header class="clearfix" id="home">
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="top-line">
<div class="container">
<div class="row">
<ul class="top-socials col-md-4">
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
<ul class="top-info col-md-5 col-md-offset-3">
<li><a href="#"><i class="fa fa-envelope"></i>contact@pymma-software.com</a></li>
<li><p><i class="fa fa-phone"></i>+ 33 320 307 130</p></li>
</ul>
</div>
</div>
</div>
<!-- end topline -->
<nav class="navigation">
<div class="container">
<div class="logo">
<a href="index.html"><img src="img/pymma-software-2014.png" alt=""></a>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active drop"><a href="index.html">Home</a>
</li>
<!--li class="drop"><a href="services.html">Services</a></li-->
<li><a href="about.html">About Us</a></li>
<li class="drop"><a href="#">Portfolio</a>
<ul class="drop-down">
<li><a href="drools-platform.html">Drools Platform</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</nav>
</header>
<!-- End Header -->
<div class="banner">
<div class="container">
<h4>About</h4>
<div class="site_map">
<a href="index.html">Home</a> / About
</div>
<div class="clear"></div>
</div>
</div>
<!-- content
================================================== -->
<div id="content">
<div class="mission">
<div class="container">
<div class="row">
<!--div class="col-md-6">
<div class="flexslider">
<ul class="slides">
<li>
<img alt="" src="upload/about1.jpg"/>
</li>
<li>
<img alt="" src="upload/about2.jpg"/>
</li>
<li>
<img alt="" src="upload/about1.jpg"/>
</li>
</ul>
</div>
</div-->
<div class="col-md-6">
<h1 class="leftmain-title">About Our Company</h1>
<div class="leftmain-border"></div>
<div class="right-about">
<p>Pymma Software was founded by passionated people that have a certain conception of the
way to build IT software. We have certain conviction that follows us in all our
missions.</p>
<ul class="site-features">
<li><i class="fa fa-check"></i>We avoid to re-invent the wheel</li>
<li><i class="fa fa-check"></i>A successful software is the one where business users
feel the positive effect in their daily tasks
</li>
<li><i class="fa fa-check"></i>Small success is better that long awaiting Success that
often never achieves the expected level
</li>
<li><i class="fa fa-check"></i>Agility, Innovation, using the good tools/frameworks and
having the good people with you will lead to successful projects
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Mission -->
<div class="carou-team brown-bg">
<div class="container">
<h1 class="main-title">Our Team</h1>
<div class="main-border"></div>
<p class="main-subtitle">Meet Our Creative Team</p>
<div class="list_carousel2 responsive">
<!--ul id="foo1"-->
<li>
<div class="overlay">
<img class="img-responsive" src="img/team/nicolas-heron.jpeg" alt=""/>
<div class="mask">
<div class="team-detail">
<h3>Nicolas Héron</h3>
<span>Co-Founder</span>
</div>
<ul class="team-socs">
<li><a href="https://twitter.com/nicolasheron"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="http://fr.linkedin.com/pub/nicolas-heron/10/223/657/"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</li>
<div class="clearfix"></div>
<a id="prev3" class="prev2" href="#"><</a>
<a id="next3" class="next2" href="#">></a>
</div>
<!-- End List Carousel -->
</div>
</div>
<div class="history white-bg">
<div class="container">
<h1 class="main-title">History Of Our Company</h1>
<div class="main-border"></div>
<p class="main-subtitle">Let Us Tell You Our Story</p>
<div class="timeline animated">
<div class="timeline-row">
<div class="timeline-time">
2006
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Getting Started with Rules Engines & Drools
</h2>
<p>
Our first big project with drools. After prototyping and using drools (version 3 and
4 at that time) behind the scene in projects, we realize a big project where drools
is the core component in a loyalty server. In production since then and now in
version 5.6 of drools, the loyalty server handles millions of transaction per month.
It was also the first time we could help with drools core team that was small at
that time. From now now, drools will accompanied us in most of our projects.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2007 - 2010
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Project in Production with Drools & jBPM
</h2>
<p>
We now do a lot of drools projects from small to big size, at customer IT, with
software editors. We start using Guvnor in our projects. As we are providing more
and more pathes, the drools community accepted Nicolas Héron as a <a
href="https://github.com/orgs/droolsjbpm/people" target="_blank">committer and
project member</a>. During this period, we start using a lot the Open Source ESB
OpenESB that we help to <a href="https://bitbucket.org/openesb/profile/members"
target="_blank">create and live.</a>
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2011
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Foundation of ChtiJBug Open Source Project
</h2>
<p>
Our expertise and experience with drools in projects pushes us to develop a small
framework, the chtijbug framework, that speeds up the implementation of the drools
framework. Many projects are in production with that framework.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2014
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Drools Platform on the ramp
</h2>
<p>
As we are doing a lot of project in banking, insurance, credit and leasing
companies, in all those projects we were implementing the same kind of functionality
around drools. therefore we decided to build a platform around drools that would by
default propose all those functionnalities out of the box without any development
needed.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2014
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Foundation of Pymma Software
</h2>
<p>
To be able to focus on drools projects, we decided to create Pymma Software.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2015
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Usage of Apache Camel and Vaadin
</h2>
<p>
Acting as the lab of a software Editor, we started using apache Camel instead of
OpenESB and Vaadin as a visual Framework
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2016
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Working with the Drools core team
</h2>
<p>
During a good part of the year, we worked for the drools Core Team of Redhat.
A <a href="https://nicolas-heron.gitbook.io/droolsonboarding/"
target="_blank">GitBook was written</a> to help people when onboarding on
drools
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2015
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
A new company was borned
</h2>
<p>
Samuel Mangot founded a new company with his brother.
Pymma Software concentrates exclusivly its activity around drools projects.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2017
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Our First Major Optaplanner Project
</h2>
<p>
Starting late 2016 with a POC, we started our first major Optaplanner project.
Up to now, we used Optaplanner hidden behind the scene.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2017
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Going in production with OpenShift
</h2>
<p>
For a BToB and BToC Car Fleet Insurance Broker, we developped a new IT based on microservices and deployed on an OpenShift hosted at OVH.
The microservices are all implemented wth SpringBoot, Vaadin, SpringData. Of Course, drools is used for calculating the contract costs when customer are subscribing a new Insurance Contract.
</p>
</div>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">
2018 up to now
</div>
<div class="timeline-icon">
<div class="bg">
<i class="fa fa-circle-o"></i>
</div>
</div>
<div class="panel timeline-content">
<div class="panel-body">
<h2>
Going in production with Ansible and Kubernetes
</h2>
<p>
The company is growing and we realize many complete projects with drools/optaplanner and jbpm. These projects are as much complete back-office as they are simple APIs.
Our developments use Java11, the whole galaxy of the Spring framework, SQL and noSQL databases as well as the devops deployment mode.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End History -->
<!--div class="impression">
<div class="container">
<h1>Do you want a demonstration of drools in Action ?</h1>
<p>Soon, we can propose you a demonstration drools and our tooling on the cloud</p>
<a href="contact.html" class="button-def">Get Started</a>
</div>
</div-->
</div>
<!-- End content -->
<!-- footer
================================================== -->
<footer>
<div class="inner-footer">
<div class="container">
<div class="row">
<div class="col-md-3 f-about">
<h3>About Us</h3>
<p>Pymma Software is a french based company skilled in Software Development and consultancy.
Expertise in Business Rules & Processes Engines and SOA are our basement for enabling
our customers to be successful</p>
</div>
<div class="col-md-3 f-contact">
<h3>Get in touch</h3>
<p><i class="fa fa-map-marker"></i>133 rue Simon Vollant <br>
59130 Lambersart - FRANCE</p>
<p><i class="fa fa-phone"></i> +33 972 644 673</p>
<a href="#"><i class="fa fa-envelope"></i>contact@pymma-software.com</a>
</div>
</div>
</div>
</div>
<!-- end contanir & inner-footer -->
<div class="last-div">
<div class="container">
<div class="row">
<div class="copyright">
© 2014 Pymma Software
</div>
<div id="back-to-top">
<a href="#top">Back to Top</a>
</div>
<ul class="foot-socials">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
</footer>
<!-- End footer -->
</div>
<!-- End Container -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/waypoint.min.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/jquery.migrate.js"></script>
<script type="text/javascript" src="js/jquery.flexslider.js"></script>
<script src="js/main.js"></script>
<!-- jQuery KenBurn Slider -->
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<!-- include jQuery + carouFredSel plugin -->
<script type="text/javascript" src="js/jquery.carouFredSel.js"></script>
<!-- optionally include helper plugins -->
<script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script>
<!-- Style Switcher -->
<script src="js/styleswitch.js"></script>
<script src="js/style_switch_custom.js"></script>
</body>
</html>