There is a wonderful article (Event-Driven Web Application Design) who inspired me to create this library. In this paper, Christian Heilmann opened my eyes about the future of the web applications.
After reading the paper, I started digging and playing around with the YUI Custom Event, and I decided to create my own library to simplify the use of the Event-Driven technique, extending the YUI base functionality to easily define functionalities for different components in a webpage, specially if this webpage has dynamic areas, and this areas will be changing constantly using AJAX.
I recommend you to read carefully the Christian Heilmann's paper, specially the last part, where he wrote about how to plan an Event-Driven application, and how this technique will become the future of the web application as a result of an evolutive process.
Recently, I has wrote a couple of articles for the YUI Blog, trying to explain the event model for bubbling library.







