how to extend an instance of visual class: was using RADs in OO way

Serge Boiko boiko at demogr.mpg.de
Mon May 26 10:36:31 EDT 2003


On Fri, 23 May 2003 13:05:28 -0500, Donnal Walter wrote:

> 
> A year or two ago I developed a set of "visual proxies" for various data 
> modeling classes using wxPython. The implementation itself worked pretty 
> well, but in practice this pattern didn't fit my framework as well as I 
> had hoped. In the end, I abandoned that approach for what I call the 
> Model-View-Presenter (MVP) framework similar to Dolphin Smalltalk. It 
> differs from the MVC architecture in that each "Presenter" wraps a 
> wxPython "View" and adds code to automatically connect to a "Model" 
> inside the data model (as well as simplifying layout, and so on).
> 
> If you want to see some code, look in the CVS repository at:
> http://sourceforge.net/projects/mindwrapper
> 
> Look under Mindwrapper/presentation. It is still quite preliminary, but 
> it might give you some ideas.

Thanks, Donald,
Your code is very interesting and I it's really inspired me.
-Serge


=========================================================================
Dr. Serge Boiko
Laboratory of Advanced Statistical Methods
Max-Planck Institute for Demographic Research 
Rostock, Germany





More information about the Python-list mailing list