Was wondering what kind of software and hardware component cant fail in a rmi program?
so for example in a client server model when a client invokes an object in the server?
thanks
Was wondering what kind of software and hardware component cant fail in a rmi program?
so for example in a client server model when a client invokes an object in the server?
thanks
Here's a quick list of RMI related failures:
In general, I'm not a big fan of Java RMI. While it takes care of some problems, its implementation in traditional enterprise networks have caused me more problems than it saves. There usually are other choices out there.