• Complain

Jos Dirksen - SOA Governance in Action: REST and WS-* Architectures

Here you can read online Jos Dirksen - SOA Governance in Action: REST and WS-* Architectures full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2012, publisher: Manning Publications, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Jos Dirksen SOA Governance in Action: REST and WS-* Architectures
  • Book:
    SOA Governance in Action: REST and WS-* Architectures
  • Author:
  • Publisher:
    Manning Publications
  • Genre:
  • Year:
    2012
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

SOA Governance in Action: REST and WS-* Architectures: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "SOA Governance in Action: REST and WS-* Architectures" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Summary

SOA Governance in Action is a hands-on guide for developers and technology leads who need to develop and implement policies for SOA projects. This book introduces the fundamentals of good governance, the best practices for implementing them, and how to support governance using various open source tools. Youll follow an extensive case study that addresses the areas of service design, security, testing, and performance.

About the Technology

Governance is a serious word for a simple idea-defining processes, roles, and expectations for a software project. Its especially important in SOA where you have multiple stakeholders, competing requirements, and complex integration tasks. Good SOA governance blends established best practices, strong management and monitoring tools, and the flexibility to embrace new technologies and patterns.

About the Book

SOA Governance in Action shows developers how to apply governance concepts and implementation practices to achieve success in SOA projects. Youll learn practical techniques like building a metadata repository using WSO2 Registry or a custom monitoring dashboard using Bamos BAM. Youll also explore other supporting tools, such as using OpenAM, to implement security-related policies. Along the way, youll explore the nuances of writing policies that work for the project and click with your corporate culture.

Written for business application developers. Familiarity with Java and BPMN is helpful but not required.

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Whats Inside
  • Service design, security, testing, and performance
  • Self documenting services, auditing, and running in a cloud.
  • Supporting best practices with open source tools
  • Examples using both REST and WS-*

==================================================

Table of Contents
    PART 1 INTRODUCTION
  1. Introducing SOA governance
  2. Setting up the SOA governance environment
  3. Using a case study to understand SOA governance
  4. PART 2 DESIGN-TIME POLICIES
  5. Service design and documentation policies
  6. Security policies
  7. Testing, performance, and the cloud
  8. PART 3 RUNTIME POLICIES
  9. Using tools for runtime governance
  10. Lifecycle support and discovering resources
  11. Integrating SOA governance tools with existing tools and technologies
  12. APPENDIX Installing tools, libraries, and frameworks

Jos Dirksen: author's other books


Who wrote SOA Governance in Action: REST and WS-* Architectures? Find out the surname, the name of the author of the book and a list of all author's works by series.

SOA Governance in Action: REST and WS-* Architectures — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "SOA Governance in Action: REST and WS-* Architectures" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
SOA Governance in Action:
REST and WS-* Architectures
Jos Dirksen

SOA Governance in Action REST and WS- Architectures - image 1

Copyright

For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact

Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 261 Shelter Island, NY 11964 Email: orders@manning.com

2013 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Picture 2 Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without elemental chlorine.

Picture 3

Manning Publications Co.20 Baldwin RoadPO Box 261Shelter Island, NY 11964
Development editor: Scott MeyersTechnical proofreader: Niek Palm Copyeditor: Linda Recktenwald Proofreader: Melody Dolab Typesetter: Marija Tudor Cover designer: Marija Tudor

Printed in the United States of America

1 2 3 4 5 6 7 8 9 10 MAL 18 17 16 15 14 13 12

Dedication

To my wife Brigitte, my daughter Sophie, and my parents

Brief Table of Contents
Table of Contents
Preface

A few years ago, I wrote a book with a colleague about open source ESBs (Enterprise Service Buses), Open Source ESBs in Action (Manning, 2008). In that book we wrote about using open source tools to integrate applications and expose legacy systems as services. In the years that followed, ESBs were seen as one of the cornerstones of developing Service Oriented Architectures (SOAs). In 2008, when people talked about SOA, especially in the enterprise world, they meant the traditional SOAP-over-HTTP-based services. Everyone was doing this, the big vendors promoted it, and it finally looked like we had a way to create services that could be used by other departments and multiple users.

Over the next couple of years I wrote many services myself and was part of many projects that tried to use SOA concepts to create reusable services. What I noticed was that every company and every department had their own standards, tools, technologies, and a set of principles they used to determine how a service should be written. For one project we created a RESTful service using Scala without writing any documentation; for another project, we meticulously documented each element and operation of a SOAP/HTTP-based service. But the goals for both projects were the same: we wanted to create a service that would have a long life, would be used by many consumers, and was easy to maintain and possibly extend.

One thing I know is that developers and architects want to create good services, but what is almost always missing is a solid set of rules and standards to follow when developing a service. In our projects we often create a set of coding standards that are enforced through an IDE plugin, as well as some coding guidelines and dos and donts. While that assures the quality of the code, it isnt enough to create an easy-to-use service. For this you also need a set of rules, a set of principles that determines how your client interacts with your service. In other words, it is good to have a set of policies that help you define the contract of your service.

And what happens after a service is in production? I know from experience that measuring who is using a service and garnering insight into the business processes using your service can give you valuable information. This information can help you determine where to focus your development, where to add resources, and much more.

What I needed was a form of SOA governance. I wanted a set of policies we could use while creating the service (design-time governance) and a way to measure how our services were being used (runtime governance). Most books on SOA governance focus on the process, which is also very important, but they often lack practical examples. This book tries to provide you both with a set of guidelines for and practical examples of how to apply SOA governance.

I hope this book will show you that getting started with SOA governance isnt that hard and that it provides many advantagesand that there are plenty of open source tools that can help you take the first steps.

Acknowledgments

Writing a book is a long and difficult effort. I couldnt have done this without the support and hard work of many others. There are many people Id like to thank:

  • Michael Stephens at Manning who helped me with the initial proposal. Without his help this book wouldnt have seen the light of day.
  • My technical proofreader, Niek Palm, who worked tirelessly during the holiday period to meticulously work through the examples and the content. I appreciate that he always spoke his mind, and didnt always agree with me or with what Id written.
  • My copyeditor Linda Rechtenwald for her hard work translating my non-native written English to readable text. You wouldnt believe how many times she corrected my errors.
  • Katie Tennant and Melody Dolab for proofreading the book and making my work easier by ensuring that everything was consistent.
  • All the other people at Manning who helped me get this book published. Thanks for believing in this book and helping me all along the way.
  • Id also like to thank my development editors who guided me through the many stages of the book: Scott Meyers, Jeff Bleiel, and Dean DeChambeau.
  • Thanks to the following reviewers who read the manuscript at various stages of development. Your valuable and sometimes critical comments made this a better book: Alberto Lagna, Andy Verberne, Barry Polley, David Dossot, Hemant Bedekar, Jason Coates, Javier Carro, Jeroen Benckhuijsen, Padmavathy Ramesh, Roy Prins, Sander Rossel, Senaka L. Fernando, Tijs Rademakers, and Tray Scates.
  • Thanks to the guys at WSO2 for creating such great 100% open source products.
  • Special thanks to Edwin Damen and Jac Speelman at JPoint (my employer), for giving me the time to finish the last couple of chapters, instead of sending me out to clients.
  • A final thank-you to my wife who, once again, had to endure many long days and evenings without me while I sat at my laptop. And I couldnt have done this without my daughter who always succeeds in cheering me up when Im down.
About this Book

Welcome to SOA Governance in Action. The main goal of this book is to introduce you to SOA governance and provide you with a set of guidelines and policies you can use to get started introducing SOA governance to your organization.

The book is divided into three parts. In the first part youll be introduced to the theory behind SOA governance and youll set up an environment that you can experiment with. In the second and third parts of the book, we look at and discuss various concepts you can use to start governing your SOA.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «SOA Governance in Action: REST and WS-* Architectures»

Look at similar books to SOA Governance in Action: REST and WS-* Architectures. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «SOA Governance in Action: REST and WS-* Architectures»

Discussion, reviews of the book SOA Governance in Action: REST and WS-* Architectures and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.