vote up 0 vote down star

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?

flag

1 Answer

vote up 2 vote down check

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|flag

Your Answer

Get an OpenID
or

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