On Fri, Apr 3, 2009 at 1:10 PM, Rickard Öberg <[email protected]> wrote:

> interface Movie
>  extends EntityComposite
> {
> �...@aggregated
>  ManyAssociation<Casting> cast();
> }
>
> and then separately
> interface Casting
>  extends EntityComposite
> {
>  Association<Actor> actor();
>  Association<Role>  role();
> }

> What say ye?

I never got my head twisted around Qualifiers, so can't really balance
in the advantages of it.
If nothing else; It is easier to;
 1. Explain
 2. Understand
 3. Implement in Qi4j Runtime

so, I think it is a win.

Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

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

Reply via email to