-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.html
191 lines (178 loc) · 7 KB
/
references.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
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
<link rel="stylesheet" href="css/custom.css">
<script src="js/jquery-1.7.1.min.js"></script>
<title>e(fx)clipse - JavaFX Tooling and Runtime for Eclipse</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html">e(fx)clipse</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="releases.html">Releases</a></li>
<li class="active"><a href="references.html">References</a></li>
<li><a href="http://efxclipse.bestsolution.at">External Addons</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse/Tooling/FXGraph">FXGraph</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse/Tutorials">Tutorials</a></li>
<li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Efxclipse">Bug Tracker</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse">Wiki</a></li>
<li><a href="http://www.eclipse.org/forums/index.php/f/259/">Forum</a></li>
<li><a href="http://projects.eclipse.org/projects/technology.efxclipse">Project Info</a>
</ul>
</div>
</div>
</div>
</div>
<header class="jumbotron masthead" id="overview">
<div class="inner">
<div class="container">
<h1>e(fx)clipse</h1>
<p class="lead">
JavaFX Tooling and Runtime for Eclipse and OSGi
</p>
</div>
</div>
</header>
<div class="container">
<section id="intro">
<div class="page-header">
<h1>References <small>built with e(fx)clipse</small></h1>
</div>
<div class="row">
<div class="span16">
<p>
Below you find a list of applications who are built with or at least partly on e(fx)clipse components. If you also have
developed an application feel free to drop us a mail <a href="mailto:[email protected]">[email protected]</a>
and we get your application listed
</p>
</div>
</div>
</section>
<section id="intro">
<div class="page-header">
<h1>Built on e(fx)clipse components <small>applications, tools, ...</small></h1>
</div>
<div class="row">
<div class="span16">
<p>
The following applications make use of e(fx)clipse components e.g. to integrate JavaFX into OSGi or are built completely
on top of the e(fx)clipse runtime platform exploiting e4.
</p>
</div>
</div>
</section>
<section id="sts">
<div class="page-header">
<h2>Spring Tool Suite & Groovy/Grails Tool Suite <small>by Pivotal</small></h2>
</div>
<div class="row">
<div class="span4">
<p>
<img class="thumbnail" src="sts-dashboard.png" />
</p>
</div>
<div class="span8">
<p>
The <a href="http://spring.io/tools/sts">Spring Tool Suite</a> as well as the <a href="http://spring.io/tools/ggts">Groovy/Grails Tool Suite</a> (the two Eclipse-based tool suite distributions from
Pivotal) uses the OSGi runtime integration of <strong>e(fx)clipse</strong> to integrate JavaFX components into the UI of the IDE
(using the SWT bridge from JavaFX). The main purpose of this is to use the WebKit-based cross-platform web view
component of JavaFX to implement and use highly sophisticated HTML5-based UIs inside the desktop IDE.
</p>
<p>
As a first step the dashboard component inside the tool suites (which was build using traditional SWT widgets and
form-based JFace layouts ) got replaced with an HTML-based version that is rendered using the JavaFX web view. It
includes dynamic content as well as the option to trigger actions inside the IDE when a user presses buttons inside
the web view.
</p>
<p>
The cross-platform availability of JavaFX as part of the JDK (including support for high-res retina displays on OSX)
turns this into an interesting solution as alternative to using the native browser widgets that come as part of SWT.
</p>
</div>
</div>
</section>
<!-- section id="sts">
<div class="page-header">
<h2>EXPORT<sup>TM</sup> <small>by Welland</small></h2>
</div>
<div class="row">
<div class="span4">
<p>
<img class="thumbnail" src="welland-export.png" />
</p>
</div>
<div class="span8">
<p>
Bla Bla Bla
</p>
</div>
</div>
</section-->
<section id="sts">
<div class="page-header">
<h2>Tesis-Template <small>by Tesis</small></h2>
</div>
<div class="row">
<div class="span4">
<p>
<img class="thumbnail" src="tesis.png" />
</p>
</div>
<div class="span8">
<p>
Automotive OEMs and suppliers throughout the world rely on <a href="http://www.tesis.de">TESIS DYNAware's</a> 20 years of experience for simulation solutions in the development of controllers and components. In order to preserve our technological and process leadership in this field, we use e(fx)clipse for current and future product developments.
</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<br/><br/>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
Created by <a target="_blank" href="http://www.bestsolution.at">BestSolution.at</a> with use of <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> from twitter.
</p>
<p>
<center>
<a href="http://www.eclipse.org">Eclipse Foundation</a>
| <a href="http://www.eclipse.org/legal/privacy.php">Privacy policy</a>
| <a href="http://www.eclipse.org/legal/termsofuse.php">Terms of use</a>
| <a href="http://www.eclipse.org/legal/copyright.php">Copyright</a>
| <a href="http://www.eclipse.org/legal">Legal</a>
</center>
</p>
</div>
</footer>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<!-- Include the plug-in -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>
</body>
</html>