摘要:1、 mvc-convention
The Spring MVC Convention Over Configuration application showcases the
new Convention Over Configuration support introduced in Spring 2.0.
        
阅读全文
 
        
     
    
        
        
摘要:1.org.springframework.beans.support.PagedListHolder
PagedListHolder 是一个简单状态的,可以处理对象列表的持有者,它将这些对象分成页面。页号从0开
始。 
        
阅读全文
 
        
     
    
        
        
摘要:1 、 Web 程序的设计原则:
The following items should be noted regarding the web application implementation design:
        
阅读全文
 
        
     
    
        
        
摘要:1 、 Struts1.x 简单配置
a )、配置 struts
       * 拷贝 struts lib 下的所有 jar 到 WEB-INF/lib 下
       * 修改 web.xml 文件,配置 ActionServlet
       * 提供 struts-config.xml 文件
        
阅读全文
 
        
     
    
        
        
摘要:spring+struts的集成(第一种集成方案)原理:在Action中取得BeanFactory对象,然后通过BeanFactory获取业务逻辑对象1、spring和struts依赖库配置* 配置struts--拷贝struts类库和jstl类库--修改web.xml文件来配置ActionServlet--提供struts-config.xml文件--提供国际化资源文件* 配置spring--拷...
        
阅读全文