Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Spring component is nothing else more than a Java POJO object, once you've determined which file the component declaration should go using the flow at above. declaring it is fairly simple. Following gives an example

Code Block
  <bean id="configurationDaoImpl" /  <bean id="configurationDaoImpl" class="com.cloud.configuration.dao.ConfigurationDaoImpl" />

...