not all of spring remoting support call back.
there are five choice in sprint RMI:
1. traditional RMI <------ ***
2. spring RMI wrapper for arbitery objects
3. caucho hession
4. caucho burlap...
Type: Posts; User: steeven; Keyword(s):
not all of spring remoting support call back.
there are five choice in sprint RMI:
1. traditional RMI <------ ***
2. spring RMI wrapper for arbitery objects
3. caucho hession
4. caucho burlap...
1000 loop test:
testDirectAccountService:10 ---direct java call
testDirectAccountServiceR:20
testAccountService:40 ---factory.getBean(xxx)
testAccountServiceR:40...
I made a 1000 loop test on local bean and RMI bean invokation:
testAccountService:40ms
testAccountServiceR:50ms
testRMIAccountService:7731ms (normal object rmi service with RmiInvocationWrapper)...