- Shopping Bag ( 0 items )
-
All (12) from $11.65
-
New (8) from $58.05
-
Used (4) from $11.65
More About This Textbook
Overview
[shelving code] Data Management/Programming
Business rules engines can make organizations more agile by allowing them to manage diverse sets of operating rules, such as many different contracts for goods and services with different clients. For example, business rules engines can contain interfaces that allow users to define business rules to add specific functionality to software applications in order to take advantage of particular business arrangements. This enables organizations to overcome the barriers of time, money, and reliability that traditional programming approaches present when trying to include variable business situations within information systems. Rules engines can also speed software implementation, provide increased auditability, and ensure engineering compliance. The capacity to understand and manage business rules outside of the "black box" of program code can improve the overall quality of IT infrastructures.
How to Build a Business Rules Engine is the first book to provide a detailed roadmap, with examples, for building a business rules engine. Written from the author"s 12 years of experience building business rules functionality, this book covers the necessary background and concepts, as well as the specific steps needed to build a rules engine. The book describes not only the components that a rules engine must have, but also the organizational issues that may determine its success after it has been built and implemented.
Features
· The only book that demonstrates how to develop a business rules engine. Covers user requirements, data modeling, repository design, metadata engineering, and more.
· Includes conceptual overview chapters suitable for management-level readers, including general introduction, business justification, and development and implementation considerations.
· A sample application is used throughout the book to illustrate concepts. The code for the sample application is available online at http://www.bizrulesengines.com.
About the Author
Malcolm Chisholm holds an M.A. from the University of Oxford, and a Ph.D. from the University of Bristol. He has over 20 years of experience in information technology and 12 years building business rules engines. His expertise has allowed him to work in various industries focusing on systems development and data administration. Recently he has worked with the United Nations Development Program and Deloitte and Touche.
Audience: Database designers, data modelers, database administrators, software engineers, systems architects, project leader, project manager, programmer, and other IT staff.
Product Details
Related Subjects
Meet the Author
Malcolm Chisholm holds an M.A. from the University of Oxford, a Ph.D.from the University of Bristol, and has over 20 years of experience in information technology. His expertise has allowed him to work in various industries focusing on systems development and data administration. Recently he has worked with the United Nations Development Program and Deloitte and Touche.
Read an Excerpt
Table of Contents
What Are Business Rules and Business Rules Engines. Why Build a Business Rules Engine. Data Modeling and Database Design. Who Defines Business Rules and When Do They Do It. The Atomicity of Business Rules. The "Black Box" Problem. The Components of a Business Rules Engine. Populating Table Data in the Repository. Populating Column Data in the Repository. Populating Relationship and Subtype Data in the Repository. Populating Reference Data in the Repository. Defining Business Processes and Related Information. Extending the Database. Managing the Database. Implementing a Simple Business Rule. More Edit Validation Rules, Rule Components, and Rule Versions. Rule Types for Checking Referential Integrity. Working with Batch Processes: Setting Indicators and Reference Data Code Values. Implementing Rule Types Using Relationships and Subtipes. Rules with Subtypes and Business Metadata. Debugging in Business Rules Engines. Managing the Business Rules Engine. Appendix A: Using the Sample Application.