08 Feb, 2017
Spring context is also termed as Spring IoC container which is responsible for instantiate, configure and assemble the beans by reading configuration meta data from XML, Java annotations and/ or Java code in configuration files.
Tags:
09 Feb, 2017
Configuration annotation indicates that there is one or more bean methods and spring containers can process to generate bean definitions at runtime.
Tags:
12 Feb, 2017
Import annotation is equivalent to <import/> element in Spring XML configuration. It helps in splitting the single Java based configuration file into small, modular, maintainable and component based configuration.
Tags:
See all tags.