Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java Web Services: Up and Running, 2 edition

Posted By: nebulae
Java Web Services: Up and Running, 2 edition

Martin Kalin, "Java Web Services: Up and Running, 2 edition"
English | ISBN: 1449365116 | 2013 | 360 pages | PDF, EPUB | 13 MB

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
Download