Explain the concept of root application context in spring mvc along with its loading process.
Answer / Rahul Rastogi
Root Application Context in Spring MVC is a top-level application context that holds the configuration of the entire application. It contains beans with long lifetimes such as DataSource, TransactionManager, and JdbcTemplate. The root application context gets loaded during server startup.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does @transactional works in spring?
What is an introduction in aop?
What is @responsebody in spring?
What are spring beans?
How to inject a java.util.properties into a spring bean?
What is the default autowiring mode?
How does constructor injection work?
What do you mean by dependency injection?
Why is spring light weight?
What is spring and why it is used?
What does the @timed annotation do?
What is the implementation of the bean factory container?