An open API service indexing awesome lists of open source software.

https://github.com/thymeleaf/thymeleafexamples-thvsjsp

Thymeleaf vs JSP - Companion application for the "Spring MVC view layer: Thymeleaf vs. JSP" article at the Thymeleaf website: http://www.thymeleaf.org/thvsjsp.html
https://github.com/thymeleaf/thymeleafexamples-thvsjsp

Last synced: 6 months ago
JSON representation

Thymeleaf vs JSP - Companion application for the "Spring MVC view layer: Thymeleaf vs. JSP" article at the Thymeleaf website: http://www.thymeleaf.org/thvsjsp.html

Awesome Lists containing this project

README

          

Thymeleaf Examples: Thymeleaf vs JSP
------------------------------------

This is an example project for the "Spring MVC view layer: Thymeleaf vs JSP" article

To learn more:

http://www.thymeleaf.org


Building
--------

To build this project you will need Maven 2. You can get it at:

http://maven.apache.org

Clean compilation products:

mvn clean

Compile:

mvn compile

Run in a tomcat server:

mvn tomcat7:run

Once started, the application should be available at:

http://localhost:8080/thvsjsp