forked from dirigible-io/dirigible-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
for_developers.html
265 lines (253 loc) · 10.2 KB
/
for_developers.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
---
layout: default
---
<ol class="breadcrumb">
<li><a href="{{ site.url }}">Home</a></li>
<li class="active">For Developers</li>
</ol>
<div class="container">
<h1 align="center">Dirigible Space for Developers</h1>
<h3 align="center">Everything you need for your development project.</h3>
<div class="row">
<div class="col-lg-4 heading-lead page-scroll">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2><i class="fa fa-code fa-fw"></i>
Web IDE</h2>
<p>Eclipse Dirigible provides full-fledged Web IDE with variety of Editors, Views, Wizards and Preference pages grouped in Perspectives - the same user experience that you are already familiar with.</p>
<a class="btn btn-default" href="{{ site.url }}/help/ide.html">Web IDE</a>
</div>
<div class="col-lg-4 heading-lead">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2><i class="fa fa-server fa-fw"></i>
App Server</h2>
<p>Eclipse Dirigible integrates a collection of execution engines covering all the aspects of a modern cloud application - database models, scripting RESTful services, user interfaces, work-flows, scheduled jobs, security definitions, and even template engines.</p>
<a class="btn btn-default" href="{{ site.url }}/api/">Scripting Services</a>
</div>
<div class="col-lg-4 heading-lead">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2><i class="fa fa-database fa-fw"></i>
Content Repository</h2>
<p>Projects artifacts, which are authored via the Web IDE and executed by the engines of the App Server at runtime, are stored in the Content Repository. This simplifies the life-cycle management, governance, scaling, and other mission critical aspects of the cloud applications built with Eclipse Dirigible.</p>
<a class="btn btn-default" href="{{ site.url }}/help/architecture.html" target="_blank">Architecture</a>
</div>
</div>
<hr>
<h2><i class="fa fa-archive fa-fw"></i>
Distributions Options</h2>
<table style="width:100%">
<tr>
<th>Component</th>
<th>Desktop All</th>
<th>Server All</th>
<th>Server Runtime</th>
<th>Server JavaScript</th>
<th>Server Database</th>
<th>Trial All</th>
<th>SAP All</th>
</tr>
<tr>
<td>AppServer</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>WebIDE</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Templates</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Debugging Support</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Terminal via HTTP</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Embedded Database</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
</tr>
<tr>
<td>Database Management</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Git Integration</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Modeling Tools</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>JavaScript Support</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Process Execution</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Embedded Messaging</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Role Based Access Control</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Documents Explorer</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr>
<td>Test Frameworks</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: red;">✖</td>
<td style="color: green;">✔</td>
<td style="color: green;">✔</td>
</tr>
<tr style="background-color: #eeeeee;">
<td>Size of Distribution</td>
<td><b>89 MB</b></td>
<td><b>75 MB</b></td>
<td><b>61 MB</b></td>
<td><b>36 MB</b></td>
<td><b>30 MB</b></td>
<td><b>75 MB</b></td>
<td><b>73 MB</b></td>
</tr>
</table>
<div>
<ul>
<li><b>Desktop All</b> - all in one distribution including built-in Apache Tomcat with disabled access control. Useful for local development or just for exploration of the features - development, operation, monitoring, documentation, transport, etc.</li>
<li><b>Server All</b> - all in one distribution including built-in Apache Tomcat. Useful for all kind of activities - development, operation, monitoring, documentation, transport, etc.</li>
<li><b>Server Runtime</b> - runtime only distribution. Useful for production environment where no development tooling is required.</li>
<li><b>Server JavaScript</b> - only the necessary tooling and engines needed for building and running JavaScript based applications.</li>
<li><b>Server Database</b> - only the database tooling needed for the database management scenarios</li>
<li><b>Trial All</b> - includes all the features with disabled access control - anonymous access with a nick name without password.</li>
<li><b>SAP All</b> - all in one distribution pre-configured to run smoothly on SAP Cloud Platform.</li>
</ul>
</div>
<div>
<p>All the distributions produce artifacts in the Java Web Application Archive (WAR) format, which can be deployed on a regular Java Web Container such as Apache Tomcat.</p>
<a class="btn btn-primary" href="http://download.eclipse.org/dirigible" target="_blank">Downloads</a>
</div>
</div>
<!-- /.container -->
<br/>
<hr/>
<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>
</div>
<!-- /.content-section-a -->