intro polish
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<div class="section">
|
||||
<h1>Welcome to Spring Travel</h1>
|
||||
<p>
|
||||
This reference application illustrates <a href="http://www.springframework.org/faces">Spring Faces</a>,
|
||||
a software library that integrates Spring and JavaServerFaces technology to power rich web applications.
|
||||
This reference application illustrates how to use Spring MVC, Spring Web Flow, and Spring Faces
|
||||
together to power rich web applications based on Spring and JavaServerFaces technology.
|
||||
</p>
|
||||
<p>
|
||||
The key features illustrated in this sample include:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user