View Resolvers with Spring Boot: Difference between revisions

From My Limbic Wiki
Line 11: Line 11:
=FreeMarker=
=FreeMarker=
=Apache Velocity=
=Apache Velocity=
https://velocity.apache.org/
=Pebble=
=Pebble=
https://pebbletemplates.io/
https://pebbletemplates.io/

Revision as of 20:18, 23 September 2019

JSP

Thymeleaf

Allow Backend and Frontend developers to communicate throug text inside HTML repalaced at the template rendering with the text contained in the "text" attribute <source lang="html">

Welcome to our grocery store, Sebastian Pepper!

</source>

FreeMarker

Apache Velocity

https://velocity.apache.org/

Pebble

https://pebbletemplates.io/