diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml index 0456d27f..0180ed75 100755 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/intro.xhtml @@ -11,8 +11,8 @@
- This reference application illustrates Spring Faces, - 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.
The key features illustrated in this sample include: diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp index 8868fe9b..3feba873 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/intro.jsp @@ -3,7 +3,7 @@
- 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.
The key features illustrated in this sample include: @@ -15,8 +15,10 @@