`
xielingjiang
  • 浏览: 33506 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

A Network-based Architectural Style: REST - [Java]

阅读更多
REST是 REpresentational State Transfer 的缩写,它是一种基于网络的体系架构模式。REST是Roy Fielding博士在他的论文中第一个提出来的,现在越来越得到应用。

REST是在WEB中定义了一系列的远程方法: GET, POST, PUT和DELETE等。这些远程方法可以访问网络中的任何资源。举个例子:当你通过http://befresh.blogbus.com这个网址时,你就是通过HTTP GET方法获取了我的Blog信息。

现在我对此技术比较感兴趣,将进行深入学习,逐步了解REST的全貌。

有兴趣的朋友,可以参考以下资源:

1、 REST wiki

2、
分享到:
评论

相关推荐

    中英文版--Architectural Styles and the Design of Network-based Software Architectures

    Architectural Styles and the Design of Network-based Software Architectures,对基于网络的软件架构设计以及架构风格进行了拓展,并主要揭示了软件架构的一些原理性的东西

    Architectural Styles and the Design of Network-based Software Architectures_2

    这篇论文是网络开发领域的重要文献之一,它深入探讨了基于网络的应用架构的设计原则,并提出了REST(Representational State Transfer)这一架构风格。通过分析该论文的部分内容,我们可以总结出以下几个关键知识点...

    Architectural Styles and the Design of Network-based Software Architectures_1

    例如,REST(Representational State Transfer)是一种广泛应用于Web服务的架构风格,它提倡无状态性和统一的接口。 - **模式与模式语言**:模式是解决特定问题的最佳实践,而模式语言则是一系列相互关联的模式的...

    Architectural Styles and the Design of Network-based Software Architectures-cn

    本论文是Web发展史上一篇非常重要的技术文献。...基 于相同的基本原理,Web开发者能够设计并建造出最为高效的Web应用。因此译者发起了 这一公益性的翻译项目。除了四位主要的译者以外,来自新浪公司的田乐、丁舜佳和梁...

    使用 JAX-RS 简化 REST 应用开发

    REST 这个术语是由 Roy Fielding 在他的博士论文 《 Architectural Styles and the Design of Network-based Software Architectures 》中提出的。REST 并非标准,而是一种开发 Web 应用的架构风格,可以将其理解为...

    架构风格与基于网络的软件架构设计(!软件架构的经典必读资料).pdf

    从提供的文件内容来看,这是一份关于网络软件架构设计和架构风格的详细资料,其内容可能来源于Roy Thomas Fielding的博士论文《Architectural Styles and the Design of Network-based Software Architectures》。...

    REST服务开发实战

    REST(Representational State Transfer)是一种软件架构风格,最初由Roy Thomas Fielding在他的博士论文《Architectural Styles and the Design of Network-based Software Architectures》中提出。REST强调通过...

    REST 服务开发

    REST(Representational State Transfer)是一种软件架构风格,最早由Roy Thomas Fielding在他的博士论文《Architectural Styles and the Design of Network-based Software Architectures》中提出。REST的核心理念...

    rest 论文 英文原版

    本文档是罗伊·托马斯·菲尔丁(Roy Thomas Fielding)在加利福尼亚大学欧文分校提交的一篇博士论文,题目为《架构风格与基于网络的软件架构设计》(Architectural Styles and the Design of Network-based Software...

    Rest以及Mashup学习笔记

    REST的概念最早由Roy Thomas Fielding博士在其2000年的论文《Architectural Styles and the Design of Network-based Software Architectures》中提出。Fielding博士是HTTP/1.1协议的主要设计者之一,他在论文中阐述...

    DZone_REST_Refcard_2011 E文

    Roy Fielding 在其博士论文《Architectural Styles and the Design of Network-based Software Architectures》中提出。这篇论文虽然学术性强且使用正式语言,但依然易于理解,并为 REST 实践提供了基础。 #### 三...

    Roy Thomas Fielding博士论文REST中文版+英文版

    Roy Thomas Fielding博士论文REST中文版+英文版 Architectural Styles and the Design of Network-based Software Architectures

    Java面试题-Web相关.pdf

    REST(Representational State Transfer,表述性状态转移)是由Roy Thomas Fielding在其博士论文《Architectural Styles and the Design of Network-based Software Architectures》中提出的一种网络应用程序的设计...

    [课堂课件讲解]Java微服务实践-Spring Boot Web篇(中).pptx

    REST 来自于 Roy Thomas Fielding 的博士论文《Architectural Styles and the Design of Network-based Software Architectures》。REST 是一种架构风格,具有许多优点,如高性能、可伸缩性、统一接口简化性、组件可...

    REST_cn.pdf

    由Roy Thomas Fielding博士在其博士论文《Architectural Styles and the Design of Network-based Software Architectures》中提出,它已成为现代Web服务设计的核心原则之一。 REST强调组件之间的可伸缩性和接口的...

    Multiprocessor+Systems-on-Chips

    13.5 Component-Based Design of a VDSL Application 385 13.5.1 The VDSL Modem Architecture Specification 385 13.5.2 Virtual Architecture Specification 387 13.5.3 Resulting MPSoC Architecture 388 13.5.4 ...

Global site tag (gtag.js) - Google Analytics