Hi friends,
I am a newbie to spring framework.just started.
Going through the net i have found this site better to
read.
"A primary component of the core container is the BeanFactory, an implementation of the Factory pattern."
After reading this line, i gone through Factory
pattern.
In wikipedia, i read about Factory pattern. There i came across this statement.
"Factory pattern is an abstraction of a constructor, and can be used to implement various allocation schemes"
what is meant by abstraction of constructor?
what we should use Factory pattern and what it is meant to spring container?
Thanks,
Vipul Kumar