首先登陆网站 www.apache.org
找到struts的链接,最好是下载struts-xxx-all.zip,xxx表示版本信息,all表示包括src和doc
doc中我认为有用的几个文件
index.html
examples.html
step-by-step.html
strutsxml-examples.html
可以根据文档中的例子做测试,学习。
src包下有struts的源码,有时间应多学习高手的代码风格。