GwtRpcSpringSpring與GWT的集成
GwtRpcSpring 是一個用來將 Spring 和 GWT 進行簡單集成的項目。
示例配置:
<?xml version="1.0" encoding="UTF-8"?>
<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="greetService" class="org.gwtrpcspring.example.server.GreetingServiceImpl">
</bean>
</beans>
評論
圖片
表情
