Java Web Services : Up and Running, 2nd Edition 🔍
Kalin, Martin O'Reilly Media, Incorporated, 2nd Edition, 2013
英语 [en] · EPUB · 3.1MB · 2013 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
描述
Preface -- Web Services Quickstart: -- Web Service miscellany -- What good are Web Services? -- Web Services and service-oriented architecture -- Very short history of Web Services: -- From DCE/RPC to XML-RPC -- Distributed object architecture: a Java example -- Web Services to the rescue -- What is REST?: -- Verbs and opaque nouns -- Review of HTTP requests and responses -- HTTP as an API: -- Two HTTP clients in Java -- First RESTful example: -- How the predictions Web Service works -- Client against the predictions Web Service -- Why use servlets for RESTful Web Services? -- What's next? -- RESTful Web Services: The Service Side: -- RESTful service as an HttpServlet: -- Implementation details -- Sample client calls against the predictions2 service -- RESTful Web Service as a JAX-RS resource: -- First JAX-RS Web Service using Jersey -- Publishing JAX-RS resources with a Java application -- Publishing JAX-RS resources with Tomcat -- Adage class -- JAX-RS generation of XML and JSON responses -- Porting the predictions Web Service to JAX-RS -- RESTful Web Service as Restlet resources: -- Sample calls against the adages2 service -- Publishing the adages2 Restlet Service without a web server -- RESTful service as a @WebService provider -- What's next? -- Restful Web Services: The Client Side: -- Perl client against a Java RESTful Web Service -- Client against the Amazon E-Commerce Service -- Standalone JAX-B example: -- Xstream option -- Another client against the Amazon E-Commerce Service -- CTA bus-tracker services -- RESTful clients and WADL documents -- JAX-RS client API -- JSON for JavaScript clients: -- JSONP and Web Services -- Composed RESTful service with jQuery -- Ajax polling example -- What's next? -- SOAP-Based Web Services: -- SOAP-based Web Service -- RandService in two files -- Clients against the RandService: -- Java client against the RandService -- C♯ client against the RandService -- Perl client against the RandService -- WSDL service contract in detail: -- Types section -- Message section -- PortType Section -- Binding section -- Service section -- Java and XML schema data type bindings -- Wrapped and unwrapped document style -- Wsimport artifacts for the service side -- SOAP-Based clients against Amazon's E-Commerce Service: -- Asynchronous clients against SOAP-Based services -- What's next? -- SOAP Handlers And Faults: -- Handler level in SOAP-Based services and clients -- Handlers and faults in the predictions SOAP service: -- Backend support classes -- From the client to the service -- Signature verification -- Faults from the application and handler levels -- Linking the Service-Side handler to the service -- Handler chain with two handlers -- SOAP-Based Web Services and binary data -- Transport level -- Axis2 -- What's next? -- Web Services Security: -- Wire-level security: -- HTTPS basics -- Symmetric and asymmetric encryption/decryption -- How HTTPS provides the three security services -- HTTPS handshake -- HttpsURL connection class -- Very lightweight HTTPS server and client -- HTTPS in a production-grade web server: -- Enforcing HTTPS access to a Web Service -- HTTPS client against the predictions2 service -- Container-managed security: -- Linking the service web.xml with Tomcat security realm -- Client side in users/roles security -- Using the curl utility for HTTPS testing -- @WebService under HTTPS with Users/Roles security -- Using a digested password instead of a password -- WS-security: -- Securing a @WebService with WS-security -- What's next -- Web Services And Java Application Servers: -- Web container: -- Message-oriented middleware -- Enterprise Java Bean container -- Naming an lookup service -- Security provider -- Client container -- Database system -- Toward a lightweight JAS -- GlassFish basics -- Servlet-Based Web Services under GlassFish: -- Example with mixed APIs -- Interactive Website and SOAP-Based Web Service -- @WebService as a @Stateless session EJB: -- Packing and deploying the predictions EJB service -- Client against the predictions EJB service -- TomEE: Tomcat with Java EE extensions: -- Porting the predictions EJB Web Service to TomEE -- Deploying an EJB in a WAR file -- Where is the best place to be in Java Web Services?: -- Back to the question at hand -- Index.;Annotation
备用文件名
lgli/Z:\Bibliotik_\15\2\2013(orig2009) Martin Kalin - Java Web Services - Up and Running[2ndED]_Rsvl.epub
备用文件名
lgrsnf/Z:\Bibliotik_\15\2\2013(orig2009) Martin Kalin - Java Web Services - Up and Running[2ndED]_Rsvl.epub
备用文件名
nexusstc/Java Web Services: Up and Running/0f767326c0301321746e71d19c6b1e98.epub
备用文件名
zlib/no-category/Kalin, Martin/Java Web Services: Up and Running_5872270.epub
备选作者
Martin Kalin; Safari, an O'Reilly Media Company
备用版本
Second edition, Sebastopol, California, 2013
备用版本
United States, United States of America
备用版本
Second edition, Beijing, 2013
备用版本
2nd ed, Sebastopol, 2013
备用版本
1st edition, 2013
备用版本
2, 20130827
元数据中的注释
lg2646046
元数据中的注释
{"edition":"2","isbns":["1449365108","1449373879","1449373887","9781449365103","9781449373870","9781449373887"],"publisher":"O'Reilly Media Inc"}
备用描述
Overview: Learn How To Develop Rest-style And Soap-based Web Services And Clients With This Quick And Thorough Introduction. This Hands-on Book Delivers A Clear, Pragmatic Approach To Web Services By Providing An Architectural Overview, Complete Working Code Examples, And Short Yet Precise Instructions For Compiling, Deploying, And Executing Them. You'll Learn How To Write Services From Scratch And Integrate Existing Services Into Your Java Applications. With Greater Emphasis On Rest-style Services, This Second Edition Covers Httpservlet, Restlet, And Jax-rs Apis; Jquery Clients Against Rest-style Services; And Jax-ws For Soap-based Services. Code Samples Include An Apache Ant Script That Compiles, Packages, And Deploys Web Services. Learn Differences And Similarities Between Rest-style And Soap-based Services; -- Program And Deliver Restful Web Services, Using Java Apis And Implementations; -- Explore Restful Web Service Clients Written In Java, Javascript, And Perl; -- Write Soap-based Web Services With An Emphasis On The Application Level; -- Examine The Handler And Transport Levels In Soap-based Messaging; -- Learn Wire-level Security In Http(s), Users/roles Security, And Ws-security; -- Use A Java Application Server (jas) As An Alternative To A Standalone Web Server.
备用描述
Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You{u2019}ll learn how to write services from scratch and integrate existing services into your Java applications. With greater emphasis on REST-style services, this second edition covers HttpServlet, Restlet, and JAX-RS APIs; jQuery clients against REST-style services; and JAX-WS for SOAP-based services. Code samples include an Apache Ant script that compiles, packages, and deploys web services. Learn differences and similarities between REST-style and SOAP-based services Program and deliver RESTful web services, using Java APIs and implementations Explore RESTful web service clients written in Java, JavaScript, and Perl Write SOAP-based web services with an emphasis on the application level Examine the handler and transport levels in SOAP-based messaging Learn wire-level security in HTTP(S), users/roles security, and WS-Security Use a Java Application Server (JAS) as an alternative to a standalone web server
备用描述
Annotation Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. Youll learn how to write services from scratch and integrate existing services into your Java applications. With greater emphasis on REST-style services, this second edition covers HttpServlet, Restlet, and JAX-RS APIs; jQuery clients against REST-style services; and JAX-WS for SOAP-based services. Code samples include an Apache Ant script that compiles, packages, and deploys web services. Learn differences and similarities between REST-style and SOAP-based servicesProgram and deliver RESTful web services, using Java APIs and implementationsExplore RESTful web service clients written in Java, JavaScript, and PerlWrite SOAP-based web services with an emphasis on the application levelExamine the handler and transport levels in SOAP-based messagingLearn wire-level security in HTTP(S), users/roles security, and WS-SecurityUse a Java Application Server (JAS) as an alternative to a standalone web server
备用描述
Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You'll learn how to write services from scratch and integrate existing services into your Java applications.
With greater emphasis on REST-style services, this second edition covers HttpServlet, Restlet, and JAX-RS APIs; jQuery clients against REST-style services; and JAX-WS for SOAP-based services. Code samples include an Apache Ant script that compiles, packages, and deploys web services.
Learn differences and similarities between REST-style and SOAP-based services Program and deliver RESTful web services, using Java APIs and implementations Explore RESTful web service clients written in Java, JavaScript, and...
COMPUTERS / Programming Languages / Java
开源日期
2020-07-26
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️
如果您在本月捐款,您将获得双倍的快速下载次数。

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:JDownloader
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。