Simple examples of SpringMVC projects that uses different view generation mechanisms.
spring-mvc-<engine>
- example project that uses some (template engine/JSP) to generate the view.spring-mvc-generic
- contains controllers shared between other projects.
spring-mvc-freemarker
- Example usage of FreeMarker template engine.spring-mvc-thymeleaf
- Example usage of Thymeleaf template engine.spring-mvc-freemarker-wro4j
- Example usage of FreeMarker template engine with wro4j-maven-plugin. Automatically compiles less files and minifies css and js files. (...so far the best solution!)
- Add Velocity project
- Add JSP project
... any volunteers???
I hope you found here something useful and/or interesting. Help keep this repository growing in more and better projects.