| Author |
dependency declaration for interface components
|
Trilochan Bharadwaj
Ranch Hand
Joined: Feb 02, 2009
Posts: 100
|
|
OK, I have following situation:
An abstract implementation of this follows:
Now, What I am doing is:
How would I declare, AbstractModelController in my spring beans config declaration, I assume that a , But I don't know how to declare an interface dependency on my abstract class and then re-use all the methods like saveOrUpdate, delete findById from abstract model controller class ...
I can understand how would I declare AssociateModelController, but I cannot understand how would I declare AbstractModelController and its interface dependency to allow the above code to work ... Any suggestions?
Trilochan.
|
 |
Trilochan Bharadwaj
Ranch Hand
Joined: Feb 02, 2009
Posts: 100
|
|
|
Anyone?
|
 |
 |
|
|
subject: dependency declaration for interface components
|
|
|