Book Image

SOA Made Simple

Book Image

SOA Made Simple

Overview of this book

SOA is an industry term which is often preached like a religion rather than taught like a technology, and over time, grasping the concept has become unnecessarily difficult. Many companies proclaim that they don't know where to begin with SOA, while others have begun their SOA effort but haven't reaped the benefits they were convinced it would bring. "SOA Made Simple"ù unveils the true meaning of Service Oriented Architecture and how to make it successful so that you can confidently explain SOA to anyone! "SOA Made Simple"ù explains exactly what SOA is in simple terminology and by using real-life examples. Once a simple definition is clear in your mind, you'll be guided through what SOA solves, when and why you should use it, and how to set up, design and categorize your SOA landscape. With this book in hand you'll learn to keep your SOA strategy successful as you expand on it. "SOA Made Simple"ù demystifies SOA, simply. It is not difficult to grasp, but for various reasons SOA is often made unnecessarily complex. Service-orientation is already a very natural way of thinking for business stakeholders that want to realize and sell services to potential clients, and this book helps you to realize that concept both in theory and practice. You'll begin with a clear and simple explanation of what SOA is and why we need it. You'll then be presented with plain facts about the key ingredients of a service, and along the way learn about service design, layering and categorizing, some major SOA platform offerings as well as governance and successful implementation. After reading "SOA Made Simple"ù you will have a clear understanding of what SOA is so you can implement and govern SOA in your own organization.
Table of Contents (17 chapters)
SOA Made Simple
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Business rules


The term business rules is used to indicate relatively fast-changing decision logic in processes and services, as opposed to more static business logic. Business Rules Engines (BRE) or Business Rules Management Systems (BRMS) implement business rules in such a way that the logic can easily be changed at runtime by separating the “know” (Business Rule) from the “flow” (process), using a graphical user interface without the need of software development and redeployment of services.

Business rules contain decision logic that is important to business stakeholders. Let’s look at some examples of such logic:

  • The order-to-cash process in which customers with platinum status get a 15 percent discount, while silver status customers get a 5 percent discount and other customers no discount. Over time, you might want to introduce gold status customers or change the discount percentages.

  • A service InvoiceService that contains a rule that invoices under $10,000 can be processed in an automated...