ssh框架搭建

1.在web.xml中配置struts2的过滤器和spring的监听

        struts2
        org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
   
   
        struts2
        /*
   

   
  org.springframework.web.context.ContextLoaderListener

 

2.创建struts2.xml和applicationcontext.xml以及hibernate.cfg.xml

1)struts2.xml:控制业务跳转

  2)applicationContext.xml:












classpath:hibernate.cfg.xml











 
     
   
   
       
              
 









3)hibernate.cfg.xml:

   update
  true
  true

你可能感兴趣的:(ssh框架搭建)