]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - cms/org.argeo.slc.client.rap/META-INF/spring/commands.xml
Clarify SLC project structure.
[gpl/argeo-slc.git] / cms / org.argeo.slc.client.rap / META-INF / spring / commands.xml
diff --git a/cms/org.argeo.slc.client.rap/META-INF/spring/commands.xml b/cms/org.argeo.slc.client.rap/META-INF/spring/commands.xml
new file mode 100644 (file)
index 0000000..f19c551
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+        http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+       <!-- RAP Specific open JCR file service -->
+       <!-- <bean id="openJcrFileService" class="org.argeo.slc.client.rap.OpenJcrFileService" -->
+       <!-- scope="prototype" init-method="init" destroy-method="destroy"> -->
+       <!-- <property name="repoService" ref="repoService" /> -->
+       <!-- <property name="repositoryFactory" ref="repositoryFactory" /> -->
+       <!-- <property name="keyring" ref="keyring" /> -->
+       <!-- <property name="nodeRepository" ref="nodeRepository" /> -->
+       <!-- </bean> -->
+
+       <bean id="org.argeo.slc.client.rap.openJcrFile" class="org.argeo.slc.client.ui.specific.OpenJcrFile"
+               scope="prototype">
+               <property name="repoService" ref="repoService" />
+       </bean>
+</beans>
\ No newline at end of file