Event Driven Web Application Design Article on the YUI Blog
What started as a blog post grew out to be an article for ALA or Thinkvitamin but then ended up on the official blog of the YUI. In the article I am explaining a different approach than using frameworks or standard web design methodologies to create web applications. Instead of concentrating on the technology or the user agent conformity of the application you concentrate on how the app should react to what users do. Separation of Structure, Presentation and Behaviour was just the beginning. Separating out the events that drive the application might just make it easier to build complex applications. I know it did for me.
- Check out “Event Driven Web Application Development over at the YUI blog”:http://yuiblog.com/blog/2007/01/17/event-plan/
[tags]web application,application development,events,methodology,development[/tags]


January 18th, 2007 at 10:17 am
Brace yourself for a picture of Christian if you click that link!
January 18th, 2007 at 3:30 pm
Excellent article. The Custom Events of YUI is perhaps one of the most underrated component. I’m playing around with an event-based mechanism in PHP, its quite straightforward to set-up – and the power it offers…
I’m surprised, considering AWT and Swing in Java, that there isn’t an obvious web application framework that’s based on events.