Re: Dependency injection and GWT?

2009-10-08 Thread Chris
Thanks. That worked a treat :D On Oct 5, 10:35 am, Thomas Broyer wrote: > On 5 oct, 00:45, Chris Burrell wrote: > > > > > Hi > > > I want to build a view in GWT but it is one of a few different types of > > views. So I was thinking, I could > > have them all share something common via inheritan

Re: Dependency injection and GWT?

2009-10-05 Thread Thomas Broyer
On 5 oct, 00:45, Chris Burrell wrote: > Hi > > I want to build a view in GWT but it is one of a few different types of > views. So I was thinking, I could > have them all share something common via inheritance, so that I could inject > any kind of view I'd like into my module... > I'm having tr

Dependency injection and GWT?

2009-10-04 Thread Chris Burrell
Hi I want to build a view in GWT but it is one of a few different types of views. So I was thinking, I could have them all share something common via inheritance, so that I could inject any kind of view I'd like into my module... I'm having trouble binding one of those things together. Any help wo