Friday, December 18, 2009

Eco-Depot 2.1

Here is my final release of EcoDepot project. This project I must say, was not easy. It required me to study the new framework wicket in about two months and be able to produce a quality application. It seemed like an impossible task at first, at least for me, though in the end it was a good experience.

The improvements I've made since our release of version 1.0 includes, the addition of google charts and traffic light functions. These two were the main functions of our wicket application and was quite possibly the most difficult to implement. I have learned throughout implementing the google chart and also for the most part of the project that it is extremely difficult to learn a completely new framework in a short period of time. Most of the tasts that were assigned to us takes a good amount of reaserch work before you even begin coding. Even though I thought some of the tasks were brutal, I believe in the end it taught me some good lessons.

I have also modified the google chart so that it can deal with hourly/daily/weekly datas. This did not take much of an effort, since most of the fucntions required to accomplish this task was already created previously. I also modified the chart so that it can also print Carbon Emitted values. This also was quite a easy task, for the same reason that I have mentioned above.

I have also made some modifications to the traffic light page. The first modifcation was to store cached information of the traffic light value inside the server so that when a next user access the same page, depending on the time access, he can reuse the value without having to recompute it. I also modified the code so that the traffic light is updated every 60 seconds automatically. This was done via the use of Ajax and this was a fairly straightforward task once you have understand how Ajax works.

Overall, I think that this version of EcoDepot came out to be pretty decent. EcoDepot 2.1 can be downloaded here.

No comments:

Post a Comment