How to implement callback in RMI
843793May 21 2002 — edited May 22 2002I get two questions about RMI and hope some java gurus could help me out.
1. The RMI Specification says RMI can support callbacks from servers to client. I wonder how to do it? Is it necessary to build another RMI server object at the client side?
2. RMI can supports both remote and local invocation in Java? Is RMI the only way for local invocation? Does Java has any counterpart of local Interprocess Communication(IPC)?
Thanks