I was trying to configure embedded jetty in a spring application that implements MVC(Model View Controller). I want to utilize single spring applicationContext xml file for IoC(Inversion of Control) and DI(Dependency Injection) on dispatcher servlets.
The goal is to be able to use or reference beans configured/located on already been loaded spring application context. Read and understand my resolution below.