Java Web 服务:构建与运行(影印版) mobi 下载 网盘 caj lrf pdf txt 阿里云

Java Web 服务:构建与运行(影印版)电子书下载地址
- 文件名
- [epub 下载] Java Web 服务:构建与运行(影印版) epub格式电子书
- [azw3 下载] Java Web 服务:构建与运行(影印版) azw3格式电子书
- [pdf 下载] Java Web 服务:构建与运行(影印版) pdf格式电子书
- [txt 下载] Java Web 服务:构建与运行(影印版) txt格式电子书
- [mobi 下载] Java Web 服务:构建与运行(影印版) mobi格式电子书
- [word 下载] Java Web 服务:构建与运行(影印版) word格式电子书
- [kindle 下载] Java Web 服务:构建与运行(影印版) kindle格式电子书
内容简介:
《Java Web 服务:构建与运行(影印版)》提供了对Java的API的一个全面介绍,包括针对XML Web服务的JAX-WS和针对RESTful Web服务的JAX-RS。《Java Web服务:构建与运行》通过提供混合架构概述、完整的工作代码示例以及短而精确的编译、部署和执行应用程序的指示,采用明确实用的方法来处理这些技术。你将学习如何从头开始编写Web服务以及集成现有服务到你的Java应用程序中。有了这《Java Web 服务:构建与运行(影印版)》,你将:
· 理解基于SOAP的和REST样式的服务的区别
· 编写、部署和使用基于SOAP的核心Java服务
· 理解Web服务描述语言(WSDL)服务契约
· 认识SOAP消息的结构
· 学习如何交付基于Java的RESTful Web服务和消耗商业RESTful服务
· 了解对基于SOAP和基于REST的Web服务的安全要求
· 学习如何在各种环境下部署JAX-WS服务
不管是学生还是有经验的程序员,当你需要立即运用这些技术展开工作时,《Java Web服务:构建与运行》都是你需要的一本理想的简明指南。
书籍目录:
Preface
1. Java Web Services Quickstart
What Are Web Services?
What Good Are Web Services?
A First Example
The Service Endpoint Interface and Service Implementation Bean
A Java Application to Publish the Web Service
Testing the Web Service with a Browser
A Perl and a Ruby Requester of the Web Service
The Hidden SOAP
A Java Requester of the Web Service
Wire-Level Tracking of HTTP and SOAP Messages
What’s Clear So Far?
Key Features of the First Code Example
Java’s SOAP API
An Example with Richer Data Types
Publishing the Service and Writing a Client
Multithreading the Endpoint Publisher
What’s Next?
2. All About WSDLs
What Good Is a WSDL?
Generating Client-Support Code from a WSDL
The @WebResult Annotation
WSDL Structure
A Closer Look at WSDL Bindings
Key Features of Document-Style Services
Validating a SOAP Message Against a WSDL’s XML Schema
The Wrapped and Unwrapped Document Styles
Amazon’s E-Commerce Web Service
An E-Commerce Client in Wrapped Style
An E-Commerce Client in Unwrapped Style
Tradeoffs Between the RPC and Document Styles
An Asynchronous E-Commerce Client
The wsgen Utility and JAX-B Artifacts
A JAX-B Example
Marshaling and wsgen Artifacts
An Overview of Java Types and XML Schema Types
Generating a WSDL with the wsgen Utility
WSDL Wrap-Up
Code First Versus Contract First
A Contract-First Example with wsimport
A Code-First, Contract-Aware Approach
Limitati*** of the WSDL
What’s Next?
3. SOAP Handling
SOAP: Hidden or Not?
SOAP 1.1 and SOAP 1.2
SOAP Messaging Architecture
Programming in the JWS Handler Framework
The RabbitCounter Example
Injecting a Header Block into a SOAP Header
Configuring the Client-Side SOAP Handler
Adding a Handler Programmatically on the Client Side
Generating a Fault from a @WebMethod
Adding a Logical Handler for Client Robustness
Adding a Service-Side SOAP Handler
Summary of the Handler Methods
The RabbitCounter As a SOAP 1.2 Service
The MessageContext and Transport Headers
An Example to Illustrate Transport-Level Access
Web Services and Binary Data
Three Opti*** for SOAP Attachments
Using Base64 Encoding for Binary Data
Using MTOM for Binary Data
What’s Next?
4. RESTful Web Services
What Is REST?
Verbs and Opaque Nouns
From @WebService to @WebServiceProvider
A RESTful Version of the Teams Service
The WebServiceProvider Annotation
Language Transparency and RESTful Services
Summary of the RESTful Features
Implementing the Remaining CRUD Operati***
Java API for XML Processing
The Provider and Dispatch Twins
A Provider/Dispatch Example
More on the Dispatch Interface
A Dispatch Client Against a SOAP-based Service
Implementing RESTful Web Services As HttpServlets
The RabbitCounterServlet
Requests for MIME-Typed Resp***es
Java Clients Against Real-World RESTful Services
The Yahoo! News Service
The Amazon E-Commerce Service: REST Style
The RESTful Tumblr Service
WADLing with Java-Based RESTful Services
JAX-RS: WADLing Through Jersey
The Restlet Framework
What’s Next?
5. Web Services Security
Overview of Web Services Security
Wire-Level Security
HTTPS Basics
Symmetric and Asymmetric Encryption/Decryption
How HTTPS Provides the Three Security Services
The HttpsURLConnection Class
Securing the RabbitCounter Service
Adding User Authentication
HTTP BASIC Authentication
Container-Managed Security for Web Services
Deploying a @WebService Under Tomcat
Securing the @WebService Under Tomcat
Application-Managed Authentication
Container-Managed Authentication and Authorization
Configuring Container-Managed Security Under Tomcat
Using a Digested Password Instead of a Password
A Secured @WebServiceProvider
WS-Security
Securing a @WebService with WS-Security Under Endpoint
The Prompter and the Verifier
The Secured SOAP Envelope
Summary of the WS-Security Example
What’s Next?
6. JAX-WS in Java Application Servers
Overview of a Java Application Server
Deploying @WebServices and @WebServiceProviders
Deploying @WebServiceProviders
Integrating an In***ctive Website and a Web Service
A @WebService As an E***
Implementation As a Stateless Session E***
The Endpoint URL for an EBJ-Based Service
Database Support Through an @Entity
The Persistence Configuration File
The E*** Deployment Descriptor
Servlet and E*** Implementati*** of Web Services
Java Web Services and Java Message Service
WS-Security Under GlassFish
Mutual Challenge with Digital Certificates
MCS Under HTTPS
MCS Under WSIT
The Dramatic SOAP Envelopes
Benefits of JAS Deployment
What’s Next?
7. Beyond the Flame Wars
A Very Short History of Web Services
The Service Contract in DCE/RPC
XML-RPC
Standardized SOAP
SOAP-Based Web Services Versus Distributed Objects
SOAP and REST in Harmony
Index
作者介绍:
Martin Kalin, 德保罗大学计算机和数字媒体学院教授,拥有西北大学的博士学位。他撰写过关于C语言、C++和Java的书,并参与开发过大型分布式系统中的进程调度和产品配置。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
The HTTP start line comes first and specifies the request method, in this case thePOST method, which is typical of requests for dynamic resources such as webservices or othe***eb application code (for example, a Java servlet) as opposed torequests for a static HTML page. In this case, a POST rather than a GET requestis needed because only a POST request has a body, which encapsulates the SOAPmessage. Next comes the request URL followed by the HTTP version, in this case1.1, that the requester understands. HTTP 1.1 is the current version.
Next come the HTTP headers, which are key/value pairs in which a colon (:) separates the key from the value. The order of the key/value pairs is arbitrary. The keyAccept occurs three times, with a MIME (Multipurpose Internet Mail Extensi***) type/subtype as the value: text/xml, multipart/*, and application/soap. These threepairs signal that the requester is ready to accept an arbitrary XML resp***e, aresp***e with arbitrarily many attachments of any type (a SOAP message can havearbitrarily many attachments), and a SOAP document, respectively. The HTTP keySOAPAction is often present in the HTTP header of a web service request and thekey's value may be the empty string, as in this case; but the value also might be thename of the requested web service operation.
Two CRLF (Carriage Return Line Feed) characters, which correspond to two Javan characters, separate the HTTP headers from the HTTP body, which is requiredfor the POST verb but may be empty. In this case, the HTTP body contains theSOAP document, commonly called the SOAP envelope because the outermost ordocument element is named Envelope. In this SOAP envelope, the SOAP body contains a single element whose local name is getTimeAsString, which is the name ofthe web service operation that the client wants to invoke. The SOAP request envelope is *** in this example because the requested operation takes noarguments.
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
媒体评论
“《Java Web服务:构建与运行》有很多我发现非常实用的实例,从使用Amazon Associates Web服务到有很好的图解和安全说明以及加密密码的关于安全的一章,还包括使用证书的示例,这部分内容我还没在其他书中见过。”
——Greg Ostravich,Denver Java用户组主席
网站评分
书籍多样性:9分
书籍信息完全性:3分
网站更新速度:4分
使用便利性:9分
书籍清晰度:7分
书籍格式兼容性:6分
是否包含广告:4分
加载速度:9分
安全性:8分
稳定性:3分
搜索功能:6分
下载便捷性:7分
下载点评
- 速度快(96+)
- 无缺页(477+)
- 无漏页(629+)
- 差评(497+)
- 情节曲折(210+)
- 品质不错(250+)
- 收费(298+)
- 不亏(173+)
- 傻瓜式服务(413+)
下载评价
- 网友 訾***雰:
下载速度很快,我选择的是epub格式
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 谢***灵:
推荐,啥格式都有
- 网友 瞿***香:
非常好就是加载有点儿慢。
- 网友 敖***菡:
是个好网站,很便捷
- 网友 融***华:
下载速度还可以
- 网友 养***秋:
我是新来的考古学家
- 网友 丁***菱:
好好好好好好好好好好好好好好好好好好好好好好好好好
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
喜欢"Java Web 服务:构建与运行(影印版)"的人也看了
2020年 全国普通高校报考指南(上册) mobi 下载 网盘 caj lrf pdf txt 阿里云
新编MPA英语阅读教程(第四版) mobi 下载 网盘 caj lrf pdf txt 阿里云
谜语故事 mobi 下载 网盘 caj lrf pdf txt 阿里云
孩子优秀,不只是学习 mobi 下载 网盘 caj lrf pdf txt 阿里云
【正版新书】Visual_Foxpro习题、实验、案例 9787550409644西南财经大学 mobi 下载 网盘 caj lrf pdf txt 阿里云
中公版·2019医疗卫生系统公开招聘工作人员考试核心考点:医学基础知识 mobi 下载 网盘 caj lrf pdf txt 阿里云
孩子都能读的王阳明心学 全6册 mobi 下载 网盘 caj lrf pdf txt 阿里云
教你羽毛球 mobi 下载 网盘 caj lrf pdf txt 阿里云
建筑架子工 mobi 下载 网盘 caj lrf pdf txt 阿里云
山高水长:中山大学舞蹈团舞台掠影:1996-2019【可开发票】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 13-18岁.男孩叛逆怎么办 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 秣陵春——高阳作品系列 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2022年秋季黄冈小状元作业本三年级语文上人教版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 全新正版图书 成为演员:素质、技能与技许晓丹中国电影出版社9787106050832 表演艺术高等学校教材本科及以上蔚蓝书店 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 高聚物的现代研究方法 田威,孔杰,胡思海 西北工业大学出版社 9787561241950 大教辅 研究生 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 高中生心理辅导案例解析 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 社畜的股票攻略說明書 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 预售【外图台版】数位时代新闻学 /彭芸 双叶书廊 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 曲一线 53高中全优卷 思想政治 必修4 哲学与文化 人教版 新教材2022版五三 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 大全集 初中生作文分类 长江少年儿童出版社 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:4分
人物塑造:3分
主题深度:5分
文字风格:7分
语言运用:3分
文笔流畅:4分
思想传递:3分
知识深度:4分
知识广度:6分
实用性:4分
章节划分:4分
结构布局:5分
新颖与独特:6分
情感共鸣:5分
引人入胜:8分
现实相关:8分
沉浸感:8分
事实准确性:4分
文化贡献:9分