Re: [vos-d] MVC

2007-12-12 Thread Lalo Martins
Also spracht Reed Hedges (Mon, 10 Dec 2007 10:28:36 -0500): > Thanks for writing up your thoughts. How important do you think it is > to define specific interfaces for MVC? I tried to define as little as possible and keep them simple ;-) As Peter said, the idea is to define a "registry" interfac

Re: [vos-d] MVC

2007-12-10 Thread Peter Amstutz
Lalo and I talked about this briefly on IRC. In think the central idea is simply to have a repository (the factory in the document) where you can go and say, "I would like to view this object X, with display type Y" and get back a list of possible candidate vobject implementations that can vie

Re: [vos-d] MVC

2007-12-10 Thread Reed Hedges
Thanks for writing up your thoughts. How important do you think it is to define specific interfaces for MVC? One thing I started doing for S4 was a library called "vos toolbox" that as a set of tools, mostly in the form of listener classes and metaobject classes, that can be used to translate ev