-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
347 lines (296 loc) · 15.2 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
<!--
~ Copyright (c) 2010, 2023 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
~ which is available at https://www.eclipse.org/legal/epl-2.0/
~
~ SPDX-License-Identifier: EPL-2.0
-->
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Eclipse Scout - A one-stop framework to develop professional business applications</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta property="og:title" content="Eclipse Scout - A one-stop framework to develop professional business applications">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- FAVICON - Generator: https://www.favicon-generator.org/ -->
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/favicon/apple-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<div id="eclipse-scout-logo"><div class="logo"></div><div class="text"></div></div>
<nav id="main-navigation">
<div class="navigation-item lv1 first"><a href="https://eclipsescout.github.io/scout-docs/24.2/getstarted/getstarted.html" class="text"
title="Get started with Eclipse Scout">Tutorial</a></div>
<div class="navigation-item lv1"><a href="https://eclipsescout.github.io/" class="text">Docs</a></div>
<div class="navigation-item lv1 has-children">
<div class="text">Community</div>
<div class="navigation-lv2-panel hidden">
<a href="https://github.com/eclipse-scout/scout.rt/tree/releases/24.2/" class="navigation-item lv2 first" id="icon-git-hub">
<div class="navigation-item-container">
<div class="title">GitHub</div>
<div class="text">Discuss topics. View code. Report issues</div>
</div>
</a>
<a href="https://stackoverflow.com/tags/eclipse-scout" class="navigation-item lv2 last" id="icon-stack-overflow">
<div class="navigation-item-container">
<div class="title">StackOverflow</div>
<div class="text">Another source of help</div>
</div>
</a>
</div>
</div>
<div class="navigation-item lv1 last"><a href="features.html" class="text">Features</a></div>
<div class="navigation-item lv1 mobile-only"><a href="versions.html" class="text">Versions</a></div>
<div class="navigation-item lv1 mobile-only"><a href="javascript:onGetStartedLinkClick()" class="text">Get Started</a></div>
</nav>
<a href="versions.html#v24" id="scout-version-button" class="desktop-only">
<svg height="36" width="36" viewBox="0 0 36 36">
<circle cx="18" cy="18" r="17" stroke="#014786" stroke-width="2" fill="white" />
</svg>
<div>v24</div>
</a>
<button id="get-started-button" class="desktop-only">Get Started</button>
<button id="mobile-navigation-button" class="mobile-only"></button>
</header>
<div id="wrapper">
<!-- **** INTRO **** -->
<div id="intro-panel">
<div class="intro-column first">
<img src="img/screenshot/intro-screen.png">
</div>
<div class="intro-column last">
<h1>Business Applications Made Easy</h1>
<p><strong>Eclipse Scout</strong> is a one-stop framework with straight concepts,
a strong application model and a versatile UI. It enables you to develop professional
software in Java or JavaScript.</p>
</div>
</div>
<!-- **** FEATURES **** -->
<div id="features-panel">
<h2><a id="features-and-highlights">Features and Highlights</a></h2>
<p>Hundreds of commercial projects rely on Eclipse Scout. It is a mature, stable, open-source framework
with active development, backed by a successful software company. Here are some of the benefits you
get when working with Scout. Check the <a href="features.html">Features</a> page for more details.</p>
<div class="features-grid">
<div class="features-grid-row first">
<div class="features-grid-tile">
<a href="features.html#widgets">
<img src="img/light/analytics-graph-bar.svg">
<div>Powerful Widgets</div>
<p>Scout provides a mature widget library to build beautiful and stable web-based user interfaces.</p>
</a>
</div>
<div class="features-grid-tile">
<a href="features.html#web">
<img src="img/light/programming-browser.svg">
<div>Web Toolstack</div>
<p>Modern web toolstack with ES6+, Webpack and Babel</p>
</a>
</div>
<div class="features-grid-tile last">
<a href="features.html#responsive">
<img src="img/light/responsive-design-1.svg">
<div>Responsive UI</div>
<p>Build responsive applications for desktop and mobile devices.</p>
</a>
</div>
</div>
<div class="features-grid-row">
<div class="features-grid-tile">
<a href="features.html#full-stack">
<img src="img/light/layers-stacked-1.svg">
<div>Full Stack</div>
<p>From frontend to backend to database: Scout helps you with every tier.</p>
</a>
</div>
<div class="features-grid-tile">
<a href="features.html#tools">
<img src="img/light/outdoors-swiss-knife.svg">
<div>Comprehensive Tools</div>
<p>Dependency management, i18n, Transaction handling, Testing, REST, Web services, Authentication...</p>
</a>
</div>
<div class="features-grid-tile last">
<a href="features.html#programming-language">
<img src="img/light/coffee-machine.svg">
<div>Java and JavaScript</div>
<p>Choose your favorite language to develop in Scout.</p>
</a>
</div>
</div>
</div>
</div>
<!-- **** DEMO-APPS **** -->
<div id="demo-apps-panel">
<h2><a id="demo-apps">Scout Demo Apps</a></h2>
<div id="demo-apps-navigation">
<div class="donut-line"></div>
<div class="demo-apps-buttons">
<div class="demo-app-button-column first">
<div class="demo-app-button active" data-show-container="contacts">
<svg class="demo-app-button-donut" height="50" width="50" viewBox="0 0 50 50">
<circle class="outer" cx="25" cy="25" r="24" fill="#014786" />
<circle class="inner" cx="25" cy="25" r="5" fill="white" />
</svg>
<div class="demo-app-button-label">
Contacts
</div>
</div>
</div>
<div class="demo-app-button-column">
<div class="demo-app-button" data-show-container="scout-classic-widgets">
<svg class="demo-app-button-donut" height="50" width="50" viewBox="0 0 50 50">
<circle class="outer" cx="25" cy="25" r="24" fill="#014786" />
<circle class="inner" cx="25" cy="25" r="5" fill="white" />
</svg>
<div class="demo-app-button-label">
Scout Classic<br/>Widgets
</div>
</div>
</div>
<div class="demo-app-button-column last">
<div class="demo-app-button" data-show-container="scout-js-widgets">
<svg class="demo-app-button-donut" height="50" width="50" viewBox="0 0 50 50">
<circle class="outer" cx="25" cy="25" r="24" fill="#014786" />
<circle class="inner" cx="25" cy="25" r="5" fill="white" />
</svg>
<div class="demo-app-button-label">
Scout JS<br/>Widgets
</div>
</div>
</div>
</div>
</div>
<div id="demo-app-container-wrapper">
<!-- Contacts -->
<div class="demo-app-container" id="contacts">
<div class="demo-app-description">
<div>Contacts</div>
<p>This lean business application written in <span class="tooltip" data-tooltip-text="scout.classic">Scout Classic</span> features patterns and best practices used in Scout applications.</p>
<a href="https://scout.bsi-software.com/contacts/" target="_blank" class="launch-app-link">Launch app</a>
</div>
<div class="demo-app-image">
<a href="https://scout.bsi-software.com/contacts/" target="_blank"><img src="img/screenshot/demo-app-contacts-preview.png"></a>
</div>
</div>
<!-- Scout Classic Widgets -->
<div class="demo-app-container hidden" id="scout-classic-widgets">
<div class="demo-app-description">
<div>Scout Classic Widgets</div>
<p>A Java application featuring all available widgets in <span class="tooltip" data-tooltip-text="scout.classic">Scout Classic</span>.</p>
<a href="https://scout.bsi-software.com/widgets/" target="_blank" class="launch-app-link">Launch app</a>
</div>
<div class="demo-app-image">
<a href="https://scout.bsi-software.com/widgets/" target="_blank"><img src="img/screenshot/demo-app-scout-classic-preview.png"></a>
</div>
</div>
<!-- Scout JS Widgets -->
<div class="demo-app-container hidden" id="scout-js-widgets">
<div class="demo-app-description">
<div>Scout JS Widgets</div>
<p>A JavaScript application featuring all available widgets in <span class="tooltip" data-tooltip-text="scout.js">Scout JS</span>.</p>
<a href="https://scout.bsi-software.com/jswidgets/" target="_blank" class="launch-app-link">Launch app</a>
</div>
<div class="demo-app-image">
<a href="https://scout.bsi-software.com/jswidgets/" target="_blank"><img src="img/screenshot/demo-app-scout-js-preview.png"></a>
</div>
</div>
</div> <!-- EOF demo-apps-container-wrapper -->
</div>
<!-- **** GETTING STARTED **** -->
<div id="getting-started-panel">
<div id="getting-started-panel-columns">
<div class="getting-started-column first">
<h3><a id="getting-started-java">Java Developers</a></h3>
<p>Learn how to build a <span class="tooltip inverted" data-tooltip-text="scout.classic">Scout Classic</span> application written in Java
with a server-side application model.</p>
<a href="https://eclipsescout.github.io/scout-docs/24.2/getstarted/helloscout.html" class="get-started-link" target="_blank">Get started</a>
</div>
<div class="getting-started-column center">
<img src="img/light/space-rocket-flying.svg">
</div>
<div class="getting-started-column last">
<h3><a id="getting-started-javascript">JavaScript Developers</a></h3>
<p>Learn how to build a <span class="tooltip inverted" data-tooltip-text="scout.js">Scout JS</span> application written in JavaScript.<br/><br/></p>
<a href="https://eclipsescout.github.io/scout-docs/24.2/getstarted/helloscout-js.html" class="get-started-link" target="_blank">Get started</a>
</div>
</div>
</div>
<!-- **** TRY SCOUT JS **** -->
<div id="try-scout-js-panel">
<div id="try-scout-js-columns">
<div class="try-scout-js-column first">
<h3><a id="try-scout-js">Try Scout JS</a></h3>
<p>See how simple it is to develop in Scout: Change the code in this
CodePen and click the "Rerun" button to update the Hello World app.</p>
</div>
<div class="try-scout-js-column last">
<p class="codepen" data-height="350" data-theme-id="dark" data-default-tab="js,result" data-user="eclipse-scout" data-slug-hash="BaQPjom"
style="height: 350px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Scout JS Hello World" data-editable="true">
<span>See the Pen <a href="https://codepen.io/eclipse-scout/pen/BaQPjom">
Scout JS Hello World</a> by Eclipse Scout (<a href="https://codepen.io/eclipse-scout">@eclipse-scout</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</div>
</div>
</div>
<!-- **** FOOTER **** -->
<footer>
<div id="social-media-bar">
<a href="https://github.com/eclipse-scout/scout.rt/tree/releases/24.2/" title="Eclipse Scout on GitHub"><img src="img/bold/developer-community-github-1.svg"></a>
<a href="https://stackoverflow.com/tags/eclipse-scout" title="Eclipse Scout on StackOverflow"><img src="img/bold/developer-community-stack-overflow.svg"></a>
<a href="https://projects.eclipse.org/projects/technology.scout" title="Eclipse Scout Project"><img src="img/eclipse-logo-notext.svg"></a>
</div>
<div id="copyright">
Copyright © Eclipse Foundation, <br class="mobile-only"/>Inc. All Rights Reserved.
</div>
<nav id="eclipse-navigation-bar">
<a href="http://www.eclipse.org/" target="_blank">Eclipse Home</a>
<a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a>
<a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a>
<a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a>
<a href="http://www.eclipse.org/legal" target="_blank">Legal</a>
</nav>
</footer>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/vendor/jquery-3.5.1.slim.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29181496-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-29181496-1');
</script>
</body>
</html>