Wednesday, March 3, 2010
JGroups
To implement fail-over operation in java application, you can easily use jgroups (www.jgroups.org) library. If your application is not a J2EE based architecture (basically EJB containers involved) and its a POJOs based then JGroups will be the best fit for detecting node addition and deletion scenarios (may be one of the best available options).