欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Hessian
小 (→RIA) |
|||
(未显示1个用户的11个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
+ | {{SeeWikipedia|Hessian (web service protocol)}} | ||
+ | |||
+ | Hessian是Caucho开发的一种二进制Web Service协议。采取Apache许可协议. | ||
+ | |||
The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments. | The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments. | ||
+ | |||
+ | Hessian是一个精心打造的Web Service实现,它支持Java、C#、Ruby、PHP和Python,又新增了ActionScript。使用Adobe Flash和Flex的RIA开发者们在需要集成业务服务的时候,Hessian应该是一个不错的选择。 | ||
==Hessian实现== | ==Hessian实现== | ||
+ | *[[hessdroid]] | ||
*Java | *Java | ||
*Python | *Python | ||
第8行: | 第16行: | ||
*PHP | *PHP | ||
*Ruby | *Ruby | ||
+ | |||
+ | ==RIA== | ||
+ | [[Image:hessian-ria.png|right|thumb|Hessian RIA]] | ||
+ | Hessian now supports Rich Internet Application (RIA) development on two different platforms: Adobe Flex (Flash) and JavaFX. | ||
+ | |||
+ | http://hessian.caucho.com/ria/ | ||
[[Spring]] 已经包含了对 Hessian 的支持 [http://www.springframework.org/docs/api/org/springframework/remoting/caucho/package-summary.html org.springframework.remoting.caucho] | [[Spring]] 已经包含了对 Hessian 的支持 [http://www.springframework.org/docs/api/org/springframework/remoting/caucho/package-summary.html org.springframework.remoting.caucho] | ||
http://www.caucho.com/hessian/ | http://www.caucho.com/hessian/ | ||
+ | |||
+ | [[category:web services]] |
2013年2月5日 (二) 03:41的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Hessian Thanks, Wikipedia. |
Hessian是Caucho开发的一种二进制Web Service协议。采取Apache许可协议.
The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments.
Hessian是一个精心打造的Web Service实现,它支持Java、C#、Ruby、PHP和Python,又新增了ActionScript。使用Adobe Flash和Flex的RIA开发者们在需要集成业务服务的时候,Hessian应该是一个不错的选择。
[编辑] Hessian实现
- hessdroid
- Java
- Python
- C++
- .NET C#
- PHP
- Ruby
[编辑] RIA
Hessian now supports Rich Internet Application (RIA) development on two different platforms: Adobe Flex (Flash) and JavaFX.
http://hessian.caucho.com/ria/
Spring 已经包含了对 Hessian 的支持 org.springframework.remoting.caucho