《RESTful Web Services 前言(翻译)》的相关内容
相关讨论
什么叫 Rest style service?有什么优点?
现在提供服务的种类非常多,关于 Rest style service 也有一些资料:
Building Web Services the REST Way
I will first provide a brief introduction to REST and then describe how to build Web services in the REST style.
Wha ...
by lyo 2007-04-12 浏览 (836) 回复 (0) 关键字: building web services the rest way
关于REST一些最新的业界动态
大家要注意,一个新的buzzword出现了,它就是——REST。这个buzzword会不断在我们耳边buzz下去,直到有一天HTTP被彻底废弃。因为REST就是HTTP和URI这两个Web架构基础协议背后的设计原理,基于REST风格来设计应用的架构,就是最大限度利用HTTP和URI潜力的最佳实践。
关于REST一些最新的业界动态包括:
首先,最重要的是,Sun启动了JSR 311的开发过程:
...
by dlee 2007-06-02 浏览 (3083) 回复 (14) 关键字: rest
从分布式系统的角度看REST
上周末在杭州网侠大会做了关于REST的演讲。会后经过一些交流,特别是今天在msn上面和dlee的交流,感觉自己对于REST的理解更深入了一层。
我们说REST架构风格,从REST具备的内在特征来说,它包括了这些特征:
1、基于HTTP的资源
2、以HTTP协议去操作
3、数据和表象分离
但是如果我们换一个角度,即分布式应用系统的角度来看,我们会有一些更有意思的结论:
分布式应用系统的架构, ...
by robbin 2007-05-23 浏览 (39679) 回复 (69) 关键字: rest
相关博客
读 RESTful Web Service 第一章
Chapter 1, The Programmable Web and Its Inhabitants
普通Web和可编程Web的区别:普通Web使用HTML,而可编程Web使用XML
Kinds of Things on the Programmable Web
可编程Web基于HTTP和XML。有部分使用HTML、JSON、纯文本或者二进制文件,但大部分使用XML
两种区分可编程Web上的 ...
by hideto 2007-08-15 浏览 (633) 回复 (0) 关键字: REST
JSR 311前景堪忧?——李锟
以前我对JSR 311(Java API for RESTful Web Services)抱有很高的期待,但是最近看到的一些消息让我对这个标准的前景很不乐观。 去年11月著名的Java Network Programming的作者Elliotte Rusty Harold说: http://webservices.ctocio.com.cn/comment/127/7648127.shtml J ...
by bvcat007 2008-03-11 浏览 (6) 回复 (0) 关键字:
RESTful Web Services---a very good artical
In software engineering, the term software architectural style generally refers to "a set of design rules that identify the kinds of components and connectors that may be used to compose a system ...
by younker 2007-09-08 浏览 (434) 回复 (1) 关键字: REST
相关圈子讨论
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (906) 回复 (1)
Enjoying Web Development with Tapestry出4.1版本的,推荐下载
地址:http://www.agileskills2.org/EWDT/
Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1)
How to create AJAX web-based application easily?
If you'd like to create ...
by tapestry 2006-12-31 浏览 (1043) 回复 (5)
关于抗震救灾,看看一些美国人怎么说
有一些人似乎对西方很迷信,其实那只是因为不了解。下面的两则转贴,提供了来自一些美国人的声音。兼听则明。
引用
美国ABC NEWS报导地震后,美国网民也赞扬PLA!
THe Chinese demonstrate they can respond to a major disaster within a few hours with 2 divisions of troops and thei ...
by pojo 2008-05-18 浏览 (74) 回复 (0)
The Problem with Programming
转自: http://www.techreview.com/InfoTech/17831/page1/
Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code.
引用
In the 1 ...
by qiezi 2006-12-06 浏览 (1034) 回复 (2)
Lifting again the 'Tattered Flag'
I wish to complain very respectfully,but most urgently,that the Army Estimates involved by the scheme lately explained by the Secretary of State for War are much too high,and ought to be reduced,if no ...
by 回帖专用 2007-02-28 浏览 (762) 回复 (0)
相关新闻
CXF 2.0 发布了
虽然这篇帖子写得有的晚了,但是还是想把CXF 2.0 发布的消息告诉大家。
下面是转至 CXF dev maillist的发布信息。
The Apache Incubator CXF team is proud to announce the availability of
the 2.0 release!
Apache CXF is an open source services ...
by jnn 2007-07-10 浏览 (373) 回复 (0) 关键字:
Sun公司加快JDK的开发—JDK6u6以及JDK6u10Beta发布!
JDK6u6的内部版本号是1.6.0_06-b02,这次发布主要是修正了一些Bug。原文如下:
网址:http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
Java SE 6u10Beta的发布则与众不同
官方发文写到:千万不要被它不起眼的名字(即Java SE 6u10Beta,JDK6更新10Beta版本)所愚弄,它是一个与以前更新 ...
by jyw 2008-04-18 浏览 (1284) 回复 (1) 关键字: jdk
Ruby,Python不能威胁到Java的13个理由
最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。
首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (4850) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏
推荐知识库条目
Comming soon

