From: <yo...@us...> - 2009-10-27 13:33:32
|
Revision: 219 http://treebase.svn.sourceforge.net/treebase/?rev=219&view=rev Author: youjun Date: 2009-10-27 13:33:26 +0000 (Tue, 27 Oct 2009) Log Message: ----------- Modified Paths: -------------- trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/applicationContext.xml Modified: trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/applicationContext.xml =================================================================== --- trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/applicationContext.xml 2009-10-27 00:42:46 UTC (rev 218) +++ trunk/oai-pmh_data_provider/data_provider_web/src/main/webapp/WEB-INF/applicationContext.xml 2009-10-27 13:33:26 UTC (rev 219) @@ -9,5 +9,21 @@ http://www.directwebremoting.org/schema/spring-dwr http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd"> + <!-- ========================================================== --> + <!-- LIST OF DWR beans/methods --> + <!-- ========================================================== --> + + + + <!-- bean id="remoteAjaxProgressListener" class="org.cipres.treebase.web.controllers.AjaxProgressListener"> + <dwr:remote javascript="RemoteAjaxProgressListener"> + <dwr:include method="getStatus"/> + </dwr:remote> + </bean --> + <!-- dwr:configuration> + <dwr:convert type="bean" class="org.cipres.treebase.web.model.UploadInfoBean"/> + </dwr:configuration --> + + </beans> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |