![JAR search and dependency download from the Maven repository](/logo.png)
enserver.domain.22.source-code.domain-service.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" ?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:s="http://www.springframework.org/schema/security" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd"> <!-- Example configuration. Include this file or write your own --> <!-- Service --> <bean id="domainService" class="com.wadpam.open.service.DomainService"> <property name="domainDao" ref="dAppDomainDao" /> </bean> <!-- Aspects --> <!-- Controller --> <bean class="com.wadpam.open.web.DomainController"> <property name="domainService" ref="domainService" /> </bean> <!-- Dao --> <bean id="dAppDomainDao" class="com.wadpam.open.dao.DAppDomainDaoBean"> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy