On 2009-11-17 19.57, Pawel Niemiec wrote:
I’ve been interested in Qi4j after I’ve seen the DCI panel on the Oredev
conference.

I’m trying to figure out how could I use mixins as roles. I found an
article that describes it, but the is only bit of code example available.

I'm planning an article with the same example as the one I used in my presentation, so that might be helpful. But it's gonna take awhile to get it written and published.

I’m particularly interested in a case when two or more of mixins’
interfaces have a method of a same name.

Same name is ok, same signature is not. You have to make sure that two methods in different roles don't clash, signature-wise (name+parameter types).

Is it possible to get an instance of each mixin as a Human Composite ?

That question does not compute. What exactly do you want to accomplish?

/Rickard

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

Reply via email to