up vote 0 down vote favorite
share [g+] share [fb]

How do I expose multiple objects with RMI using Spring?

I start with what is written here.

What if I want to expose more objects, must I declare another instance of RMIServiceExporter?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes you need to declare an instance of RMIServiceExporter for each service you wish to expose. Each RMIServiceExporter can only be associated with a single service instance and service interface.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.