Re: Version 1.5 event model

2011-10-03 Thread Dan Retzlaff
Hi Jeffrey, Whether or not events are helpful for your application really depends on your application. If you have components that know about each others' existence for the sole purpose of notifications, abstracting those exchanges into events is a clean way to decoupled those components. The def

Version 1.5 event model

2011-10-03 Thread Jeffrey Schneller
I am currently converting an app to version 1.5.1 and am starting to look into/work with the event model. What is the suggested approach for using the event model? Should all Ajax be moved to the event model (anywhere where in 1.4 the code had target.addComponent or target.addJavascript calls)?