java/SpringDemo1/SpringDemo1-war/web/WEB-INF/beans.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 10 Feb 2010 23:11:38 +0100
changeset 5 7cf0cbef2936
parent 1 9a3fced9634d
permissions -rw-r--r--
DAO v prostém JDBC – pro srovnání.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <beans xmlns="http://java.sun.com/xml/ns/javaee"
     3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     4        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
     5 </beans>