Re: Using WOInject with an intermediate WOApplication subclass

2016-10-31 Thread Paul Hoadley
Proving once again that you can solve any problem on your own by staring at it hard enough... On 28 Oct 2016, at 9:23 PM, Paul Hoadley wrote: > Is this kind of inheritance hierarchy just not supported by WOInject? Of course it’s supported. > That is, does Application itself have to extend Inj

Re: Using WOInject with an intermediate WOApplication subclass

2016-10-30 Thread Paul Hoadley
On 28 Oct 2016, at 9:23 PM, Paul Hoadley wrote: > Is this kind of inheritance hierarchy just not supported by WOInject? That > is, does Application itself have to extend InjectableApplication directly? Anyone out there using WOInject? Bueller? -- Paul Hoadley http://logicsquad.net/

Using WOInject with an intermediate WOApplication subclass

2016-10-28 Thread Paul Hoadley
Hi Henrique (and any other WOInject fans), I am taking WOInject for a test drive. I have what couldn’t be an uncommon situation: an intermediate, framework-level WOApplication subclass that provides numerous convenience features to the application. The inheritance hierarchy looks like this: Ap