Read Me First! - Struts Community Resources |
Read Me First
Why we need Struts:
- The Problem with JSP by Jason Hunter - Critiques model 1 development
- Understanding JavaServer Pages Model 2 architecture by Govind Seshadri - Seminal article on model 2
From Ground Zero:
Core Prerequesites:
- The Java Tutorial - Trail: Collections
- The Java Tutorial - Trail: JavaBeans
- The Java Tutorial - Trail: Servlets
JSP/Taglib Prerequisites:
- The J2EE Tutorial - JavaServer Pages
- The J2EE Tutorial - JavaBeans Components in JSP Pages
- The J2EE Tutorial - Custom Tags in JSP Pages
Optional:
- Optional: The Java Tutorial - Trail: Internationalization
- Optional: The Java Tutorial - Trail: Reflection
- Optional: The Java Tutorial - Trail: JDBC
- Very Optional: The Java API for Xml Processing (JAXP) Tutorial
-
Extra Credit:
The Java Language Specification
- Extra-Extra Credit: The Java Language Environment - A White Paper
Struts Specific:
- Struts, an open-source MVC implementation -- Malcom Davis .
- Developing Applications with Tomcat ( Even if you are using something else!)
- Struts UserGuide
- Struts JavaDocs -- a good read, really!
- The Struts Catalog -- Recommended design patterns and strategies
readMe.Too
- Surveying the MVC Landscape - Contrasts other frameworks (including Struts) with Barracuda