<?xml version="1.0" encoding="UTF-8"?>
<!--

This is the Spring configuration for the application.
The Spring ContextLoaderListener will look for this file by default in the
WEB-INF directory

-->
<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.xsd">
 
	<bean id="databindingService" class="org.w3c.dbwg.ServiceImpl">
	</bean>

</beans>