Skip to content

Example of Spring MVC application with more than one DispatcherServlet

Notifications You must be signed in to change notification settings

partizza/TwoWebContexts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwoWebContexts

Example of Spring MVC application with more than one DispatcherServlet.

BaseWebAppInitializer.class - configures both root context and base web context.

AddWebAppInitializer.class - configures additional web context with own controllers, view resolvers, services, etc. but it uses the same root context.

Root context should contain instances of shared services (DAO, repositories, authorization, etc.)

About

Example of Spring MVC application with more than one DispatcherServlet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages