Thursday, January 11, 2007

Development plan

The project will be track by the plan. Had done today.

The HttpSessionBindingEvent

The listener of HttpSessionBindingEvent used for collecting the site user session event. When i wish to count the users online of a web application.

The interface HttpSessionAttributeListener and attributeReplaced method is always called and then i can event.getSession() is return the current session object. So, i can getAttribute to get the current value, and the event.getValue() is the old attribute value returned.