printStatus("Initial state for Joe", joe_);
// Retrieve the pojos from the Server #2
Student mary2 = (Student) cache2_.getObject("/students/54321");
Student joe2 = (Student) cache2_.getObject("/students/65432");
Course foo2 = (Course) cache2_.getObject("/courses/101");
System.out.println("---------------------------------------------");
System.out.println("Modified on Server #1");
// Change state in one of the items. This will be fine-grained replicated
foo_.setRoom("101 Alvarez"); // Modified state on cache #2