init Method in Spring

init Method in Spring

Calling Bean using init() method in Spring, this section describes  the way to initialize a bean through its lifecycle events using the init() method .Here we have defined the property and values of  the bean using the init method as shown below:- <bean id="mybean" class="Bean" init-metho

[ read more ]