Spring idref element example and usage
Spring idref is used to pass the id of a bean which is a string value (not a reference) of another bean in the Spring XML configuration nested inside <property/> or <constructor-arg/> element. In other words it is used when… Read More!