Author: husted
Date: Wed Mar 29 08:18:48 2006
New Revision: 389820

URL: http://svn.apache.org/viewcvs?rev=389820&view=rev
Log:
Action2 Apps
* Mailreader Tour - Work in Progress
** Up to "Welcome.do" 

Removed:
    struts/sandbox/trunk/action2/README.txt
Modified:
    
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java
    struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml

Modified: 
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java?rev=389820&r1=389819&r2=389820&view=diff
==============================================================================
--- 
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java
 (original)
+++ 
struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/ApplicationListener.java
 Wed Mar 29 08:18:48 2006
@@ -50,6 +50,9 @@
  * <li>Class to store protocol list (an array here). </li>
  * <p/>
  * </ul>
+ * <p>
+ * DEVELOPMENT NOTE - Another approach would be to instantiate the database 
via Spring.
+ * </p>
  */
 
 public final class ApplicationListener implements ServletContextListener {

Modified: 
struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml?rev=389820&r1=389819&r2=389820&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml 
(original)
+++ struts/sandbox/trunk/action2/apps/mailreader/src/webapp/WEB-INF/web.xml Wed 
Mar 29 08:18:48 2006
@@ -5,13 +5,13 @@
     <display-name>Action2 Mailreader</display-name>
 
     <filter>
-        <filter-name>webwork</filter-name>
+        <filter-name>action2</filter-name>
         <filter-class>
             com.opensymphony.webwork.dispatcher.FilterDispatcher</filter-class>
     </filter>
 
     <filter-mapping>
-        <filter-name>webwork</filter-name>
+        <filter-name>action2</filter-name>
         <url-pattern>/*</url-pattern>
     </filter-mapping>
 
@@ -28,17 +28,7 @@
     </listener>
 
     <welcome-file-list>
-        <welcome-file>index.jsp</welcome-file>
         <welcome-file>index.html</welcome-file>
     </welcome-file-list>
 
-    <!--
-        This typically isn't required, as the taglib is included in 
webwork.jar.
-        If you really need a taglib configuration within web.xml, copy 
webwork/src/java/META-INF/taglib.tld
-        to the WEB-INF directory as webwork.tld.
-     -->
-    <!--taglib>
-        <taglib-uri>webwork</taglib-uri>
-        <taglib-location>/WEB-INF/webwork.tld</taglib-location>
-    </taglib-->
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to