Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by MichaelJouravlev: http://wiki.apache.org/struts/StrutsQuickStart ------------------------------------------------------------------------------ - This is a fast track Struts guide for JSP developers. It starts with a simple employee list of an imaginary company, implemented with pure JSP (Model 1), servlet + JSP (Model 2) and with Struts + JSP (which is also Model 2). After familiarity with Struts is established, this guide delves into event handling, action interaction, form submission and ulitimately finishes with complete Struts-based CRUD (Create, Retrieve, Update, Delete) application. + This is a fast track Struts guide for JSP developers. It starts with a simple employee list of an imaginary company, implemented with pure JSP (Model 1), servlet + JSP (Model 2) and with Struts + JSP (which is also Model 2). + inline:employee_list.gif + + After familiarity with Struts is established, this guide delves into event handling, action interaction and form submission. + + inline:employee_list_view.gif + inline:employee_view.gif + + and ulitimately finishes with complete Struts-based CRUD (Create, Retrieve, Update, Delete) application. + + inline:employee_list_crud.gif + inline:employee_edit.gif + - * [:StrutsQuickStartJSP:A simple Model 1 application (pure JSP)] + * [:StrutsQuickStartJSP:A simple employee list (pure JSP)] - * [:StrutsQuickStartServletJSP:A simple Model 2 application (servlet + JSP)] + * [:StrutsQuickStartServletJSP:Converting employee list page to a Model 2 app (servlet + JSP)] - * [:StrutsQuickStart1:Converting Model 2 application into Struts application] + * [:StrutsQuickStart1:Converting Model 2 app into Struts app] - * [:StrutsQuickStart2:Handling user events] + * [:StrutsQuickStart2:Handling user events in Action class] * [:StrutsQuickStart3:Action interaction, form beans, submitting HTML forms] - * [:StrutsQuickStart4:Error messages, redisplaying HTML form with errors, CRUD] + * [:StrutsQuickStart4:Error messages, redisplaying HTML form with errors, full-blown CRUD] Download the sample WAR file with the source code: attachment:crud.war.