使用hessian开发远程服务

7月 26, 2015 |

demo 下载:test-hessian.zip

开发非spring版本

1)定义一个简单的接口

2)定义一个该接口的实现类

3)在web.xml中声明HessianServlet

该servlet的作用是对url"/hello"的请求由"service-class"表示的类处理

 

4)开发客户端

 

开发spring 版本

1)在pom.xml中添加相应的依赖

2)在web.xml中声明DispatcherServlet

 

3)添加spring的applicationContext xml文件,remote-servlet.xml

 

4)开发客户端

一样的过程,添加依赖到pom.xml,配置客户端的applicationContext.xml 和调用

调用的测试代码如下

本文由javacoder.cn整理

Posted in: WEB开发 | Tags:

Comments are closed.