What is container in spring framework?

前端 未结 5 1593
南旧
南旧 2021-02-01 04:30
  1. I was going through this article http://www.vaannila.com/spring/spring-ioc-1.html and here the term container is used. The diagram below shows container. What is contai

5条回答
  •  不知归路
    2021-02-01 04:57

    Container is piece of code which reads bean config file and performs corresponding actions.

    Yes IOC can be used with MVC. Here is an article about it. spring mvc

提交回复
热议问题