1.

What Are Spring Beans?

Answer»

The objects that form the backbone of your application and that are MANAGED by the Spring IoC container are called beans. A bean is an object that is INSTANTIATED, ASSEMBLED, and otherwise managed by a Spring IoC container. These beans are created with the configuration metadata that you supply to the container, for example, in the form of XML <bean/&GT; definitions.

The objects that form the backbone of your application and that are managed by the Spring IoC container are called beans. A bean is an object that is instantiated, assembled, and otherwise managed by a Spring IoC container. These beans are created with the configuration metadata that you supply to the container, for example, in the form of XML <bean/> definitions.



Discussion

No Comment Found