All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brienwheeler.svc.ledger.ledgerService.xml Maven / Gradle / Ivy

<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
	>

	<import resource="classpath:com/brienwheeler/lib/db/appTransactionManager.xml"/>
	
	<bean id="com.brienwheeler.svc.ledger.ledgerService"
			class="com.brienwheeler.svc.ledger.impl.LedgerService">
		<property name="ledgerEntryDao"><bean class="com.brienwheeler.svc.ledger.impl.LedgerEntryDao"/></property>		
	</bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy