Contents of This Book


Web services is the convergence of a suite of technologies into a cohesive whole. It unifies approaches that we as an industry have been doing in a standalone manner for many years. Java is a powerful technology that has contributed to the successful development of many large, mission-critical enterprise applications yet on its own is relatively powerless. When an enterprise combines Java with other industry principles such as XML, UML, object orientation, design patterns, and a good software development process, it can create meaningful services with strong value propositions: the key to Web services and this book.

We recommend that the chapters in this book, or at least in each part, be read in order, as each chapter builds on the previous one.

  • Part I provides an overview of the motivation behind the creation of Web services and their usage. It briefly covers how to start designing a Web service and some of the infrastructure and other basic components used in Web service construction. It jumps into the standards and technologies used in all Web services, regardless of the language implemented. Here you will learn about Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL),and Universal Description, Discovery and Integration (UDDI).

  • Part II covers all the JAX APIs that are the foundation of Web services within Java. You'll learn about the basic usage of the APIs and some advanced techniques.

  • Part III explores advanced topics that are not directly related to Java but are things to think about when architecting a Java-based Web service. It includes checklists, tips, and additional resources.

This book assumes you understand Java and have had real-world experience with the language. Its coverage of Java is limited to the APIs needed to deploy a Web service. All the examples use Java, but an understanding of another object-oriented language is sufficient. We also assume you have basic familiarity with XML and its syntax.

We have intentionally avoided presentating any formal software development process for Web services. The only processes mentioned in this regard are those that are time-tested and proven to lead you to success.

UML notation is expansive. This book limits its examples and usage of UML to use cases, class diagrams, and sequence diagrams, as these are the most useful in the development lifecycle. Within each of these types, we limit our diagrams' complexity to the level typically covered in an introductory book.

Because design patterns are used extensively in this book, we hope you have some familiarity with the topic. We assume you have a basic understanding of some of the most frequently used patterns with J2EE, such as Proxy, Adapter, Composite, Chain of Responsibility, Observer, and Bridge. If you are unfamiliar with this topic, we suggest the immediate purchase of Core J2EE Patterns and Design Patterns.




Java Web Services Architecture
Java Web Services Architecture (The Morgan Kaufmann Series in Data Management Systems)
ISBN: 1558609008
EAN: 2147483647
Year: 2005
Pages: 210

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net