intro polish

This commit is contained in:
Keith Donald
2008-05-14 03:41:16 +00:00
parent 01cba0d795
commit 9059d00d7b
2 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<div class="section">
<h1>Welcome to Spring Travel</h1>
<p>
This reference application shows how to use Spring MVC and Web Flow together with JavaServerPages (JSP) and Tiles to power web applications.
This reference application shows how to use Spring MVC, Spring Javascript, and Spring Web Flow together with JavaServerPages (JSP) and Tiles to power rich web applications.
</p>
<p>
The key features illustrated in this sample include:
@@ -15,8 +15,10 @@
<li>Managed persistence contexts with the Java Persistence API (JPA)</li>
<li>Unified Expression Language (EL) integration</li>
<li>Spring Security integration</li>
<li>Annotated POJO @Controllers for implementing RESTful user interactions.
<li>Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library</li>
<li>Applying reusable page layouts with Tiles</li>
<li>Page layout and composition with Tiles</li>
<li>A Javascript API for decorating HTML elements with behaviors such as Ajax, validation, and effects.
<li>Exception handling support across all layers of the application</li>
<li>Spring IDE tooling integration, with support for graphical flow modeling and visualization</li>
</ul>