hibernate框架web.xml配置文件


    xmlns="http://java.sun.com/xml/ns/javaee" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
    http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">


      
 
    login.jsp
 

  
 
   
        contextConfigLocation
        classpath:ApplicationContext-2.xml
   

   
   
        org.springframework.web.context.ContextLoaderListener
   

   
   
        openSessionInViewFilter
        org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
       
            singleSession
            false
       

   

   
        openSessionInViewFilter
        /*
   

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

   
        struts2
        /*
   


 

你可能感兴趣的:(hibernate框架web.xml配置文件)