They both support FreeMarker, Thymeleaf, Mustache/Handlebars, and Micronaut also supports Rocker, Soy, Pebble,JTE and Turbo, but not Groovy. Iām curious to know if anyone has successfully integrated and used Micronaut Views in a Grails project. If not, is there a desire to use it.
g
giangio
04/03/2024, 11:19 AM
Out of curiosity, are you having specific issues with GSP?
m
Michael Yan
04/03/2024, 12:04 PM
GSP is strongly bound to Grails, and can only be used in Grails at this time, for those who have old projects that use other view templates, such as freemarker, thymeleaf, and don't plan to switch to GSP. In addition, some teams don't want to use compiled templates, they are technology-neutral and worried about the risk.
š 1
Michael Yan
04/03/2024, 4:40 PM
I have completed to make 99% of the GSP can work in Spring Boot, but there are still a few tag libraries do not work.