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

code.ioc.code-ioc.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<beans>
	<ioc id="CodeService" scope="singleton"
		class="org.eweb4j.solidbase.code.model.CodeServiceImpl">
		<inject ref="CodeDAO" name="codeDAO" type="" value="" />
	</ioc>
	<ioc id="CodeDAO" scope="singleton" class="org.eweb4j.solidbase.code.dao.CodeDAOImpl">
		<inject ref="" name="dsName" type="string" value="myDBInfo" />
	</ioc>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy