I am new to RMI.
We have a server component that runs within its own JVM.It needs to callback on client applets/consoles etc.
Rather than the client implementing an interface and distributing the interface and remotng stub to the server ,we wish the server to define an interface and implementation stub;which the interested clients can extend/implement.
Is this a possible framework?
Any help will be appreciated.
Bookmarks