ApplicationContext instances in Spring can be scoped. In the Web MVC framework, each DispatcherServlet has its own WebApplicationContext, which inherits all the beans already defined in the root WebApplicationContext. These inherited beans can be overridden in the servlet-specific scope, and you can define new scope-specific beans local to a given servlet instance.
My understanding is that both ApplicationContext and WebApplication context are the spring containers where WebApplicationContext is child of the ApplicationContext interface.
Abstract Factory Design Pattern provides an interface for creating families of related or dependent objects without specifying their concrete classes.
Gerd Reichinger wrote:I have now passed the OCMJEA exam parts II & III. My score is 129 of 160 - I actually expected to get a better score but I still want share my experiences.
http://ocmjea-experience.blogspot.co.at/2012/12/passing-ocmjea-exam-part-ii-iii.html
As you may know, I am not allowed to help you with your assignment or to send you my solution - please don't ask for it.
Good luck for your exam.
Greetings,
Gerd.
Mainak Goswami wrote:Hi,
I am looking for some books which provides an in depth view of Applying Gang of Four design pattern. I know we have our favorite Head First series. But what I am looking at is an implementation to practical Software problems and how to apply these patterns individually or together to solve a specific problem example. How to design a real world sample application using GOF patterns etc? Please advise.
Cheers,
Mainak