-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathecosystem.html
More file actions
executable file
·394 lines (350 loc) · 14.7 KB
/
Copy pathecosystem.html
File metadata and controls
executable file
·394 lines (350 loc) · 14.7 KB
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ecosystem - Thymeleaf</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.3/normalize.min.css" media="screen"/>
<link rel="stylesheet" href="styles/thymeleaf.css" media="screen"/>
<script src="https://unpkg.com/dumb-query-selector@3.0.0/dumb-query-selector.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js" data-manual
defer integrity="sha256-HWJnMZHGx7U1jmNfxe4yaQedmpo/mtxWSIXvcJkLIf4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/unescaped-markup/prism-unescaped-markup.js"
defer integrity="sha256-THYQfN3ZkC8QQ5I4JxslpEaXIT7tUakaV9/e69MYEuU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/normalize-whitespace/prism-normalize-whitespace.min.js"
defer integrity="sha256-abVQckxqXkWO8NiZk8TBPHzv3/LObzIqzzQWz0kV0F0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/line-numbers/prism-line-numbers.js"
defer integrity="sha256-ISWqAwOAxClmLCu22st3+xU4+kVYHrE8jdn6ONzjg5Q=" crossorigin="anonymous"></script>
<script src="scripts/thymeleaf.js" defer></script>
</head>
<body id="thymeleaf-ecosystem">
<div class="fluid-container toolbar-container">
<nav class="fluid-block toolbar">
<div class="toolbar-menu">
<div class="toolbar-menu-location">Ecosystem</div>
<button id="site-menu-button" type="button" class="toolbar-menu-button">Site Menu</button>
</div>
<div id="site-menu" class="toolbar-menu-items">
<ul class="toolbar-links">
<li><a href="index.html" class="toolbar-link">Home</a></li>
<li><a href="download.html" class="toolbar-link">Download</a></li>
<li><a href="documentation.html" class="toolbar-link">Docs</a></li>
<li class="selected"><a href="ecosystem.html" class="toolbar-link">Ecosystem</a></li>
<li><a href="faq.html" class="toolbar-link">FAQ</a></li>
</ul>
<ul id="site-nav-links" class="toolbar-links">
<li><a href="https://bsky.app/profile/thymeleaf.org" class="toolbar-link">Bluesky</a></li>
<li><a href="https://github.com/thymeleaf" class="toolbar-link">GitHub</a></li>
</ul>
</div>
</nav>
</div>
<div class="hero-container fluid-container">
<header class="hero-header fluid-block">
<div class="hero-header-text">
<h1 class="hero-header-title">Thymeleaf</h1>
</div>
<div class="hero-header-image">
<img src="images/thymeleaf.png" alt="Thymeleaf logo" class="hero-header-logo"/>
</div>
</header>
</div>
<div class="fluid-container">
<main class="fluid-block">
<section class="description">
<p>The <strong>Thymeleaf ecosystem</strong> is composed of tools and extensions of two types:
</p>
<ul>
<li><em>Official extensions</em> (a.k.a. <em>Thymeleaf Extras</em>): created by
Thymeleaf developers supported as a part of the project.</li>
<li><em>Unofficial</em> or <em>Community extensions</em>: linked from this page but
developed and maintained by Thymeleaf users outside of the Thymeleaf
Project and distributed under their own license and support terms.</li>
</ul>
</section>
<section>
<header>
<h2>
<a id="official-tools-extensions" href="#official-tools-extensions" class="anchor"></a>
Official Tools & Extensions
</h2>
</header>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-spring-security" href="#thymeleaf-spring-security" class="anchor"></a>
Thymeleaf + Spring Security
</h3>
</header>
<p><a href="https://github.com/thymeleaf/thymeleaf/tree/main/lib">https://github.com/thymeleaf/thymeleaf</a> (<code>lib/thymeleaf-extras-springsecurity5</code> and <code>lib/thymeleaf-extras-springsecurity6</code>)</p>
<p>The Thymeleaf Extras Spring Security library provides a dialect
that allows integrating several authorization and authentication
aspects of Spring Security (versions 5.x and 6.x) into Thymeleaf-based
applications. Features:</p>
<ul>
<li>
<strong>Thymeleaf-based equivalent to the Spring Security JSP tag
library</strong>.
</li>
<li>
Adds new expression utility objects like <code>#authentication</code>
and <code>#authorization</code> for <strong>integrating Spring
Security capabilities into Thymeleaf expressions</strong>.
</li>
<li>
Adds new attributes like <code>sec:authentication</code> and
<code>sec:authorized</code> for easier configuration of security.
</li>
</ul>
<p>With this library, role-based access restrictions defined in Spring
Security can be easily used:</p>
<pre><code class="language-xml"><!--
<div sec:authorize="hasRole('ROLE_ADMIN')">
This will only be displayed if authenticated user has role ROLE_ADMIN.
</div>
--></code></pre>
<p>The security-related objects can also be included in your normal
Thymeleaf expressions:</p>
<pre><code class="language-html"><!--
<div th:text="${#authentication.name}">
The value of the "name" property of the authentication object should appear here.
</div>
--></code></pre>
</section>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-testing-library" href="#thymeleaf-testing-library" class="anchor"></a>
Thymeleaf Testing Library
</h3>
</header>
<p><a href="https://github.com/thymeleaf/thymeleaf/tree/main/lib/testing">https://github.com/thymeleaf/thymeleaf</a> (<code>lib/testing</code>)</p>
<p>The Thymeleaf Testing library allows developers to create automated
tests for Thymeleaf applications and extensions in a very easy and
declarative way. Among its features:</p>
<ul>
<li>
Works as an independent library, <strong>callable from multiple
testing frameworks</strong> like e.g. JUnit.
</li>
<li>
<strong>Tests only the view layer</strong>: template processing
and its result.
</li>
<li>
Allows specifying test input as markup fragments and also as links
to the template files of a Thymeleaf-based application being
developed, in order to <strong>easily test its view layer</strong>.
</li>
<li>
Versatile testing artifacts: test sequences, iteration, concurrent
execution...
</li>
<li>
<strong>Spring Framework</strong> and <strong>Spring Security</strong>
integration.
</li>
</ul>
<p>Test specifications can be as simple as this:</p>
<pre><code class="language-html"><!--
%TEMPLATE_MODE HTML5
# ------------ separator comment -----------
%CONTEXT
onevar = "Goodbye,"
# ------------------------------------------
%MESSAGES
one.msg = Crisis
# ------------------------------------------
%INPUT
<!DOCTYPE html>
<html>
<body>
<span th:text="${onevar}">Hello,</span>
<span th:text="#{one.msg}">World!</span>
</body>
</html>
# ------------------------------------------
%OUTPUT
<!DOCTYPE html>
<html>
<body>
<span>Goodbye,</span>
<span>Crisis</span>
</body>
</html>
--></code></pre>
</section>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-eclipse-plugin" href="#thymeleaf-eclipse-plugin" class="anchor"></a>
Thymeleaf Eclipse Plugin
</h3>
</header>
<p><a href="https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin">https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin</a></p>
<p>The Thymeleaf plugin for Eclipse IDE adds <strong>content
assist</strong> features that make working in Thymeleaf templates
nicer and much more comfortable.</p>
<ul>
<li>
Code completion of <strong>Thymeleaf attribute processors</strong>.
</li>
<li>
Detailed explanations for each attribute.
</li>
<li>
Content assist inside expressions: <strong>expression utility objects</strong>.
</li>
</ul>
<figure>
<img src="images/ecosystem_official_image_eclipse_plugin.png" alt="example"/>
</figure>
</section>
</section>
<section>
<header>
<h2>
<a id="community-dialects" href="#community-dialects" class="anchor"></a>
Community Dialects
</h2>
</header>
<p>Developed and maintained by Thymeleaf users outside of the Thymeleaf
Project and distributed under their own license and support terms.</p>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-layout-dialect" href="#thymeleaf-layout-dialect" class="anchor"></a>
Thymeleaf Layout Dialect
</h3>
</header>
<p class="community-authors">by Emanuel Rabina</p>
<p><a href="https://github.com/ultraq/thymeleaf-layout-dialect">https://github.com/ultraq/thymeleaf-layout-dialect</a></p>
<p>A dialect for Thymeleaf that allows you to <strong>use
layout/decorator templates to style your content</strong>, as well as
pass entire fragment elements to included pages, all to help improve
code reuse. If you've ever used SiteMesh for your JSPs, or Facelets
with JSFs, then the concepts of this library will be very familiar to
you.</p>
</section>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-spring-data-dialect" href="#thymeleaf-spring-data-dialect" class="anchor"></a>
Thymeleaf Spring Data Dialect
</h3>
</header>
<p class="community-authors">by Javier Pena</p>
<p><a href="https://github.com/jpenren/thymeleaf-spring-data-dialect">https://github.com/jpenren/thymeleaf-spring-data-dialect</a></p>
<p>
This dialect uses the Spring Data pagination elements to create pagination and sorting components in the Bootstrap style.
</p>
</section>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-shiro-dialect" href="#thymeleaf-shiro-dialect" class="anchor"></a>
Thymeleaf Shiro Dialect
</h3>
</header>
<p class="community-authors">by Thebora Kompanioni</p>
<p><a href="https://github.com/theborakompanioni/thymeleaf-extras-shiro">https://github.com/theborakompanioni/thymeleaf-extras-shiro</a></p>
<p>
A Thymeleaf dialect for Apache Shiro tags.
</p>
</section>
</section>
<section>
<header>
<h2>
<a id="community-integrations" href="#community-integrations" class="anchor"></a>
Community Integrations
</h2>
</header>
<section class="subsection">
<header>
<h3>
<a id="thymeleaf-jsr371" href="#thymeleaf-jsr371" class="anchor"></a>
Thymeleaf integrations for MVC 1.0 (JSR371)
</h3>
</header>
<p class="community-authors">by Tamás Pálfalvi</p>
<p>
<a href="https://github.com/inbuss/thymeleaf-mvc">https://github.com/inbuss/thymeleaf-mvc</a><br />
<a href="https://github.com/inbuss/thymeleaf-cdi">https://github.com/inbuss/thymeleaf-cdi</a><br />
<a href="https://github.com/inbuss/thymeleaf-jersey">https://github.com/inbuss/thymeleaf-jersey</a>
</p>
<p>An extension providing Thymeleaf as a view engine in <strong>JavaEE MVC 1.0 (JSR371)</strong>
environments. Includes CDI integration that exposes named beans to expressions, and extends
the Thymeleaf Conversion Service using the JAX-RS ParamConverter facility (on Jersey only);
these functions are also available as separate extensions for use in non-MVC environments.</p>
</section>
</section>
<section>
<header>
<h2>
<a id="community-tools" href="#community-tools" class="anchor"></a>
Community Tools
</h2>
</header>
<section class="subsection">
<header>
<h3>
<a id="bootify" href="#bootify" class="anchor"></a>
Bootify.io
</h3>
</header>
<p><a href="https://bootify.io/">https://bootify.io/</a></p>
<p>Bootify.io is a code generator for Spring Boot. Three options can be selected for the frontend - all based
on Thymeleaf, together with an optional Webpack, Bootstrap or Tailwind CSS. The user gets a customized Spring
Boot app in the latest version, with Thymeleaf setup including plugins, live reload of Thymeleaf templates
during development and a CRUD frontend.</p>
</section>
<section class="subsection">
<header>
<h3>
<a id="spring-mvc-quickstart-maven-archetype" href="#spring-mvc-quickstart-maven-archetype" class="anchor"></a>
Spring MVC Quickstart Maven Archetype
</h3>
</header>
<p class="community-authors">by Rafał Borowiec</p>
<p><a href="https://github.com/kolorobot/spring-mvc-quickstart-archetype">https://github.com/kolorobot/spring-mvc-quickstart-archetype</a></p>
<p>A maven archetype for web applications including Thymeleaf, Spring
MVC, Spring Security, Bootstrap, JPA (Hibernate / HSQLDB / Spring Data
JPA), mongoDB and JUnit.</p>
</section>
</section>
</main>
</div>
<div class="fluid-container footer-container">
<footer class="footer fluid-block">
<div class="footer-sections">
<h5>On this site</h5>
<ul class="footer-sections-links">
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Docs</a></li>
<li><a href="ecosystem.html">Ecosystem</a></li>
<li><a href="faq.html">FAQ</a></li>
<li id="footer-issue-tracking"><a href="issuetracking.html">Issue Tracking</a></li>
</ul>
</div>
<div>
<h5>External links</h5>
<ul class="footer-sections-links">
<li><a href="https://bsky.app/profile/thymeleaf.org">Follow us on Bluesky</a></li>
<li><a href="https://github.com/thymeleaf">Fork us on GitHub</a></li>
</ul>
</div>
</footer>
<div class="copyright fluid-block">Copyright © Thymeleaf</div>
<div class="license fluid-block">
Thymeleaf is <strong>open source</strong> software distributed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a><br/>
This website (excluding the names and logos of Thymeleaf users) is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0 License</a>
</div>
</div>
</body>
</html>