|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn859203857 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
131001s2013 cc o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d TEFOD
|d IDEBK
|d OCLCF
|d YDXCP
|d OCLCO
|d UMI
|d DEBSZ
|d CUS
|d COO
|d REB
|d TEFOD
|d EBLCP
|d OCLCQ
|d JG0
|d OCLCQ
|d CEF
|d UAB
|d WYU
|d UKAHL
|d OCLCQ
|d OCLCO
|d FZL
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB369653
|2 bnb
|
016 |
7 |
|
|a 016467977
|2 Uk
|
019 |
|
|
|a 860879391
|a 861503433
|a 957635496
|a 1066515978
|a 1351582337
|a 1380769153
|
020 |
|
|
|a 9781449373870
|q (electronic bk.)
|
020 |
|
|
|a 1449373879
|q (electronic bk.)
|
020 |
|
|
|a 9781449373887
|q (electronic bk.)
|
020 |
|
|
|a 1449373887
|q (electronic bk.)
|
020 |
|
|
|a 9781449365103
|q (ebook)
|
020 |
|
|
|a 1449365108
|q (ebook)
|
020 |
|
|
|z 9781449365110
|
020 |
|
|
|z 1449365116
|
024 |
8 |
|
|a 9781449373856
|
029 |
1 |
|
|a AU@
|b 000052162020
|
029 |
1 |
|
|a AU@
|b 000056881387
|
029 |
1 |
|
|a DEBBG
|b BV041433222
|
029 |
1 |
|
|a DEBSZ
|b 398291993
|
029 |
1 |
|
|a NLGGC
|b 370197836
|
029 |
1 |
|
|a AU@
|b 000070667719
|
035 |
|
|
|a (OCoLC)859203857
|z (OCoLC)860879391
|z (OCoLC)861503433
|z (OCoLC)957635496
|z (OCoLC)1066515978
|z (OCoLC)1351582337
|z (OCoLC)1380769153
|
037 |
|
|
|a CL0500000328
|b Safari Books Online
|
037 |
|
|
|a DAD9A143-49CD-4E93-9C92-B28D133A0324
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J38
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2762
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kalin, Martin,
|e author.
|
245 |
1 |
0 |
|a Java Web services :
|b up and running /
|c Martin Kalin.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Beijing :
|b O'Reilly,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation
|b 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.
|
505 |
0 |
|
|a 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.
|
542 |
|
|
|f Copyright © O'Reilly Media 2013
|g 2013
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
1 |
7 |
|a Webservices.
|2 gtt
|
650 |
1 |
7 |
|a Programmatuurtechniek.
|2 gtt
|
650 |
1 |
7 |
|a Java (programmeertaal)
|2 gtt
|0 (NL-LeOCL)148317294
|
776 |
0 |
8 |
|i Print version:
|a Kalin, Martin.
|t Java Web services.
|b Second edition
|z 9781449365110
|w (OCoLC)855704968
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449373856/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH25793556
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH25793557
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1363578
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 635364
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28409098
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11204699
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11090220
|
994 |
|
|
|a 92
|b IZTAP
|