Amol Limaye Profile picture
14 yrs a dev I Loves to code I shares insights about Microservices | Java | Spring | Git | Development tools and processes Views are personal
Jan 11, 2022 6 tweets 6 min read
Various view technologies can be integrated in Spring MVC for the 'View' part of application. #spring #Java #development
For that, we can create 'template' files that are populated with data at run time by the templating engine.
🧵on MVC Templating engines👇 @threadreaderapp
Spring supports below engines. Follow links for details on that template engine.
ThymeLeaf - thymeleaf.org/documentation.…
Freemarker - freemarker.apache.org
Velocity - velocity.apache.org/engine/1.7/use…
Groovy - groovy-lang.org/templating.htm…
#spring #Java #development