Description Implementation Applets AppletsII Reference Project1


Project Goal

I am analyzing the total items that people checked-out over entire year of 2007 & create a 3D visualization. Basically I first retrieve all the items that people checked-out for a specific hour and separate all these items to book category & media category, and then I remember how many items are there in each category. Once I have two different counts in this hour, I go to next hour and continue the process. Once I have two different counts for a day, I further go to the next day and repeat the same stuff. My program will load these data into the 3D plane once I have two different counts in the entire year of 2007.