Ahmet Fatih Mustacoglu CGL Report

Tuesday, September 04, 2007

Progress Report September 5, 2007

I am working on designing and the implementation of our consistency model of our system via implementing consistency model, consistency protocol, and update propagation for our system. We are going to automate the safe operations in the system, and if it is not safe then we are going to report it to the user to decide what to do. Users are going to be able to define "get latest updates" or "let me choose" options in the property file.

I have read Java Threads book and some paper before designing our consistency model. I am done with designing the automated consistency model as a consistency manager class and abstract class, which is a base class for each annotation website. And each annonation website class will be implemented as Java Thread.

I have started to implement consistency mechanism described above.