Apr 09, 2012 |
4,883 views |

Book Description
Spring Web Services is a product of the Spring community focused on creating document-driven Web services.
Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.
This comprehensive guide — which provides professional expertise on a variety of technical topics right from setting-up a contract-first Web-Service, creating client of a Web-Service to serialization, monitoring, testing and security using Spring-WS — helps you enhance your skills in Spring Web Services.
Spring Web Services 2 Cookbook includes a wide variety of recipes that covers most important topics used in real-world applications. It is a well-rounded guide covering a lot of ground in the Spring Web Services domain using systematic arranged chapters and focused recipes.
The book begins with setting up a contract first Web Service over various protocols such as JMS, XMPP, and Email. The next chapter targets creating clients for SOAP Web Services. We then learn how to test and monitor the Web Service using tools like soapUI and TCPMon. Building on, logging, tracing and exception handling are detailed in the subsequent chapter. The book then covers marshalling and unmarshalling using different technologies like JAXB2, XMLBeans, JibX, XStream, MooseXML etc. Securing WebServices through authentication, authorization, encryption and decryption and digital signature using Spring-WS features based on XWSS and WSS4J Libraries is outlined in the next chapter two chapters. Download Now »
Dec 31, 2009 |
13,791 views |

Book Description
If you’d like to learn how to create web services (in particular, using Apache CXF or Axis2) and make some sense of various standards like JAX-WS, JAX-RS, JAXB, SOAP, WSDL, REST, MTOM, WS-Security, WS-Policy, XML Encryption and XML Signature, then this book is for you. Why? 1) It has a tutorial style that walks you through in a step-by-step manner.2) It is concise. There is no lengthy, abstract description.3) Many diagrams are used to show the flow of processing and high level concepts so that you get a whole picture of what’s happening.4) It contains working code.5) The first two chapters are freely available on http://www.agileskills2.org. You can judge it yourself.
Table of Contents
Chapter 1 Designing the interface for a simple web service
Chapter 2 Implementing a web service
Chapter 3 Viewing the SOAP message
Chapter 4 Accepting multiple parameters
Chapter 5 Sending and receiving complex data structures
Chapter 6 Sending binary files
Chapter 7 Invoking lengthy operations
Chapter 8 Signing and encrypting SOAP messages
Chapter 9 Creating scalable web services with REST
Chapter 10 Deploying your services and integrating them with Spring Download Now »
Dec 22, 2009 |
11,827 views |

Book Description
Apache CXF framework helps you to develop a standards-based programming model and also provides a flexible deployment model for deploying web services. Developing SOAP and RESTful applications can be made easy by using Apache CXF framework. However, getting started with developing web services using the Apache CXF framework is not easy.
This is the first book that gives details on how to use the Apache CXF framework for developing SOAP and REST web services. It is a hands-on practical guide that simplifies working with CXF framework as it covers all major aspects with real-world examples. The chapters cover the various CXF features in detail and each has systematic steps with practical, simple examples to implement these features on your web services.
The book introduces the Apache CXF framework and its features such as Frontend API, Data Bindings, Transports, Spring-based configuration, and CXF tools. It also has chapters on SOAP and RESTful services. It will help you create RESTful services that support XML as well as the widely accepted Java Script Object Notation (JSON) format. It explains the components of CXF architecture that help developers customize the Apache CXF framework to suit the target application. The book covers both code-first and contract-first approaches for service deployment. You will see how to develop services in a flexible deployment model offered by CXF, unit test them in a stand-alone environment, and finally promote them in an application server environment. Download Now »