Match the template engines with their definitions.
Using Spring MVC
Template engines specifics
Report a typo
Match the items from left and right columns
JSP
Thymeleaf
Freemarker
The default method for implementing MVC in Spring. With the help of it, we can write normal HTML pages with variables that allow us to build dynamic pages with the data from our model.
It allows the processing of HTML, XML, text, Javascript, and CSS files. It also allows for more complex templating, such as conditional evaluation within the HTML template.
It's built by Apache and can generate web pages, source code, XML, configuration files, emails, and other text-based formats.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.