You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2010/04/03 19:39:00 UTC

svn commit: r930547 - in /wicket/trunk/wicket-examples/src/main/webapp: WEB-INF/web.xml index.html

Author: ivaynberg
Date: Sat Apr  3 17:38:59 2010
New Revision: 930547

URL: http://svn.apache.org/viewvc?rev=930547&view=rev
Log:
examples cleanup from WICKET-2758

Modified:
    wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
    wicket/trunk/wicket-examples/src/main/webapp/index.html

Modified: wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml?rev=930547&r1=930546&r2=930547&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml Sat Apr  3 17:38:59 2010
@@ -376,7 +376,6 @@
 		</init-param>
 	</filter>
 
-<!-- 
 	<filter>
 		<filter-name>SpringExample</filter-name>
 		<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
@@ -386,8 +385,6 @@
 		</init-param>
 	</filter>
 
- -->
-
 	<filter>
 		<filter-name>GuiceApplication</filter-name>
 		<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
@@ -426,22 +423,6 @@
 		</init-param>
 	</filter>
 
-	<!--  filter>
-		<filter-name>WicketNGApplication</filter-name>
-		<filter-class>org.apache.wicket.ng.protocol.http.WicketFilter</filter-class>
-		<init-param>
-            <param-name>applicationClassName</param-name>
-            <param-value>org.apache.wicket.examples.ng.NGApplication</param-value>
-		</init-param>
-	</filter>
-
-	<filter-mapping>
-		<filter-name>WicketNGApplication</filter-name>
-        <url-pattern>/ng/*</url-pattern>
-        <dispatcher>REQUEST</dispatcher>
-        <dispatcher>INCLUDE</dispatcher>
-	</filter-mapping -->
-
 	<filter-mapping>
 		<filter-name>WicketExamplesMenuApplication</filter-name>
         <url-pattern>/examples/*</url-pattern>
@@ -691,8 +672,6 @@
         <dispatcher>INCLUDE</dispatcher>
 	</filter-mapping>
 
-<!-- 
-
 	<filter-mapping>
 		<filter-name>SpringExample</filter-name>
         <url-pattern>/spring/*</url-pattern>
@@ -700,8 +679,6 @@
         <dispatcher>INCLUDE</dispatcher>
 	</filter-mapping>
 
- -->
-
 	<filter-mapping>
 		<filter-name>GuiceApplication</filter-name>
         <url-pattern>/guice/*</url-pattern>

Modified: wicket/trunk/wicket-examples/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/index.html?rev=930547&r1=930546&r2=930547&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/index.html (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/index.html Sat Apr  3 17:38:59 2010
@@ -58,7 +58,6 @@
 		<tr class="section"><td align="right"><a href="spring">spring</a></td><td> - Demonstrates integration options with the Spring framework.</td></tr>
 		<tr><td align="right"><a href="guice">guice</a></td><td> - Integration with the Google Guice IoC container.</td></tr>
 		<tr><td align="right"><a href="velocity">velocity</a></td><td> - Shows a Velocity panel in action.</td></tr>
-		<tr><td align="right"><a href="ng">new generation</a></td><td> - Shows simple example of new request cycle in action.</td></tr>
     	</tbody>
 		</table>	
 	</div>