|
From: Dion A. <di...@al...> - 2004-12-04 19:27:04
|
Hi guys -
Rather than having FooTest.java do getBean("someBean") it would be nice to
just have setFooBean(...) on the test itself, and have the dependencies
injected.
I am wondering if people have done this before, and if so, how they went
about it.
Can you just create a base class which bootstraps everything and injects the
dependencies on the subclass itself?
Cheers,
Dion
|