Derek Brown wrote:

I would now like to be able to inject a spring bean to
any class and access it by an abstract accessor or
something similar. How do I do this?
use jdk 5 annotations:

@InjectObject("spring:quizFacade")
public abstract QuizFacade getQuizFacade();


--
Greets!
  Adam Czysciak
  [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to