java/nekurak.net-ws/web/WEB-INF/beans.xml
author František Kučera <franta-hg@frantovo.cz>
Tue May 25 13:54:21 2010 +0200 (2010-05-25)
changeset 123 9135d52e8b0a
permissions -rw-r--r--
Test hashovací funkce + test češtiny v identifikátorech
Java Language Specification – 3.8 Identifiers:
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#40625
franta-hg@98
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@98
     2
<beans xmlns="http://java.sun.com/xml/ns/javaee"
franta-hg@98
     3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
franta-hg@98
     4
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
franta-hg@98
     5
</beans>