LET'S CONNECT!
Enter for a chance to win an eBook of your choice from InformIT. Fill out the form.
Rough Cuts are manuscripts that are developed but not yet published, available through Safari. Rough Cuts provide you access to the very latest information on a given topic and offer you the opportunity to interact with the author to influence the final publication.
This is a working draft of a pre-release book. It is available before the published date as part of the Rough Cuts service.
Understanding IBM SOA Foundation Suite
Learning Visually with Examples
Master the IBM SOA Foundation Through 26 Hands-On, Start-to-Finish Tutorials
The IBM SOA Foundation Suite is an integrated, open-standards-based set of software, best practices, and patterns that help you systematically maximize the business value of SOA. Understanding IBM SOA Foundation Suite brings together 26 hands-on tutorials that will help you master IBM SOA Foundation and apply it successfully in your organization. Four of IBM’s SOA practitioners identify core IBM SOA Foundation components and usage scenarios, and walk you step-by-step through implementing them in real-world environments. This book’s self-contained tutorials are presented both in print and through video on the accompanying CD-ROM, showing you the results of every action immediately, whether you’re running the software or not. Using these tutorials, technical professionals can quickly move up the learning curve, discovering how each product works, and how they fit together. You’ll gain the big picture overview you need to make intelligent up-front decisions, and all the hands-on practice you need to prototype working solutions.
Coverage includes
Preface xix
Acknowledgments xxv
About the Author xxvii
Chapter 1 Introduction 1
IBM SOA Foundation 2
Service Design and Service Creation 2
Service Integration 3
Service Connectivity 5
Service Security and Management 7
Service Registry and Service Governance 9
How This Book Is Organized 10
Chapter 2 Service Design with IBM Rational Software Architect 13
Product Overview 13
What Is UML? 14
What Are UML Models and UML Diagrams? 14
How Does It Support SOA? 15
Tutorial Overview–Design a Time Zone Converter Service 16
Service Specification 17
System Requirements 17
What Is Included in the CD-ROM? 18
Tutorial 2.1–Use a UML Model to Capture a Service Design 18
Tutorial 2.2: Capture the Use Cases for a Service Using a Use Case Diagram 21
Tutorial 2.3: Design the Blueprint for a Service Using a Class Diagram 23
Tutorial 2.4: Detail the Flow of a Service Using a Sequence Diagram 33
Tutorial 2.5: Share the Service Design with Others 38
Tutorial 2.6: Transform the Service Design to Implementation with Round-Trip Engineering 40
Transform UML to Java 41
Transform Java to UML 46
Complete the Implementation 51
Summary 52
Chapter 3 Service Creation with IBM Rational Application Developer and IBM WebSphere Application Server 55
Product Overview 55
How Do They Support SOA? 59
Tutorial Scenario 61
System Requirements 62
What Is Included in the CD-ROM? 62
Tutorial 3.1: Create, Deploy, and Test a Web Service 63
Creating a Web Project 66
Creating a Java Object–DrivingRecord 66
Creating a Web Service Java Class–DrivingRecordWebService 67
Creating a Web Service 68
Examining the WSDL Interface 69
Testing the Web Service 71
Tutorial 3.2: Create a Database Table 73
Create a Database Connection 73
Creating a Data Model 75
Tutorial 3.3: Invoke a Web Service and Persist the Data Using Java Persistence API 80
Creating a JPA Web Project 84
Generating a Web Service Client 86
Creating a Web Application to Invoke the Web Service 87
Running the Web Application in a Browser 91
Creating a JPA Entity 91
Create a Utility Class 95
Set Up the JDBC Configurations in the Persistence XML File 97
Modifying the Web Application 98
Running the Web Application 101
Export the Project as an EAR File 103
Tutorial 3.4: Deploy an Application into a WebSphere Application Server 104
Set Up the Database 10