Spring 框架第二天 ssd整合 ssh分开整合

一、ssd整合(spring+struts+jdbc)

步骤:
  1. 导入入struts+spring整合需要的jar文件(struts2-spring-plugin-2.3.1.2)
  2. 配置web.xml
    (1)
Spring 框架第二天 ssd整合 ssh分开整合_第1张图片
Paste_Image.png
Spring 框架第二天 ssd整合 ssh分开整合_第2张图片
Paste_Image.png

(2)

contextConfigLocation
classpath:applicationContext.xml


org.springframework.web.context.ContextLoaderListener

  1. 配置 spring文件
Spring 框架第二天 ssd整合 ssh分开整合_第3张图片
Paste_Image.png

源码:



    
  
    struts2
    
        org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    
  
  
  
  config
  struts-default.xml,struts-plugin.xml,config/struts.xml
  
  
  
    struts2
    /*
  
  
  
  org.springframework.web.context.ContextLoaderListener
  
  
  
  
  contextConfigLocation
  classpath:config/applicationContext.xml
  
   
  
    index.jsp
  

  1. 配置struts文件
Spring 框架第二天 ssd整合 ssh分开整合_第4张图片
Paste_Image.png

源码:







/WEB-INF/user/add.jsp
/WEB-INF/user/update.jsp

user_list
/WEB-INF/user/list.jsp



ssh(spring+struts+hibernate) 整合

你可能感兴趣的:(Spring 框架第二天 ssd整合 ssh分开整合)