Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

下面这些教程用来开始学习Struts 2.每一个教程的例子项目可以从Google Code - http://code.google.com/p/struts2-examples/downloads/list 通过两种方式获取:第一种用ant建立程序,第二种用Maven管理和简历程序。

(tick)

The Struts 2 user mailing list is an excellent place to get help. If you are having a problem getting the tutorial example applications to work search the Struts 2 mailing list. If you don't find an answer to your problem, post a question on the mailing list.

开始

如何建立一个Struts 2 Web程序

Hello World

使用Struts 2 标签

编写Struts 2 的Actions

处理表单

表单验证

信息资源文件

异常处理

Debugging Struts

Struts 2 表单标签

用XML验证表单

控制标签

通配符方法选择

Struts 2 Themes

Spring和Struts 2

Struts 2注解

介绍拦截器

Unit测试

Http Session

Preparable Interface