[seam-commits] Seam SVN: r10865 - in examples/trunk/servlet-permalink: src/main/webapp/WEB-INF and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 11 16:32:54 EDT 2009
Author: dan.j.allen
Date: 2009-05-11 16:32:54 -0400 (Mon, 11 May 2009)
New Revision: 10865
Modified:
examples/trunk/servlet-permalink/readme.txt
examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/web.xml
Log:
rename from Servlet Container to Servlet Environment
Modified: examples/trunk/servlet-permalink/readme.txt
===================================================================
--- examples/trunk/servlet-permalink/readme.txt 2009-05-11 20:31:59 UTC (rev 10864)
+++ examples/trunk/servlet-permalink/readme.txt 2009-05-11 20:32:54 UTC (rev 10865)
@@ -1,11 +1,11 @@
-Seam Permalink Example (Servlet Container)
-==========================================
+Seam Permalink Example (Servlet Environment)
+============================================
-This example demonstrates the use of Seam 3 in a Servlet container environment
-(Tomcat 6 / Jetty 6). Contextual state management and dependency injection are
-handled by JSR-299. Transaction and persistence context management is handled
-by the EJB 3 container. No alterations are expected to be made to the Servlet
-container. All services are self-contained within the deployment.
+This example demonstrates the use of Seam 3 in a Servlet environment (Tomcat 6
+/ Jetty 6). Contextual state management and dependency injection are handled by
+JSR-299. Transaction and persistence context management is handled by the EJB 3
+container. No alterations are required to be made to the Servlet container. All
+services are self-contained within the deployment.
This example uses a Maven 2 build. Execute the following command to build the
WAR. The WAR will will be located in the target directory after completion of
Modified: examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/web.xml
===================================================================
--- examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/web.xml 2009-05-11 20:31:59 UTC (rev 10864)
+++ examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/web.xml 2009-05-11 20:32:54 UTC (rev 10865)
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
- <display-name>Seam Permalink Example (Servlet Container)</display-name>
+ <display-name>Seam Permalink Example (Servlet Environment)</display-name>
<context-param>
<param-name>facelets.DEVELOPMENT</param-name>
More information about the seam-commits
mailing list