博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring整合hessain 访问远程服务
阅读量:6553 次
发布时间:2019-06-24

本文共 603 字,大约阅读时间需要 2 分钟。

  hot3.png

1. 首先加入hessain.jar包

com.caucho
hessian
4.0.7

2. 如果是服务端需要配置web.xml

hession
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:hession-web.xml classpath*:hession-config.xml
2
hession
/hession/*

3. 服务端hessain.-web.xml配置

4. 客户端调用openService

客户端只要openService的interface

转载于:https://my.oschina.net/jeeker/blog/424808

你可能感兴趣的文章
Hibernate注解方法使用总结
查看>>
NET使用了UpdatePanel后如何弹出对话框!
查看>>
洛谷 P1714 切蛋糕(dp+RMQ)
查看>>
Javascript文件的动态下载
查看>>
LeetCode - 33. Search in Rotated Sorted Array
查看>>
[LeetCode]: 206: Reverse Linked List
查看>>
nginx+apache 404错误页面
查看>>
leetcode 566 Reshape the Matrix 重塑矩阵
查看>>
Java基础语法 - 面向对象 - static 关键字
查看>>
ruby变量
查看>>
(WPF&Silverlight)可空,null
查看>>
开启、关闭数据库mysql
查看>>
什么是Shell脚本
查看>>
性能测试浅谈
查看>>
数据持久化以及沙盒路径
查看>>
2019 -2-15 复习
查看>>
ZeroMQ指南-前言 ...
查看>>
vim锁定屏幕
查看>>
IPv4选项
查看>>
FL2440 ubifs文件系统烧录遇到的问题——内核分区的重要性
查看>>