注冊(cè) | 登錄讀書(shū)好,好讀書(shū),讀好書(shū)!
讀書(shū)網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書(shū)科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)計(jì)算機(jī)科學(xué)理論與基礎(chǔ)知識(shí)RESTful.NET(影印版)

RESTful.NET(影印版)

RESTful.NET(影印版)

定 價(jià):¥43.00

作 者: (美)費(fèi)爾南德斯 著
出版社: 東南大學(xué)出版社
叢編項(xiàng):
標(biāo) 簽: 影印版

購(gòu)買(mǎi)這本書(shū)可以去


ISBN: 9787564116507 出版時(shí)間: 2009-05-01 包裝: 平裝
開(kāi)本: 16開(kāi) 頁(yè)數(shù): 287 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  《RESTful.NET》是第一本為欲使用最新的微軟工具建立RESTful Web服務(wù)的Windows開(kāi)發(fā)人員而準(zhǔn)備的書(shū)。本書(shū)作者Jon Flanders是WCF(Windows Communication Foundation)專(zhuān)家。這本簡(jiǎn)單實(shí)用的教程示范了如何使用WCF和.NET 3.5 Framework的其他組成部分,來(lái)建立、部署并使用多種應(yīng)用場(chǎng)景中基于REST的Web服務(wù)。RESTful體系結(jié)構(gòu)提供了比SOAP、SOA或繁瑣的WS-*堆棧更為簡(jiǎn)單的方式以建立Web服務(wù)。WCF已經(jīng)被證實(shí)為無(wú)須依托WS-*標(biāo)準(zhǔn)即可建立分布式處理系統(tǒng)的靈活技術(shù)?!禦ESTful.NET》為消耗機(jī)器和人力建立Web服務(wù)提供了一個(gè)WCF REST編程模型的完全指導(dǎo)。你將學(xué)習(xí)到如何:·編寫(xiě)Read-Only(GET)服務(wù)·編寫(xiě)READ/WRITE服務(wù)·主機(jī)REST服務(wù)·編寫(xiě)REST feeds ·編寫(xiě)AJAX REST客戶(hù)端·安全REST終端·使用工作流傳遞REST服務(wù)·利用WCF消耗RESTful XML服務(wù)·結(jié)合HTTP運(yùn)作·結(jié)合ADO.NET數(shù)據(jù)服務(wù)(之前稱(chēng)為Astoria)運(yùn)作《RESTful.NET》是一本非常棒的介紹REST和RESTful結(jié)構(gòu)的書(shū)籍。如果你使用.NET開(kāi)發(fā),那么是時(shí)候轉(zhuǎn)向RESTful了——這本書(shū)將會(huì)講解方法。

作者簡(jiǎn)介

暫缺《RESTful.NET(影印版)》作者簡(jiǎn)介

圖書(shū)目錄

Foreword
Preface
1. REST Basics
 Architecture of the World Wide Web
 SOAP
 REST
  Resources and URIs
  Uniform Interface
  Resource Representations
 Implementing a Simple RESTful Service Example
  Resources
  URIs and Uniform Interface
  Representations
  Interaction
  Wrap-Up
 Processes
 Summary
2. WCF RESTfut Pr0gmmming Model
 Isn't WCF All About SOAP?  
 Channels and Dispatching
 HTTP Programming with WCF 3.0
 Web Programming in WCF 3.5
  WebHttpBinding
  WebHttpBehavior
  WebServiceHost
  WebOperationContext
  WebGetAttribute
 UriTemplate
 UriTemplate Literal Values
 UriTemplate Special Values
 UriTemplate QueryString
 Summary
3.Programming Read-0nly Services
 Using WebGetAttribute and UriTemplate
 Data Formats
 Message
 DataContract
 XmlSerializer
 Hybrid Approach
Summary
4.Programming Read/Write Services
POST, PUT, and DELETE
Using WeblnvokeAttribute
 Resources
 URIs and Uniform Interface
 Representations
 Implementation
Summary
5.Hosting WCF RESTful Services
WCF REST Hosting Isn't a Special Case
Self-Hosting
 Configuring, Opening, and Closing a ServiceHost
 Base Addresses
 ServiceHost Versus WebServiceHost
 Custom ServiceHost
Hosting in IIS
 ASP.NET Compatibility
 Multiple Hostnames
 Removing the .svc File Extension
Custom ServiceHostFactory
Hosting Wrap-Up
Summarv
6.Programming Feeds
Building a Feed with WCF
 Syndicationltem
 Formatters
Exposing a Feed on a Live URI
Feed Validation
 rable of Contents
 Adding Links to a Feed
 Summary
7. Programming Ajax and Silverlight Clients
 WCF Web Services and Ajax
 JSON
 JSON-Enabling a Service Endpoint
 ASP.NET Ajax
 Silverlight 1.0
 Silverlight 2.0
  Parsing XML in Silverlight 2.0
  Parsing JSON in Silverlight 2.0
  Consuming Feeds in Silverlight 2.0
  Cross-Domain Security in Silverlight 2.0
 Returning JSON and XML Conditionally with a Single Method
 Summary
8. Securing REST Endpoints
 Authenticating: Self-Hosted Endpoints
  Setting Endpoint Security: WebHttpBinding.Security's Mode Property
  Setting Authentication Requirements: WebHttpBinding's Transport Property
 Authenticating: Managed Hosting Endpoints
 Authorizing Endpoints
 Authorization with Impersonation
 Role-Based Authorization
 Summary
9. Using Workflow to Deliver REST Services
 Consuming REST Services from WF
 The SendActivity Instance
 The ReceiveActivity Instance
 Stateless Workflow Services
 Stateful Workflow Services
 Summary
10. Consuming RESTful XML Services Using WCF
 Defining the Client.
  Generating the Contract
  Creating the Resource Representations
  Creating the ServiceContract
  Using the Service
 Client Extensibility
11. Working with HTTP
 Programming HTTP with WCF
  IncomingWebqequestContext
  OutgoingWebResponseContext
  OutgoingWebRequestContext
  IncomingWebResponseContext
  Context Wrap-Up
 Status Codes
  201--Created
  404--Not Found
 Conditional GET
  LastModified
  ETags
 Caching
  Output Caching
  HttpContext.Cache
  Content-Type
 Summary
A. WCF 3.5 SP1
B. ADO.NET Data Services
C. ADO.NET Entity Framework Walkthrough
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書(shū)網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)