-
Notifications
You must be signed in to change notification settings - Fork 29
/
project.html
100 lines (87 loc) · 5.61 KB
/
project.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
---
layout: default
---
<ol class="breadcrumb">
<li><a href="{{ site.url }}">Home</a></li>
<li class="active">Overview</li>
</ol>
<div class="container">
<h1 align="center">Eclipse Dirigible Capabilities</h1>
<h3 align="center">This is what you gain when using the platform</h3>
<div class="row">
<div class="col-lg-4 heading-lead page-scroll">
<br>
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa-building-o fa-fw"></i>
Fast Prototyping</h2>
<p>Shortest turn-around time, as well as generation of predefined ready-to-use templates at any level of application development, empowers you to build a skeleton for your project directly in front of your eyes.</p>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_generation.html">Generation</a>
</div>
<div class="col-lg-4 heading-lead">
<br>
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa fa-cubes fa-fw"></i>
Legacy Components</h2>
<p>Keeping your old methods, technologies, and computer systems is enabled by integration patterns.</p>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_rest.html" target="_blank">Integration</a>
</div>
<div class="col-lg-4 heading-lead">
<br>
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa-wrench fa-fw"></i>
Adaptable Software</h2>
<p>Eclipse Dirigible is based on the In-System Programming Model and complies with the Dynamic Applications paradigm. You have the freedom to follow business requirements right away and apply changes as you go.</p>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_dynamic_applications.html">Adaptation</a>
</div>
</div>
<div class="row">
<div class="col-lg-4 heading-lead page-scroll">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 style="line-height: 1.5" ><i class="fa fa-gift fa-fw"></i>
Open and Free</h2>
<p>Eclipse Dirigible is based on a huge set of open source frameworks, such as Eclipse RAP, Mozilla Rhino, jRuby*, Groovy*, Apache Velocity, Apache Lucene, Eclipse MyLyn, and many more.
The source code of the project itself is also licensed under one of the most popular licenses approved by <a href="http://opensource.org/about" target="_blank">OSI</a>
- <a href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v1.0</a></p>
<a class="btn btn-default" href="https://github.com/eclipse/dirigible" target="_blank">GitHub</a>
</div>
<div class="col-lg-4 heading-lead">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa-clock-o fa-fw"></i>
Shortest Dev Time</h2>
<p>The major benefit of such development platform is the shortest ever development turn-around time, provided by leveraging the In-System Development Model and Cloud Environment.
It aims at creating end-to-end on-demand applications, as well as integrating scalable and high-available extensions of existing on-premise applications.</p>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_publishing.html">Publishing</a>
</div>
<div class="col-lg-4 heading-lead">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa-flag-checkered fa-fw"></i>
End-to-End Coverage</h2>
<p>Target applications built with Eclipse Dirigible are atomic, self-contained, cloud-based modules covering end-to-end vertical scenarios.
This requires the tooling, the runtime engines and the services to provide a complete set of features for all the developer needs
through the whole application life-cycle.</p>
<a class="btn btn-default" href="{{ site.url }}/help/features.html">Features</a>
</div>
</div>
</div>
<br/>
<div class="content-section-a" id="history">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">History</h2>
<p>Eclipse Dirigible project came out of an internal SAP initiative to address the extension and adaptation use cases related to SOA and Enterprise Services. On one hand, in this project were implied the lessons learned from the standard tools and approaches so far. On the other hand, there were added features aligned with the most recent technologies and architectural patterns related to Web 2.0 and HTML5. This made it complete enough to be used as the only tool and environment needed for building and running on-demand application in the cloud.</p>
<p>Since 2015, Eclipse Dirigible is an <a href="https://www.eclipse.org/dirigible/">Eclipse Project</a> part of <a href="https://www.eclipse.org/ecd/">Eclipse Cloud Development</a> TLP.</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<span class="pictogram"><i class="fa fa-university fa-fw"></i></span>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->