Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Amol Limaye
@amol_r_limaye
14 yrs a dev I Loves to code I shares insights about Microservices | Java | Spring | Git | Development tools and processes Views are personal
Subscribe
Save as PDF
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