Defining VCL-like framework for Python

Graham Matthews graham at sloth.math.uga.edu
Sun May 23 16:18:13 EDT 1999


Alexander Staubo (nospam-alex at mop.no) wrote:
: For example, JavaBeans gives you nonvisual JDBC beans for 
: feeding data to a set of "database-aware" controls. Since a database is a 
: high-level, non-visual construct, you can't put it on the screen, but you 
: can interact with it through a standard set of properties (eg., 
: "TableName"), methods ("Open") and events ("OnChange").

So I must be missing something. How does defining all these components
differ from defining implementations of interfaces (the interfaces tell
you the standard properties).

graham
-- 
           As you grow up and leave the playground
       where you kissed your prince and found your frog
          Remember the jester that showed you tears
                   the script for tears




More information about the Python-list mailing list