<bean id="WFBean" class="it.workflow.model.WFBean" singleton="true" />
<bean id="WFService" class="it.workflow.model.WorkFlowService">
<property name="WFDAO"><ref bean="WFDAO" /></property>
<property name="WFGW"><ref bean="WFGW" /></property>
</bean>
<bean id="WFDAO" class="it.workflow.model.WFDAO">
<property name="AppConfig"><ref bean="AppConfig" /></property>
</bean>
<bean id="WFGW" class="it.workflow.model.WFGW">
<property name="AppConfig"><ref bean="AppConfig" /></property>
</bean>
--
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to model...@googlegroups.com
To unsubscribe from this group, send email to
model-glue+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
---
You received this message because you are subscribed to the Google Groups "model-glue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to model-glue+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<bean id="WFBean" class="it.workflow.model.WFBean" singleton="true" />
<bean id="WFService" class="it.workflow.model.WorkFlowService">
<property name="WFDAO"><ref bean="WFDAO" /></property>
<property name="WFGW"><ref bean="WFGW" /></property>
</bean>
<bean id="WFDAO" class="it.workflow.model.WFDAO">
<property name="AppConfig"><ref bean="AppConfig" /></property>
<property name="WFGW"><ref bean="WFGW" /></property>
<!-- Pass in the object -->
</bean>
<bean id="WFGW" class="it.workflow.model.WFGW">
<property name="AppConfig"><ref bean="AppConfig" /></property>
</bean>