Re: Composite and Components

2007-11-09 Thread Giorgio Zoppi
Hi Giorgio So this is about adding components to a composite dynamically. Can we do what you need to do by either, Allowing contributions to be updated (so that you can add a new component to the composite through the normal contribution process) OR Adding a new contribution for each new

Composite and Components

2007-11-08 Thread Giorgio Zoppi
Hi, i'm going to create a CompositeHandler with the following interface: public interface CompositeHandler { /* FIXME: This can be added to a a Composite Definition */ void addComponent(MetaComponent componentDefinition, Composite composite); void

Re: Composite and Components

2007-11-08 Thread Simon Laws
] Hi Giorgio So this is about adding components to a composite dynamically. Can we do what you need to do by either, Allowing contributions to be updated (so that you can add a new component to the composite through the normal contribution process) OR Adding a new contribution for each new