Niclas Hedhman wrote:
> What name?? The classes that are found in the BeanShell file can be queried 
> from Java, so my idea is to look for the class inside that implements the 
> Mixin in progress and instantiate and use that. Question is though, should 
> one then only instantiate a single instance per BeanShellMixin, so that the 
> BeanShell "class" can maintain state?? Pretty neat I guess.

With Ruby I instantiated one mixin per mixin type per Composite 
instance, i.e. just like regular mixins. The same for BeanShell should 
make sense. It can maintain state, per Composite. (maybe this is exactly 
what you meant)

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to