Showing posts with label systems analysis. Show all posts
Showing posts with label systems analysis. Show all posts

7/25/2012

UML 2.0 in Action: A project-based tutorial: A detailed and practical walk-through showing how to apply UML to real world development projects Review

UML 2.0 in Action: A project-based tutorial: A detailed and practical walk-through showing how to apply UML to real world development projects
Average Reviews:

(More customer reviews)
First of all, why learning UML? Mainly because the Unified Modeling Language is maybe the best-known standardized graphical notation you can use to create an abstract model of a system. With complex systems, you can not rely on ad-hoc graphical representations.
Then, how to choose a good and practical book for learning UML 2.0? This is a tough task, as major publishers have lots of books on UML, some of them extremely complex and pricey.
Given that I was only able to understand very basic concepts of UML diagrams, I always wanted to truly learn UML, but had no time, nor the obligation to do it. That's a pity, as I often find myself in lack of a standardized way to express the relationships that govern a particular process.
A book has therefore to be chosen by its practical aspect, not the comprehensiveness. It's better to be able to learn "just enough UML" to get a different perspective and to get your job done, than to be discouraged by a thick bible you don't even dare to open!
My candidates included:
-- "UML 2 and the Unified Process : Practical Object-Oriented Analysis and Design (2nd Edition)" from Addison-Wesley, which has good references both as a practical book and as a reference book. I however find it unappropriate that it insisted on using commercial UML tools from Rational Rose, MagicDraw and Interactive Objects. I don't want them, I just want the UML course!
-- Many Amazon.com visitors decided to buy the "UML Bible" instead. No kidding, why should I opt for a "clear and accessible... err... 940-page book?!"
-- A much more tempting choice is Kendall Scott's "Fast Track UML 2.0". The author has great references, the book itself is supposed to only capture the essential information from the complexity of UML 2.0 (and it's cheap too!), but Amazon.com's visitors insist on the proofreading errors in the book, even if they seem to have been addressed by the author, at least in part. I stayed in doubt though... even if I have previously bought from Apress and their books are good.
I can't remember now exactly how, but the next thing that came in my browser was "UML 2.0 in Action: A project-based tutorial", from Packt Publishing -- I've written about them two weeks ago on my blog.
This book is a translation of the German original 3rd edition of "UML 2.0 projektorientiert", from Galileo Computing.
To clarify a situation with Galileo's book's page on Amazon.de: the criticism over some errors are referring to the first edition -- things are now corrected. Packt's translation follows the latest available German edition.
We could take a look on what Amazon.com's readers have to say about the book from Packt. The only review to date comes from a Top 500 reviewer, who notes:
-- "UML can be a rather daunting subject if you try and look at the entire thing at once. But if you can distill down the items that are used most often, it becomes much more manageable. That's the goal of Packt Publishing's book UML 2.0 In Action - A Project Based Tutorial."
-- "UML 2.0 In Action will have you understand much more (and much more quickly) than you might otherwise figure out..."
What I've got with my purchase? A book, what else. This is not the cheapest book ever seen for its 229 pages (the German edition has 288 pages because of a slightly different layout). The only drawback compared to the German book is that the English one is paperback instead of hardcover and lacks the color A2-sized poster with diagrams and models. But this is easy to explain due to the printing process (see below).
The free shipping took seven days sharp from Birmingham (UK) to Brasov (Romania), and the Royal Mail stamp was labeled GBP3.39 (about US$6).
The cover is attractive and optimistic (orange, lime green and black make a perfect combination). The printing is somewhat less-than-perfect, and an educated eye would say the pages are printed on a laser printer... which they actually are! The printing house is Lightning Source, the world leader in Printing On Demand -- and that makes it all clear. To be able to print and ship from 3 different locations, traditional printing may be costly. Contrary to the first guess, printing on demand a book like this one (248 physical pages plus the covers) should only cost something like $6 in quantities of 500. About 50% of the price you paid is to be split between operational costs of the publisher, marketing, royalties, and the profit.
What I liked with this book in the first place? I mostly loved that it doesn't claim that "UML is a diagramming language meant to describe and document object-oriented software systems."
As I personally believe that UML is not only for IT projects, but also for any business process, this book gives me full satisfaction by saying: ?UML can be used to model a variety of systems: software systems, business systems, or any other system.?
To prove it, the book purposely limits its scope to the most useful and used parts of the UML, without claiming the completeness. The examples are deliberately took from the real life and are not treating the development of a software application, as you might be expecting! They do however address the modeling of IT systems (Chapter 4) and system integration (Chapter 5).
If you're taking for simple a business system consisting in an airport, with passengers, passenger services, all the possible situations, interactions, and involved information, well... think again! The describing of the functioning and organization of the "UML Airport" is the pretext of the whole book and it's quite an inspired choice: you can not claim you couldn't understand something because of "insufficient programming experience" -- no programming experience is required!
Three models are actually described and analyzed in the book:
-- the model of the business system (passengers, employees, business processes);
-- the model of the IT system dealing with the passenger services business system;
-- the model of the system integration of all these into the environment, including the connections with the external world.
As the book is fortunately good enough to be understood by business analysts, not only by software analysts, the class is defined at page 133 (Chapter 4, the IT systems) as ?a relevant concept from the domain, a set of persons, objects, or ideas that are depicted in the IT system?.
At the business system level, the Class Diagrams introduced at page 87 only rely on definitions from pp. 82-83:
-- the class "Worker", a stereotype ?used to describe the roles of those people who execute business processes or who are involved in execution of business processes?;
-- the class "Business Object", indirectly defined as being ?handled (utilized, controlled, manipulated, produced, etc.) by workers?.
I will not tell you the whole story, as I already have in my mind's eyes plenty of airplanes and check-in employees :-), I will only note that the book uses a very American/International English language and spelling, rather than a British one (it even writes "etc." without the ending point, as in the Merriam-Webster: "etc").
A typical software-oriented scholastic UML course would probably introduce at least 9 of the 13 types of UML diagrams , focusing on the "mandatory" 6 ones (marked with (?)), in this order:
-- Use Case Diagrams (?)
-- Class Diagrams (?)
-- Sequence Diagrams (?)
-- Communication Diagrams (?) (formerly Collaboration Diagrams)
-- State Diagrams (?)
-- Activity Diagrams (?)
-- Component Diagrams
-- Deployment Diagrams
-- Object Diagrams
Since the book describes an easier to understand busines process, it introduces concepts in this sequence:
-- Use Case Diagrams (?)
-- Activity Diagrams (?)
-- Sequence Diagrams (?)
-- Package Diagrams
-- Class Diagrams (?)
-- Use Case Sequence Diagrams -- a special type of (mixed) Sequence Diagrams advocated by the book!
-- Statechart Diagrams (a.k.a. State Machine Diagrams)
-- Communication Diagrams (?)
Quite logical, if you read the book -- even a little too advanced, as many simple processes can be described avoiding package diagrams. And definitely originalin my eyes as I didn't knew about the "Use Case Sequence Diagrams!"
System Integration (Chapter 5) requires some more terminology. It's time to find out that the 'events' you were using, together with the associated 'reference data', are nothing else but 'messages'. Or even 'documents' if they're XML-fied. (The book will not get too technical, don't worry.)
Overall, a pleasant and instructive experience, still awaiting for my time to explore, analyze and understand all the diagrams and the concepts. As many people consider UML to be too bloated, too fine-grained in many aspects, this book shows how you can only use what you really need of UML 2.0.
A 4.7 stars book, if that level of granularity was possible.

Click Here to see more reviews about: UML 2.0 in Action: A project-based tutorial: A detailed and practical walk-through showing how to apply UML to real world development projects

If you've read the UML documentation or a guide to the UML syntax, but don't feel you really know where to start with UML on a live project, then this unique book is what you need. Written as a practical case study, the book sets out to give you the intuitive feel for UML you need to confidently add it to your core development toolkit. The authors walk through a rich analysis and design scenario, explaining which parts of UML to use, and how to use them. The emphasis is on the systematic and practical application of UML to real business cases. The book was written for business analysts, technical architects and developers. It does not require detailed programming knowledge, nor is prior experience of UML mandatory. It shows how, with UML, simple models of business processes and specification models can be created and read with little effort.

Buy NowGet 14% OFF

Click here for more information about UML 2.0 in Action: A project-based tutorial: A detailed and practical walk-through showing how to apply UML to real world development projects

Read More...

5/25/2012

Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science) Review

Military Operations Research: Quantitative Decision Making (International Series in Operations Research and Management Science)
Average Reviews:

(More customer reviews)
Jaiswal provides the most recent land power-focused military operations research volume. He provides a basic survey of the field, beginning with a very brief discussion of the origins of OR in the military. His topics include search and detection, military simulation, cost effectiveness analysis, optimization, the Analytic Hierarchy Process, Lanchester equations, and a quantified approach to intelligence analysis. The reader should be aware that his coverage of various specific military simulation models is a bit dated, as one should expect in a book, and limited in scope. Beyond that topic, his treatment is broad and therefore less sensitive to the passage of time. The book is a survey, so depth of treatment is not present. But it fills the intended role of pulling together disparate topics of land-based military OR. It also provides some perspective on non NATO defense issues. It must be challenging to decide what to exclude, but surprisingly there is no coverage of network flows, queuing theory, decision analysis, or game theory which have clear military applications. The focus is also on operations rather than the logistics of military analysis.

Click Here to see more reviews about: Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science)

The field of Operations Research (OR) grew out of World War IIoperations to improve the effectiveness of newly introduced weaponsand equipment, and to solve logistical problems for the war effort.Since its beginnings, OR has rapidly become a robust set ofdecision-making methodologies widely used in business, engineering,and governmental sectors. Nevertheless, many of OR's military anddefense contributions have remained confined to classified reports.This book is a systematic, state-of-the-art treatment of militaryoperations research (MOR). It has been written for those interested inlearning about the applications of OR techniques to military problems,and within these discussions theoretical concepts needed for analysisof military issues are presented. The book examines issues that relateto both tactical and strategic levels. Several examples have beensolved in each chapter to illustrate the application of the techniquesof MOR to military systems. The data used in these examples arehypothetical. They do not correspond to any existing weapon ormilitary situations. They are used strictly to illustrate anapplication of MOR in defense decision-making.

Buy Now

Click here for more information about Military Operations Research: Quantitative Decision Making (International Series in Operations Research & Management Science)

Read More...

4/04/2012

The Data Warehouse Lifecycle Toolkit Review

The Data Warehouse Lifecycle Toolkit
Average Reviews:

(More customer reviews)
but were afraid to ask. This is the definitive book on the DW lifecycle. After having worked on two not-so-perfect data warehousing projects, I found myself on more than one occasion seeing in print many of the ideas that I have either arrived at by trial and error or had a hunch were the right way to go. I would have given this book five stars, except for one thing: you really need to have read Kimball's first book, The Data Warehouse Toolkit, to get the proper foundation for reading the DW Lifecylcle Toolkit. I bought the DW Lifecycle Toolkit first thinking that I could jump right ahead. Not so. Much to my chagrin, I ended up buying the DW Toolkit and reading it first. These books really should be offered with the option to be purchased together. That way, the reader will know up front that both books are a must read.

Click Here to see more reviews about: The Data Warehouse Lifecycle Toolkit

A thorough update to the industry standard for designing, developing, and deploying data warehouse and business intelligence systems
The world of data warehousing has changed remarkably since the first edition of The Data Warehouse Lifecycle Toolkit was published in 1998. In that time, the data warehouse industry has reached full maturity and acceptance, hardware and software have made staggering advances, and the techniques promoted in the premiere edition of this book have been adopted by nearly all data warehouse vendors and practitioners. In addition, the term "business intelligence" emerged to reflect the mission of the data warehouse: wrangling the data out of source systems, cleaning it, and delivering it to add value to the business.
Ralph Kimball and his colleagues have refined the original set of Lifecycle methods and techniques based on their consulting and training experience. The authors understand first-hand that a data warehousing/business intelligence (DW/BI) system needs to change as fast as its surrounding organization evolves. To that end, they walk you through the detailed steps of designing, developing, and deploying a DW/BI system. You'll learn to create adaptable systems that deliver data and analyses to business users so they can make better business decisions.
With substantial new and updated content, this second edition of The Data Warehouse Lifecycle Toolkit again sets the standard in data warehousing for the next decade. It shows you how to:
Identify and prioritize data warehouse opportunities
Create an architecture plan and select products
Design a powerful, flexible, dimensional model
Build a robust ETL system
Develop BI applications to deliver data to business users
Deploy and sustain a healthy DW/BI environment

The authors are members of the Kimball Group. Each has focused on data warehousing and business intelligence consulting and education for more than 15 years; most have written other books in the Toolkit series. Learn more about the Kimball Group and Kimball University at www.kimballgroup.com.
This book is also available as part of the Kimball's Data Warehouse Toolkit Classics Box Set (ISBN: 9780470479575) with the following 3 books:

The Data Warehouse Toolkit, 2nd Edition (9780471200246)
The Data Warehouse Lifecycle Toolkit, 2nd Edition (9780470149775)
The Data Warehouse ETL Toolkit (9780764567575)


Buy NowGet 25% OFF

Click here for more information about The Data Warehouse Lifecycle Toolkit

Read More...

1/05/2012

Object Oriented Systems Analysis: Modeling the World in Data Review

Object Oriented Systems Analysis: Modeling the World in Data
Average Reviews:

(More customer reviews)
This has the merit of being the first book to consider analysis from an OO pespective, but it does so in a distinctly data oriented way(as the title suggests). It is hard to see how behavioural modelling fits. The companion volume "Object Lifecycles" is essential reading if you want to apply this technique successfully in anything like an OO style.
This might make a good bridge for someone with an IM background moving into OO analysis/design. Other texts address this area much better now and apart from historical interest I can't really recommend it to a newcomer to the field.

Click Here to see more reviews about: Object Oriented Systems Analysis: Modeling the World in Data

This reference describes the semantic modeling of data as atechnique for systems analysis. Authors focus first oninformation modeling itself and the problems to which such amodel applies, and then demonstrates how the model can beintegrated into the software development process. Four fullydeveloped models are included in the appendix.

Buy Now

Click here for more information about Object Oriented Systems Analysis: Modeling the World in Data

Read More...

11/15/2011

Modeling Dynamic Climate Systems (With CD-ROM) Review

Modeling Dynamic Climate Systems (With CD-ROM)
Average Reviews:

(More customer reviews)
This book aims to teach about climate modeling while presenting some fundamentals of atmospheric physics by providing numerous STELLA models ranging from a simple stability model of a leaky bucket to much more complex (and relevant) models for Rossby waves and El Nino. Though the models are not "rigorous", they are intended to show how simplifications can enhance understanding and how some simplifications meet the goals of the model while other times simplifications miss important aspects for accurate models.
For those who are looking for sophisticated programing and modeling approaches, they are sure to be disappointed. However, for those who are either trying to learn or teach basics of climate modeling to those with limited mathematical expertise or teaching students with such limited experience, this book will prove quite useful. The approximately 40 STELLA models included with the book guide the reader to an intuitive understanding of an Earth system approach of atmospheric science. I plan to use a number of examples with a group of students who have only a simple calculus background. Though the text has a 2001 copywrite and the CD-ROM was intended for an earlier version of STELLA, I found that the models could be translated to the newest versions of STELLA on a Macintosh through a fairly simple manipulations and help from software updates provided by High Performance Systems. The text would be useful for junior level classes in atmospheric science aimed at students in environmental science programs. It would be less useful for those with strong math skills majoring in a rigorous atmospheric science sequence, though it could provide such students with a much better conceptual understanding than they might receive in a more mathematically sophisticated class.

Click Here to see more reviews about: Modeling Dynamic Climate Systems (With CD-ROM)

In the process of building and using models to comprehend the dynamics of the atmosphere, ocean and climate, the reader will learn how the different components of climate systems function, interact with each other, and vary over time. Topics include the stability of climate, Earths energy balance, parcel dynamics in the atmosphere, the mechanisms of heat transport in the climate system, and mechanisms of climate variability. Special attention is given to the effects of climate change. The book is accompanied by a cross-platform CD-ROM containing models and a run-time version of STELLA modeling software.

Buy NowGet 20% OFF

Click here for more information about Modeling Dynamic Climate Systems (With CD-ROM)

Read More...

11/05/2011

Modeling for Learning Organizations (System Dynamics Series) Review

Modeling for Learning Organizations (System Dynamics Series)
Average Reviews:

(More customer reviews)
"Modeling for Learning Organizations" builds off of the extensive experience of top professors and consultants using the SD tools to test strategies and build an understanding of firm and industry dynamics.
"Modeling" also includes a section overviewing the various simulation software packages available to modelers. Though developers like High-Performance Systems, Vensim, Pugh-Roberts, and PowerSim have made product enhancements to date, the sections from each company provide a great introduction to what is out there how each package can be applied.
The most valuable aspect of the book is probably in the case studies and methodological explorations of several authors. A number of key insights are offered as authors reflect upon the successes and shortcoming of the methods each chose to use to explore and develop models in a variety of business and public environments.
This is definitely a must have for any SD library.

Click Here to see more reviews about: Modeling for Learning Organizations (System Dynamics Series)

Conventional wisdom says that we can learn from our errors, but errors in the business world can be prohibitively costly. To truly understand how complex business organizations function requires different tools than most managers have been given. Yet managers need methods to understand how their organization works in order to test policies, discover flaws in thinking, and find the hidden leveragepoints within the complex systems they manage. Through a system simulation, the dynamics of the whole system, not just the individual parts, becomes apparent. The outcome of current and future situations becomes possible to predict and with this information, managers can focus on the changes that need to be made.The distinguished contributors to Modeling for Learning Organizations include Jay W. Forrester, Peter Senge, and Arie De Geus. You will learn about leading applications such as:
Shell's work on modeling the oil producers.
The Management Flight Simulator, a computer-based case learning environment pioneered by John Sterman and others at MIT
The landmark Claims Learning Laboratory at Hanover Insurancecompanies.
For managers, professionals, academicians, and everyone who recognizes the profound implications of modeling, this book is an excellent resource. It offers a broad understanding of the modeling process, discusses a multitude of case studies, and provides a review of the most recent simulation software.

Buy Now

Click here for more information about Modeling for Learning Organizations (System Dynamics Series)

Read More...

10/21/2011

Systems Science and Modeling for Ecological Economics Review

Systems Science and Modeling for Ecological Economics
Average Reviews:

(More customer reviews)
If you did not do modeling before and have no idea where to start from - this book is for you. It is well written and it is fun!
I had to do some modeling for a project that I have been working on. At that moment I did not have much experience in modeling, especially in modeling coupled economic and natural systems. I was looking for a good guide in ecological economic modeling but could not find anything user-friendly and interdisciplinary. I came across the web-course by Dr. Voinov and started it. The book is a great addition to the course. The web-course as well as this textbook lead you through the essential steps of model design and implementation, introduce you to main challenges and ways to resolve them, and give you some great illustrations from practical applications of ecological economics. I especially like that it provides not only the theory of modeling for ecological economics but also discusses software tools and gives you hands on experience with the exercises. I was very excited to see that the textbook is out there now. Enjoy!


Click Here to see more reviews about: Systems Science and Modeling for Ecological Economics

Modeling is a key component to sciences from mathematics to life science, including environmental and ecological studies. By looking at the underlying concepts of the software, we can make sure that we build mathematically feasible models and that we get the most out of the data and information that we have. This book shows how models can be analyzed using simple math and software to generate meaningful qualitative descriptions of system dynamics. This book shows that even without a full analytical, mathematically rigorous analysis of the equations, there may be ways to derive some qualitative understanding of general behavior of a system. By relating some of the modeling approaches and systems theory to real world examples the book illustrates how these approaches can help understand concepts such as sustainability, peak oil, adaptive management, optimal harvest and other practical applications. * Relates modeling approaches and systems theory to real world examples * Teaches students to build mathematically feasible models and get the most of our the data and information available* Wide range of applications in hydrology, population dynamics, market cycles, sustainability theory, management, and more

Buy Now

Click here for more information about Systems Science and Modeling for Ecological Economics

Read More...

9/23/2011

Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture Review

Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture
Average Reviews:

(More customer reviews)
I have purchased and read many SOA books and they have all fallen into one of 2 camps. They are usually either "HOW-TO" implement a SOAP/XML/WSDL based request response guides with the standard buzzwords of SOA Governance, WS-*Everything and the Kitchen Sink*, and of course a vague description of how an Enterprise Service Bus magically does away with years a poorly implemented legacy systems. This is the first SOA book that I have read that did not waste my time with page after page trivial XML examples but actually presented an entire working formal language(extended or inspired by the UML component model I believe) to describe your existing environment("As-Is") and future-state architecture in everday terms understandable by business users and application developers. I'll admit when I read that the approach is both 'Holistic' and 'Anthropomorphic' I felt like I was being marketed some Ginko-Biloba pseudo mysticism but as I read through I understood that this is an approach to SOA, probably the first, to actually make the the underlying services and consolidation of services visible and tanglible in the way an architect builds a scale model of a proposed structure to provide an in depth understanding of the project to those who are unable to turn equations into 3D structures in there heads(which is most of us). The authors crowning achievement, in my opinon, is the realization that everything (Legacy System, Schedule Batch Job, Business Apporval Process, Business Rules, Storage) must be treated as 'Services' is a quantum leap for SOA that moves the concept of SOA from a vague buzzword to a concrete deliverable, tangible item.

Click Here to see more reviews about: Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture

Answers to your most pressing SOA development questionsHow do we start with service modeling? How do we analyze services for better reusability? Who should be involved? How do we create the best architecture model for our organization? This must-read for all enterprise leaders gives you all the answers and tools needed to develop a sound service-oriented architecture in your organization.Praise for Service-Oriented ModelingService Analysis, Design, and Architecture"Michael Bell has done it again with a book that will be remembered as a key facilitator of the global shift to Service-Oriented Architecture. . . . With this book, Michael Bell provides that foundation and more-an essential bible for the next generation of enterprise IT."-Eric Pulier, Executive Chairman, SOA Software"Michael Bell's insightful book provides common language and techniques for business and technology organizations to take advantage of the SOA paradigm. By focusing modeling techniques on the business problem, Bell provides a way for professionals to work throughout the life cycle to create reusable and enduring services."-Mike Zbranak, CIO, Chase Card Services"This book will become an imperative business and technology service-oriented modeling recipe for any manager, architect, modeler, analyst, and developer in today's software development industry."-Jeff Schneider, CEO, MomentumSI"'Innovative' and 'groundbreaking' are words that best describe Michael Bell's Service-Oriented Modeling. It depicts a true service modeling approach that elegantly closes a clear and critical service modeling gap in the SOA industry. This holistic book ties these concepts together using real-world examples across a service life cycle that transitions services from ideas and concepts into production assets that deliver business value. A must-read for business and technical SOA practitioners."-Eric A. Marks, CEO, AgilePath Corporation"As hot as SOA is today, many business and technology professionals still find it challenging to mind the gap between their disparate methodologies and objectives. Herein Michael Bell speaks clearly to both camps in straightforward language, outlining disciplines each can use to communicate effectively and advance the realization of corporate aims. This book is a bible for all who seek to drive business/technology into the future."-Mark Edward Goodrich, Director, Investing Product Management, Reuters Media"This book takes senior IT architects and systems designers into the depths of modeling for SOA, with a fresh new perspective on tools, terminology, and how to turn the theory into practice. His full life-cycle approach balances process, control, and accountability to align all the participants in the delivery pipeline-clearing the road for successful SOA business solutions."-Phil Gilligan, Chief Technology Officer, EBS

Buy NowGet 30% OFF

Click here for more information about Service-Oriented Modeling (SOA): Service Analysis, Design, and Architecture

Read More...

9/22/2011

Essential Business Process Modeling Review

Essential Business Process Modeling
Average Reviews:

(More customer reviews)
Gregor Hohpe should have read past the first 100 pages. This book is good on theory, poor on practice (does that remind you of any other SOA book?).
The examples Havey provides of "non-trivial" systems in the back are, in fact, quite trivial. What's worse is that when he ventures into the territory of "advanced" features, he gets lost. For example, on p.270, he provides an eventHandlers section, but comments it out saying that it doesn't work. I was able to get it to work as written with just a minor tweak, but he slags off the vendor instead (p.284) and proposes an awkward hack for a workaround (p.277). Then, on p.308, he presents us with a piece of parallelism that depends for its success on the use of a correlationSet. This is supposed to be clever, but is, in fact, just poor programming practice. Not only that, but it doesn't work! It can't possibly, not the way it's written. He just sent it off to the publisher without testing. We're not talking about simple syntax errors here... this is a fundamental conceptual flaw in what he's proposing. Pretty basic stuff for him to be stubbing his toe on.

Click Here to see more reviews about: Essential Business Process Modeling


Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today's enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based business processes
BPM replaces those sketchy flowchart diagrams that business analysts draw on whiteboards with a precise model that uses standard graphical and XML representations, and an architecture that allows it converse with other services, systems, and users.
Sound complicated? It is. But it's downright frustrating when you have to search the Web for every little piece of information vital to the process. Essential Business Process Modeling gathers all the concepts, design, architecture, and standard specifications of BPM into one concise book, and offers hands-on examples that illustrate BPM's approach to process notation, execution, administration and monitoring.

Author Mike Havey demonstrates standard ways to code rigorous processes that are centerpieces of a service-oriented architecture (SOA), which defines how networks interact so that one can perform a service for the other. His book also shows how BPM complements enterprise application integration (EAI), a method for moving from older applications to new ones, and Enterprise Service BUS for integrating different web services, messaging, and XML technologies into a single network. BPM, he says, is to this collection of services what a conductor is to musicians in an orchestra: it coordinates their actions in the performance of a larger composition.

Essential Business Process Modeling teaches you how to develop examples of process-oriented applications using free tools that can be run on an average PC or laptop. You'll also learn about BPM design patterns and best practices, as well as some underlying theory. The best way to monitor processes within an enterprise is with BPM, and the best way to navigate BPM is with this valuable book.


Buy NowGet 22% OFF

Click here for more information about Essential Business Process Modeling

Read More...

9/01/2011

Modeling the Environment, Second Edition Review

Modeling the Environment, Second Edition
Average Reviews:

(More customer reviews)
A highly readable introduction to environmental modeling. What distinguishes the book from other environmental science and environmental modeling works is its interdisciplinary treatment. In particular, the models integrate the physical world and the world of human behavior. Far too many environmental models fail to close the feedbacks between human behavior and the state of the environment, instead taking waste inputs or resource use as exogenous. This book helps students learn to model human behavior (social and economic) as an integral part of the ecological system. The models and software mean the book encourages active learning, and enable students to explore important issues on their own if they choose.

Click Here to see more reviews about: Modeling the Environment, Second Edition

Modeling the Environment was the first textbook in an emerging field-the modeling techniques that allow managers and researchers to see in advance the consequences of actions and policies in environmental management. This new edition brings the book thoroughly up to date and reaffirms its status as the leading introductory text on the subject. System dynamics is one of the most widely known and widely used methods of modeling. The fundamental principles of this approach are demonstrated here with a wide range of examples, including geo-hydrology, population biology, epidemiology and economics. The applications demonstrate the transferability of the systems approach across disciplines, across spatial scales, and across time scales. All of the models are implemented with stock and flow software programs such as Stella and Vensim. These programs are easy and fun to learn, and they allow students to develop realistic models within the first few weeks of a college course. System dynamics has emerged as the most common approach in collaborative projects to address environmental problems. The stock and flow structures and the emphasis on feedback control provide a common language that is understood by scientists from many disciplines. Although the interdisciplinary approach described here is widely used in practice, there are few books to aid instruction. Modeling the Environment meets the urgent need for instructional materials in interdisciplinary modeling of environmental systems.


Buy NowGet 10% OFF

Click here for more information about Modeling the Environment, Second Edition

Read More...

8/20/2011

Business Modeling With UML: Business Patterns at Work Review

Business Modeling With UML:  Business Patterns at Work
Average Reviews:

(More customer reviews)
Sometime ago I have been wondering if somebody will try to bridge the gap between business modeling (the one used by consultants) and software engineering. It would certainly make it easier for people to understand and explain business operations.
This book is an application of the UML into the realm of business modeling. It is very good in the sense that it explains and goes through the patterns that form business models. The introduction on UML is pretty short and concise, so if you are new to it try using "Applying UML..." book to get an introduction. Be prepared to sit down and spend some time reading, since the material can be a little bit daunting to try to understand and remember all the patterns available. Overall, I wish I had this book for Systems Analysis instead of the outdated software engineering books that we used.

Click Here to see more reviews about: Business Modeling With UML: Business Patterns at Work



Buy NowGet 17% OFF

Click here for more information about Business Modeling With UML: Business Patterns at Work

Read More...