与Struts 1.X不同,Struts2引入了WebWork的配置机制,在很大程度上提高了配置的灵活度。通过使用配置可以配置如下内容:
    
        
            | 配置类型 | 配置文件 | 
        
            | Struts2   参数配置 | struts.properties | 
        
            | Struts2   Action 配置 | struts.xml | 
        
            | Struts2   Result 配置 | struts.xml | 
        
            | Struts2   Exception Handling 配置 | struts.xml | 
        
            | Struts2   Intercept 配置 | struts.xml | 
        
            | Struts2   多配置文件 | struts.xml | 
    
另外还说明了Action接口和ActionSupport类的一些情况。ExtJS教程-
 Hibernate教程-
Struts2 教程-
Lucene教程