Template engines specifics

Report a typo

Match the template engines with their definitions.

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.
___

Create a free account to access the full topic