> I am also not a fan of MVC frameworks for GUI applications.  Basically, I 
> think their fundamental premise (that MVC is a valid approach to global 
> application design) is crap, but I'll save it for another time or never.

I used to agree with this, but now I see some value in the concept of a 
macro-level MVC design. I don't know that using a framework is necessarily the 
right way to accomplish it, but I do think the design pattern is valid. I also 
think it works well with the load/store model, since load()/store() is 
basically a higher-level get/set, and the event support can be provided by 
Pivot's new pub/sub messaging API.

Reply via email to