posted 15 years ago
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.