Submitted Questions

  • PropertiesFactoryBean

    How to use PropertiesFactoryBean in your program ?

    Amit Kumar Das

    • May 17th, 2015

    Spring framework provides facility to inject bean using factory method. To do so, we can use two attributes of bean element. 1. factory-method: represents the factory method that will be invoked to ...