On Thu, 2 Dec 1999, srl wrote:

> > I'm thinking a Gtk+ app largely written in Python.
> 
> Could you elaborate?
> 
> Zope is written in Python, and might be one way to make a Python
> project-management app talk to the web, even if only for reporting
> purposes.

The core could also be written in Python, which is suitable for large
projects. Zope for a web interface to the program makes sense.

I'm all for the model-controller-view concept from smalltalk where the
model is the data, the controller is the glue and the view is the
UI. That way, you can have two UIs (Gtk+ and web) talking to the same
model. The controller class abstracts the process.

The methodology works somewhat less well in C++ but I've seen it done.

-- 
_Deirdre   *   http://www.linuxcabal.net   *   http://www.deirdre.net
   My three rules for happy living:  No Windows, No Java, No Perl.
"I'd love to have the green paint concession on the next Matrix movie."
                                                         -- Rick Moen


************
[EMAIL PROTECTED]   http://www.linuxchix.org

Reply via email to