Skip to content

fanofxiaofeng/Struts2SimpleExample

Repository files navigation

Struts2SimpleExample

Getting Started 中有很多 Struts 2 的例子. 这些例子对我帮助很大, 我在本项目中对它们进行了简答的总结(其实上述链接中已经有很多相关的文档了, 但是我觉得亲自写一下总结对自己会更有帮助). 先列举一下各个例子的链接

  1. How to create a Struts 2 web application
  2. Hello World Using Struts 2
  3. Using Tags
  4. Coding Actions
  5. Processing Forms
  6. Form Validation
  7. Message Resource Files
  8. Exception Handling
  9. Debugging Struts
  10. Form Tags
  11. Form Validation Using XML
  12. Control Tags
  13. Wildcard Method Selection
  14. Themes
  15. Spring and Struts 2
  16. Annotations
  17. Introducing Interceptors
  18. Unit Testing
  19. HTTP Session
  20. Preparable Interface
  21. Exclude Parameters

各个例子的总结请参见以下子目录

  1. basic-struts 对应上述的例子 1 (已完成)
  2. hello-world 对应上述的例子 2 (已完成)
  3. using-tags 对应上述的例子 34 (已完成)
  4. processing-forms 对应上述的例子 56 (已完成)
  5. message-resource 对应上述的例子 7
  6. form-tags 对应上述的例子 10, 11, 12

About

参考[Getting Started](http://struts.apache.org/getting-started/) 而写的简单的Struts2的例子

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages