spring 整合dwr

 web.xml


	 
	    dwr-invoker 
	     org.directwebremoting.servlet.DwrServlet  
        
            config_core
            
            
                /WEB-INF/classes/dwr/dwr_core.xml
            
          
		 
		  debug 
		  true 
		 
	 
	    
	  dwr-invoker 
	  /dwr/* 
	
	

 dwr_core.xml



	
		 
            
               
               
        
        
	

 applicationContext_core.xml


 

 

你可能感兴趣的:(spring)