From the course: Complete Guide to Spring MVC
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
FreeMarker overview - Spring Tutorial
From the course: Complete Guide to Spring MVC
FreeMarker overview
- [Instructor] FreeMarker. FreeMarker is a flexible and lightweight template engine for generating dynamic content like webpages or emails. It is widely used in Java-based web applications and is particularly suited for developers who prioritize high performance and flexibility. There are five main features of FreeMarker, starting with template syntax. FreeMarker provides advanced scripting capabilities with support for conditional statements, iterations, and macros for reusable template fragments. FreeMarker is also framework-agnostic. This means that unlike Thymeleaf, FreeMarker can be used with any Java web framework, including Spring MVC< Struts, and more. FreeMarker includes separation of concerns. It encourages developers to maintain clean templates by separating presentation logic from Business Logic. For four and five, FreeMarker has high performance and extensibility. It is optimized for large datasets and complex template processing, making a great choice for applications…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Groovy Markup overview4m 23s
-
(Locked)
Thymeleaf4m 34s
-
(Locked)
FreeMarker overview3m 24s
-
(Locked)
Script views overview4m 42s
-
(Locked)
JSP and JSTL overview3m 54s
-
(Locked)
RSS and Atom4m 18s
-
(Locked)
PDF and Excel overview3m 43s
-
(Locked)
Jackson overview5m 3s
-
(Locked)
XML marshalling4m 31s
-
(Locked)
XSLT views overview5m 51s
-
(Locked)
-
-
-