forked from dirigible-io/dirigible-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
122 lines (107 loc) · 5.57 KB
/
features.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
---
layout: default
---
<ol class="breadcrumb">
<li><a href="{{ site.url }}">Home</a></li>
<li class="active">Features</li>
</ol>
<div class="container">
<h1 align="center">Eclipse Dirigible Basic Features</h1>
<h3 align="center">These are some of the features you benefit from</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-database fa-fw"></i>
Database</h2>
<ul>
<li>Enables you to model data structure artifacts in JSON format, and to create actual tables and views during activation/publishing.</li>
<li>Database perspective is full-fledged including Database Explorer view, SQL Console, meta-data inspectors, and more.</li>
<li>You can auto-generate mock-up data based on given table layout.</li>
</ul>
<a class="btn btn-default" href="{{ site.url }}/help/ide_perspective_database.html">Database Management</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-rss fa-fw"></i>
Server-Side</h2>
<ul>
<li>Uses some of the most popular dynamic languages such as JavaScript, Groovy* and Ruby* for creating server-side services.</li>
<li>Establishes an Enterprise JavaScript API that can be used via the CommonJS modularization.</li>
<li>Generates fully compliant RESTful services, including meta-data support on existing database artifacts.</li>
</ul>
<a class="btn btn-default" href="{{ site.url }}/api/">Scripting Services</a>
</div>
<div class="col-lg-4 heading-lead">
<br>
<div class="clearfix"></div>
<h2 style="line-height: 1.5"><i class="fa fa-html5 fa-fw"></i>
Client-Side</h2>
<ul>
<li>Supports user interface generation for the RESTful services based on widely used frameworks, such as Bootstrap, jQuery, AngularJS, and OpenUI5.</li>
<li>It provides WYSIWYG editor for both standard HTML5 and Bootstrap-based complex controls.</li>
<li>It supports wiki scripting via Confluence format.</li>
</ul>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_web_content.html">User Interfaces</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-puzzle-piece fa-fw"></i>
Processes</h2>
<p>Provides a built-in process engine based on declarative definitions of integration and orchestration of business process flows.</p>
<a class="btn btn-default" href="{{ site.url }}/help/ide_modeler_bpmn.html">Process Flows</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 fa-external-link fa-fw"></i>
Extensions</h2>
<p>Supports declarative definition of extension points and extensions in order to achieve:
<ul>
<li>Better adaptability</li>
<li>Better visibility of dependencies</li>
<li>Simplified life-cycle management</li>
</ul>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_extensions.html">Extensions</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-mobile fa-fw"></i>
Mobile</h2>
<p>Provides an integration with Tabris.js mobile framework that allows you to develop native iOS and Android mobile applications, written entirely in JavaScript.</p>
<a class="btn btn-default" href="{{ site.url }}/help/concepts_mobile_apps.html">Mobile Apps</a>
</div>
</div>
</div>
<!-- /.container -->
<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">Built-in DevOps</h2>
<p class="lead">Eclipse Dirigible provides the full end-to-end coverage of the development process from
definition throughout development, testing, operations and monitoring. Its nature of being all-in-one instance,
gives it the completeness in the sense that the tooling as well as the runtime services are in one and the same place.
There is a clear path on how you model and develop your service, how to publish it, how to test it and afterwards how you can
discover it, configure it as well as monitor it. The outlook is to add even additional features in the area of project management,
collaboration and API management.
</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<span class="pictogram"><i class="fa fa-history fa-fw"></i></span>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.content-section-a -->
</div>
<!-- /.content-section-a -->