ok wrote: > > The one question I have is, why does it have to be > sayHello => MoonService.sayHello; > instead of > sayHello => @MoonService.sayHello; > ? >
Yes, that makes sense. I have created an issue in the tracker for you: http://www.fornax-platform.org/tracker/browse/CSC-188 ok wrote: > > Second: Service injection into service doesn't produce code: > > True, explicit service into service dependency injection is not implemented. I think the reason was that I didn't consider it very useful, but I agree that it would make it more complete to support that also. Implicit injection via service to service delegation works, as you have noticed. Jira for this issue: http://www.fornax-platform.org/tracker/browse/CSC-189 -- View this message in context: http://www.nabble.com/Service-injection-into-service-tp15739370s17564p15813931.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
