
Java
iyoungandican
这个作者很懒,什么都没留下…
展开
-
Restlet学习:Restlet framework中API层与实现层的分层处理方式
The Restlet framework is composed of two main parts. First, there is the "Restlet API", a neutral API supporting the concepts of REST and facilitating the handling of calls for both client-side and se...原创 2010-10-13 10:29:41 · 212 阅读 · 0 评论 -
跨语言通信技术选择
最近做一个项目,涉及到多个遗留系统的集成,有c, c++的系统,也有java的系统,所以出现了跨语言通信的问题。通信接口不是很复杂,所以可以使用的技术如下: Socket: 传统的方法,坏处是要考虑很多通信异常情况。 Hessian: 常用的Java HTTP通信框架,但要集成Web Server,而且c, c++的客户端包不太成熟,不同语言的数据类型映射也可能存在问题。 Restful...2010-10-13 11:02:22 · 285 阅读 · 0 评论 -
Restlet学习:API使用
先上两张class hierarchy图: [img]http://www.restlet.org/documentation/1.1/images/restlets[/img] [img]http://www.restlet.org/documentation/1.1/images/representations[/img] 把Restlet及子类理解成处理Http Request...2010-10-13 17:16:42 · 304 阅读 · 0 评论