<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>简单之美 &#187; Tag &#187; Hessian</title>
	<atom:link href="http://shiyanjun.cn/archives/tag/hessian/feed" rel="self" type="application/rss+xml" />
	<link>http://shiyanjun.cn</link>
	<description>简单之美，难得简单，享受简单的唯美。</description>
	<lastBuildDate>Wed, 04 Mar 2026 07:04:53 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>基于Dubbo的Hessian协议实现远程调用</title>
		<link>http://shiyanjun.cn/archives/349.html</link>
		<comments>http://shiyanjun.cn/archives/349.html#comments</comments>
		<pubDate>Thu, 05 Sep 2013 12:03:16 +0000</pubDate>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
				<category><![CDATA[Dubbo/Akka/Thrift]]></category>
		<category><![CDATA[开源技术]]></category>
		<category><![CDATA[Hessian]]></category>

		<guid isPermaLink="false">http://shiyanjun.cn/?p=349</guid>
		<description><![CDATA[<p>Dubbo基于Hessian实现了自己Hessian协议，可以直接通过配置的Dubbo内置的其他协议，在服务消费方进行远程调用，也就是说，服务调用方需要使用Java语言来基于Dubbo调用提供方服务，限制了服务调用方。同时，使用Dubbo的Hessian协议实现提供方服务，而调用方可以使用标准的Hessian接口来调用，原生的Hessian协议已经支持多语言客户端调用，支持语言如下所示：

Java：http://hessian.caucho.com/#Java
Flash/Flex：http://hessian.caucho.com/#FlashFlex
Python：http://hessian.caucho.com/#Python
C++：http://hessian.caucho.com/#C
C#：http://hessian.caucho.com/#NETC
D：http://hessian.caucho.com/#D
Erlang：http://hessian.caucho.com/#Erlang
PHP：http://hessian.caucho.com/#PHP
Ruby：http://hessian.caucho.com/#Ruby
Objective-C：http://hessian.caucho.com/#ObjectiveC

下面，我们的思路是，先基于Dubbo封装的Hessian协议，实现提供方服务和消费方调用服务，双方必须都使用Dubbo来开发；然后，基于Dubbo封装的Hessian协议实现提供方服务，然后服务</p>]]></description>
	<p>Dubbo基于Hessian实现了自己Hessian协议，可以直接通过配置的Dubbo内置的其他协议，在服务消费方进行远程调用，也就是说，服务调用方需要使用Java语言来基于Dubbo调用提供方服务，限制了服务调用方。同时，使用Dubbo的Hessian协议实现提供方服务，而调用方可以使用标准的Hessian接口来调用，原生的Hessian协议已经支持多语言客户端调用，支持语言如下所示：

Java：http://hessian.caucho.com/#Java
Flash/Flex：http://hessian.caucho.com/#FlashFlex
Python：http://hessian.caucho.com/#Python
C++：http://hessian.caucho.com/#C
C#：http://hessian.caucho.com/#NETC
D：http://hessian.caucho.com/#D
Erlang：http://hessian.caucho.com/#Erlang
PHP：http://hessian.caucho.com/#PHP
Ruby：http://hessian.caucho.com/#Ruby
Objective-C：http://hessian.caucho.com/#ObjectiveC

下面，我们的思路是，先基于Dubbo封装的Hessian协议，实现提供方服务和消费方调用服务，双方必须都使用Dubbo来开发；然后，基于Dubbo封装的Hessian协议实现提供方服务，然后服务</p>			<content:encoded><![CDATA[<p>Dubbo基于Hessian实现了自己Hessian协议，可以直接通过配置的Dubbo内置的其他协议，在服务消费方进行远程调用，也就是说，服务调用方需要使用Java语言来基于Dubbo调用提供方服务，限制了服务调用方。同时，使用Dubbo的Hessian协议实现提供方服务，而调用方可以使用标准的Hessian接口来调用，原生的Hessian协议已经支持多语言客户端调用，支持语言如下所示：

Java：http://hessian.caucho.com/#Java
Flash/Flex：http://hessian.caucho.com/#FlashFlex
Python：http://hessian.caucho.com/#Python
C++：http://hessian.caucho.com/#C
C#：http://hessian.caucho.com/#NETC
D：http://hessian.caucho.com/#D
Erlang：http://hessian.caucho.com/#Erlang
PHP：http://hessian.caucho.com/#PHP
Ruby：http://hessian.caucho.com/#Ruby
Objective-C：http://hessian.caucho.com/#ObjectiveC

下面，我们的思路是，先基于Dubbo封装的Hessian协议，实现提供方服务和消费方调用服务，双方必须都使用Dubbo来开发；然后，基于Dubbo封装的Hessian协议实现提供方服务，然后服务</p>]]></content:encoded>
			<wfw:commentRss>http://shiyanjun.cn/archives/349.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
