GwtRpcSpringSpring与GWT的集成

联合创作 · 2023-10-01 03:11

GwtRpcSpring 是一个用来将 SpringGWT 进行简单集成的项目。

示例配置:

<?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>

浏览 3
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报