Re: Model/View/Controller architecture




> I've seen some widgets in GNOME programs that use model/view/controller
> architecture (Eye Of Gnome, for example). I'm interested in learning
> more about this. Can anyone suggest some books or maybe there is an
> article in GNOME repository about it? Which GNOME projects use it?

Gill, GIMP, Evolution, Gnumeric and Eye of Gnome use variations on the
technique.  It is pretty common for applications that must display the
same information in multiple places, or with different viewing methods.

The "Design Patterns" book talks a bit about it, and various books on
programming discuss the procedure as well.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]