1. Exporting the service using the RmiServiceExporter ! forum.springsource.org16.2.1. Exporting the service using the RmiServiceExporter Using the RmiServiceExporter, we can expose the interface of our AccountServer object as RMI object. The interface can be accessed by using RmiProxyFactoryBean, or ... |
2. Making Service Exported by RmiServiceExporter stateful forum.springsource.orgMaking Service Exported by RmiServiceExporter stateful Hi, I have a service that I want to expose to the outside world on RMI protocol. My bean definition looks like following: |