Hi
I have a main class, that receives an action from the
jsp. On the basis of action value i need to invoke the correct service. I have adopted the Abstract Factory
Pattern, wherein on the basis of action value, the correct service is invoked. My only problem is how to inject this factory into the main class using Spring.
Can anyone please let me know, how to do this.
thanks