[Seaside] Dynamic bindings...howto?

C. David Shaffer cdshaffer at acm.org
Sun Jun 13 23:34:31 CEST 2004


Avi Bryant wrote:

>
>
> You mean WASystemConfigurationPool.  Yes, that's a bug.  Thanks.
>
> I was just sitting down to write some quick notes on the configuration 
> stuff, by the way.  They're forthcoming.
>
> Avi


OK, that cleared up a few things (now I can create my own configurations 
and actually use them).  It looks like building new configuration types 
(that is, configurations with new attributes) involves subclassing 
WASystemConfiguration and implementing the #attributes while building 
concrete "value holding" instantiations of the configurations involves 
either:

a) customizing them directly within the application configuration
b) creating "user configuration" (which forms a reusable set of value 
holding configurations)

Seems simple enough and I have created two small examples that I will 
document and provide a walk-through.  Strangely once this bug was 
cleared up the roles of the rest of the classes became reasonably clear.

David




More information about the Seaside mailing list