Spring Conect Dwr With Schema
posted on 14 Sep 2008 09:32 by sonicneo in Dwr, Spring
สำหรับ Spring version ล่าสุดอำนวยความสะดวกมากขึ้นทำให้เราสำมารถเขียน dwr ใน Spring Bean
ได้เลย โดยการใช้ schema spring-dwr ตามตัวอย่างข้างล่างนี้
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.directwebremoting.org/schema/spring-dwr
http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd">
.
.
.
</beans>