Replaced references to JSP with references to Thymeleaf.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<div>
|
||||
<h1>Welcome to Spring Travel</h1>
|
||||
<p>
|
||||
This sample demonstrates how to use Spring MVC and Spring Web Flow together with JavaServerPages (JSP) and Tiles.
|
||||
This sample demonstrates how to use Spring MVC and Spring Web Flow together with Thymeleaf and Tiles.
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
@@ -65,7 +65,7 @@
|
||||
<li>Spring MVC custom namespace</li>
|
||||
<li>Spring Security integration</li>
|
||||
<li>Annotated POJO @Controllers for implementing RESTful user interactions.</li>
|
||||
<li>Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library</li>
|
||||
<li>Declarative page authoring with Thymeleaf and its Spring MVC's integration features.</li>
|
||||
<li>Page layout and composition with Apache Tiles</li>
|
||||
<li>A JavaScript API for decorating HTML elements with behaviors such as Ajax, validation, and effects.</li>
|
||||
<li>A grid layout with Blueprint CSS</li>
|
||||
|
||||
Reference in New Issue
Block a user