|
@@ -33,16 +33,18 @@
|
|
|
|
|
|
<!-- Hessian exporter for the ContactManager -->
|
|
|
<!-- Hessian is a slim binary HTTP remoting protocol -->
|
|
|
+<!--
|
|
|
<bean name="/ContactManager-hessian" class="org.springframework.remoting.caucho.HessianServiceExporter">
|
|
|
<property name="service" ref="contactManager"/>
|
|
|
<property name="serviceInterface" value="sample.contact.ContactManager"/>
|
|
|
</bean>
|
|
|
-
|
|
|
+-->
|
|
|
<!-- Burlap exporter for the ContactManager -->
|
|
|
<!-- Burlap is a slim XML-based HTTP remoting protocol -->
|
|
|
+<!--
|
|
|
<bean name="/ContactManager-burlap" class="org.springframework.remoting.caucho.BurlapServiceExporter">
|
|
|
<property name="service" ref="contactManager"/>
|
|
|
<property name="serviceInterface" value="sample.contact.ContactManager"/>
|
|
|
</bean>
|
|
|
-
|
|
|
+-->
|
|
|
</beans>
|