Author: husted Date: Sat Aug 12 11:44:35 2006 New Revision: 431067 URL: http://svn.apache.org/viewvc?rev=431067&view=rev Log: Rename Action folders back to Struts.
Added: struts/sandbox/trunk/mailreader-course/struts/ - copied from r430377, struts/sandbox/trunk/mailreader-course/action/ struts/sandbox/trunk/mailreader-course/struts/lab-1-1-src/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action/lab-1-1-src/ struts/sandbox/trunk/mailreader-course/struts/lab-1-2-src/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action/lab-1-2-src/ struts/sandbox/trunk/mailreader-course/struts/lab-1-3-src/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action/lab-1-3-src/ struts/sandbox/trunk/mailreader-course/struts/lab-1-4-src/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action/lab-1-4-src/ struts/sandbox/trunk/mailreader-course/struts/lab-2-1-src/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action/lab-2-1-src/ struts/sandbox/trunk/mailreader-course/struts2/ - copied from r430377, struts/sandbox/trunk/mailreader-course/action2/ struts/sandbox/trunk/mailreader-course/struts2/browse/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/browse/ struts/sandbox/trunk/mailreader-course/struts2/hello/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/hello/ struts/sandbox/trunk/mailreader-course/struts2/lab-1-3/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/lab-1-3/ struts/sandbox/trunk/mailreader-course/struts2/localize/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/localize/ struts/sandbox/trunk/mailreader-course/struts2/logout/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/logout/ struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-action2.iml - copied unchanged from r431066, struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.iml struts/sandbox/trunk/mailreader-course/struts2/mailreader-course-action2.ipr - copied unchanged from r431066, struts/sandbox/trunk/mailreader-course/action2/mailreader-course-action2.ipr struts/sandbox/trunk/mailreader-course/struts2/menu/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/menu/ struts/sandbox/trunk/mailreader-course/struts2/profile/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/profile/ struts/sandbox/trunk/mailreader-course/struts2/register2/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/register2/ struts/sandbox/trunk/mailreader-course/struts2/retain/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/retain/ struts/sandbox/trunk/mailreader-course/struts2/subscribe/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/subscribe/ struts/sandbox/trunk/mailreader-course/struts2/theme/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/theme/ struts/sandbox/trunk/mailreader-course/struts2/welcome/ - copied from r431066, struts/sandbox/trunk/mailreader-course/action2/welcome/ Removed: struts/sandbox/trunk/mailreader-course/action/ struts/sandbox/trunk/mailreader-course/action2/ struts/sandbox/trunk/mailreader-course/struts2/lab-1-0/ struts/sandbox/trunk/mailreader-course/struts2/lab-1-1/ struts/sandbox/trunk/mailreader-course/struts2/lab-1-2/ struts/sandbox/trunk/mailreader-course/struts2/lab-2-1/ struts/sandbox/trunk/mailreader-course/struts2/lab-2-2/ struts/sandbox/trunk/mailreader-course/struts2/lab-2-3/ struts/sandbox/trunk/mailreader-course/struts2/lab-3-1/ struts/sandbox/trunk/mailreader-course/struts2/lab-3-2/ struts/sandbox/trunk/mailreader-course/struts2/lab-3-3/ struts/sandbox/trunk/mailreader-course/struts2/lab-4-1/ struts/sandbox/trunk/mailreader-course/struts2/lab-4-2/ Modified: struts/sandbox/trunk/mailreader-course/STATUS.txt Modified: struts/sandbox/trunk/mailreader-course/STATUS.txt URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/STATUS.txt?rev=431067&r1=431066&r2=431067&view=diff ============================================================================== --- struts/sandbox/trunk/mailreader-course/STATUS.txt (original) +++ struts/sandbox/trunk/mailreader-course/STATUS.txt Sat Aug 12 11:44:35 2006 @@ -16,19 +16,22 @@ COURSE SUMMARY -The Struts MailReader Training Course is a step-by-step introduction to the -leading web application frameworks for Java. Lectures are reinforced by -several labs designed to explore common problems and best practice soutions. -This course is intended for developers who want field-tested advice on how -to get your applications working the "Struts Way". +The MailReader Training Course for Struts 2 is a step-by-step introduction to +the next generation of Struts applications. After completing the course, you +will be equipped to create and maintain basic Struts applications, including +all necessary client-side and server-side programming. + +Presentations are reinforced by workshops designed to explore common problems +and best-practice solutions. This course is intended for developers who want +field-savvy advice on how to get your applications working the "Struts 2 Way". COURSE OBJECTIVES - * Present and apply MVC application architecture - * Build a working web application - * Understand how to unit test web applications - * Explore key best practices - * Use popular extensions to increase productivity + * Present and apply MVC application architecture + * Build a working web application + * Understand how to unit test web applications + * Explore key best practices + * Use popular extensions to increase productivity AUDIENCE @@ -43,21 +46,13 @@ SOURCE CODE -A set of "starter" source files are provided for each lab under folders -labeled in the style +An example of each completed lab is provided in a folder named for the +corresponding use case. -* lab-#-# +SESSSION NOTES -where #-# is the day and session number for the lab. - -An example of each completed lab is provided under a companion folder labeled - -* lab-#-#-src - -LECTURE NOTES - -Notes for the lecture session introducing each lab are maintained on the +Notes for the presentation introducing each workshop are maintained on the Struts University wiki. For the notes and a session outline see: -* http://StrutsUniversity.org/MailReader+Training+Course + * http://StrutsUniversity.org/MailReader+Training+Course ==============================================================================