bean tag template for injection in springs-context-services.xml
<bean id="fooService" class="com.example.bar.fooServiceImpl"> <property name="fooDao" ref="fooDao"/> <!-- There may be more property tags --> </bean>
DZone Snippets > gasull2 > dao
12389 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
<bean id="fooService" class="com.example.bar.fooServiceImpl"> <property name="fooDao" ref="fooDao"/> <!-- There may be more property tags --> </bean>