You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2006/03/29 22:30:49 UTC

svn commit: r389881 - in /struts/sandbox/trunk/action2: PRACTICES.txt README.txt

Author: husted
Date: Wed Mar 29 12:30:47 2006
New Revision: 389881

URL: http://svn.apache.org/viewcvs?rev=389881&view=rev
Log:
PRACTICES
* Add links to other resources
README 
* Update status of MailReader 

Modified:
    struts/sandbox/trunk/action2/PRACTICES.txt
    struts/sandbox/trunk/action2/README.txt

Modified: struts/sandbox/trunk/action2/PRACTICES.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/PRACTICES.txt?rev=389881&r1=389880&r2=389881&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/PRACTICES.txt (original)
+++ struts/sandbox/trunk/action2/PRACTICES.txt Wed Mar 29 12:30:47 2006
@@ -40,3 +40,18 @@
 
 * Centralize other application and business logic into a base class that action can share. 
 
+
+----
+
+Other Best Practice Resources 
+
+* Showcase Best Practices thread - http://forums.opensymphony.com/thread.jspa?messageID=24691&#24691
+
+* Original "Action 1" Catalog - http://husted.com/struts/catalog.html
+
+* Wiki version - http://wiki.apache.org/struts/StrutsCatalog
+
+* "Action 1" Best Practices - http://opensource.atlassian.com/confluence/oss/pages/viewpageattachments.action?pageId=829
+
+
+

Modified: struts/sandbox/trunk/action2/README.txt
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/README.txt?rev=389881&r1=389880&r2=389881&view=diff
==============================================================================
--- struts/sandbox/trunk/action2/README.txt (original)
+++ struts/sandbox/trunk/action2/README.txt Wed Mar 29 12:30:47 2006
@@ -70,13 +70,14 @@
 ** http://forums.opensymphony.com/thread.jspa?threadID=23777&tstart=0
 
 * Display an unexpected exception on an error page. 
-
+** What's the conditional logic using JSP tags?
 
 ----------------------------------------------------------------------------
 
 STATUS - MAILREADER
 
-* Work in progress.
+* Feature complete, but some marginal issue remain. 
+* Working on Tour
 
 ----
 
@@ -168,7 +169,7 @@
 ----
 
 Tour
-* TODO
+* In progress
 
 ----
 
@@ -187,6 +188,11 @@
 <saf:if test=" %this.exception.message?exists">
 
 <saf:if test=" #(exception.message} != null ">
+
+----
+
+ApplicationListener
+* Another approach would be to instantiate the database via Spring.
 
 
 ====



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org