摘要
(Representational State Transfer)表述性状态传递,描述了一个架构形式的网络系统,它实际上是设计上的一系列约束,其中主要有无状态服务器、分布式缓存等特点。一般来说,REST架构风格的Web Service其实就是和传统Web Service相结合的一种轻量级实现。REST架构和传统的单一软件架构相比不仅能满足不同平台之间的相互访问,同时又剔除了传统Web Services的繁琐与笨重,完全符合目前人们对web服务的需求。REST在Web中取得了巨大的成就,目前已取代SOAP和Web成为ASP.NET WEB API最简单的方法。文中对基于REST风格的ASP.NET WEB API架构进行了研究与分析。
Representational State Transfer, actually a series of constraints on the design, describes a form of network system architecture, with the main characteristics of no - status server and distributed caching features. Generally, REST - style Web Service, combining with the traditional one, is a lightweight implementation. The REST architecture, compared with the traditional single software one, not only meets mutual visits between different platforms but also eliminates the tedious and cumbersome of the traditional Web Services. It meets the demand of the users for web services. Because great achievements are made in the Web, REST has replaced SOAP and Web to ASP. NET WEB API. In this article, ASP. NET WEB API based on REST - style is studied and analyzed.
出处
《微处理机》
2016年第5期52-55,共4页
Microprocessors
基金
国家自然科学基金(61364008)
云南省应用基础研究重点项目(2014FA029)
云南省教育厅重点基金项目(2013Z127)
昆明理工大学复杂工业控制学科方向团队建设计划
关键词
表述性状态传递
接口
WEB服务
无状态
网络系统
分布式缓存
Interface
Representational state transfer
Web service
No status
Network system
Distributed cache