piercer / robotlegs-extensions-ViewInterfaceMediatorMap

A robotlegs context that enables mediators to map to interfaces without mentioning any concrete classes at all
www.dz015.com
23 stars 0 forks source link

RL2 Extension #3

Open actionscriptor opened 12 years ago

actionscriptor commented 12 years ago

Hi, it's very useful plugin for RL1. Will you migrate it for RL2 as extension?

creynders commented 12 years ago

AFAIK, covariant mediation is baked into RL2 straight away.

actionscriptor commented 12 years ago

tried to map view class through Interface and mediator didn't reached it… mediatorMap.mapView(IViewInterface).to(ViewMediator);

[Inject] public var view : IViewInterface;

Error : mediator missing injection rule

So… either i'm doing something wrong, or it still under development and there're no such ability.

creynders commented 12 years ago

I have no idea how much of RL v2 already's working, it's best to post a new issue or add to one of the existing ones at the RL github project.

piercer commented 12 years ago

Hi,

I am not sure about making this RL2 compatible - I will talk to Stray and Darscan and see what they think.