From the course: Spring Web MVC 6
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Overview of Thymeleaf - Spring Tutorial
From the course: Spring Web MVC 6
Overview of Thymeleaf
- [Instructor] Before getting started with the development of a use case in our application, let's also take a quick look at the overview of Thymeleaf. Thymeleaf is a modern server-side Java template engine which helps us to create dynamic views. It is used for both web and standalone application development. It builds on a concept which is called natural templates. This means that when you integrate Thymeleaf code with your HTML templates, the HTML code still looks and works like HTML. So if you have your design prototypes in the form of HTML for your app, you can still retain those artifacts as they are in your project. You do not have to spend a lot of time trying to transform that and cater it to the specific UI language that you're using. You can retain your HTMLs as they are. Thymeleaf can process a variety of templates and each one of them is called template mode. So it can process HTML, XML, XHTML, CSS, and…
Contents
-
-
-
Overview of Spring MVC2m 32s
-
(Locked)
Why use Spring MVC?2m 33s
-
(Locked)
Spring MVC request processing flow2m 39s
-
(Locked)
Project development overview3m 8s
-
(Locked)
Use Spring Boot to create an MVC application6m 7s
-
(Locked)
Overview of Thymeleaf2m 56s
-
(Locked)
Set up the Collectibles app7m 10s
-
(Locked)
Set up the home page flow7m 54s
-
(Locked)
Fragment the home page into modular components6m 10s
-
(Locked)
Link HTML pages from the home page9m 8s
-
(Locked)
ViewResolvers3m 3s
-
-
-
-
-
-
-