Indispensable Patterns and Insights for Putting Mashups to Work in Enterprise Environments
Using new mashup tools and technologies, enterprise developers can impose their own APIs on everything from Web sites and RSS feeds to Excel and PDF files–transforming a world of content into their own customized informationsource. In Mashup Patterns, Michael Ogrinz applies the concept of software development patterns to mashups, systematically revealing the right ways to build enterprise mashups and providing useful insights to help organizations avoid the mistakes that cause mashups to fail.
Drawing on extensive experience building business-critical mashups, Ogrinz offers patterns and realistic guidance for every stage of the mashup development lifecycle and addresses the key issues developers, architects, and managers will face. Each pattern is documented with a practical description, specific use cases, and crucial insights into the stability of mashups built with it. Ogrinz concludes by presenting twelve start-to-finish case studies demonstrating mashup patterns at work in actual enterprise settings.
Coverage includes:
Also of interest: The companion book, Mashups: Strategies for the Modern Enterprise by J. Jeffrey Hanson (Addison-Wesley), is an indispensable guide to designing, implementing, and debugging an enterprise mashup, offering sample code to illustrate key concepts.
"synopsis" may belong to another edition of this title.
Michael Ogrinz is a principal architect at one of the world’s largest financial institutions. His business focus is to identify and integrate emerging technologies into the enterprise and to create innovative and competitive solutions. A frequent industry speaker on various facets of Enterprise 2.0, Michael has been instrumental in enhancing the computing environment at his firm through his work on user interfaces and usability, wikis and blogs, and, most recently, mashups.
Michael cofounded localendar.com, a classic “garage start-up” that demonstrates how the “Long Tail” applies to online calendars as much as anything else. The niche site has provided more than 400,000 schools, churches, and clubs with simple online scheduling services since its inception more than eight years ago.
Michael lives with his wife, two daughters, a collection of classic pinball and vector arcade machines, and a partially completed B9 Robot in wonderfully rural Easton, Connecticut.
Preface
Preface
Once you understand the design patterns and have had an “Aha!” experience with them,
you won’t ever think about . . . design in the same way. 1
The inspiration for writing this book came from my own “Aha!” moment. Initially I dismissed mashups as a hack best suited to consumer-focused sites that did things like combine craigslist and Google Maps 2 or merge local event calendars. I couldn’t see how any public information on the Internet could benefit my employer. I laughed behind the backs of vendors who tried to demonstrate the promise of the technology based on examples that involved checking the weather or searching for a used car.
I had my epiphany when I was meeting with some frustrated business associates one afternoon. They were performing a series of tedious actions that seemed ripe for automation except for one problem: They had to repeatedly consult an outside vendor’s Web site at each step of the process. The Web site didn’t expose an application programming interface (API), so they mistakenly thought that some degree of human interaction was inevitable. After all, Web pages are just for people, right? It suddenly dawned on me that the mashup tools I had dismissed could get around this problem. I could automatically extract the data I needed from the site and write a small application to perform the rest of the process. In essence, I could create an API where none existed before. Once the “people requirement” was removed, the entire procedure was easily offloaded to a computer.
Traditional approaches to application reuse require that a system or its constituent parts be designed for inclusion in new solutions. While an admirable goal, one limitation of this architecture is that it’s implemented “by developers, for developers.” Mashups explode this narrow view of reuse. Mashups can certainly leverage open systems, but they can also reach deep into applications where no API currently exists to grab data or automate processing. In addition, many mashup tools leverage the latest advances in user interface design to make the entire solution-building process accessible to the average user.
The goal of this book is to demonstrate situations where mashups can be used to solve what appear to be intractable problems outside the realm of traditional solutions. Once you have a breakthrough moment similar to mine, you’ll never look at application development the same way again. In learning about how mashups foster efficiencies and inspire creativity, you may discover a path that will lead your business toward profitable new areas.
There are many meanings of “pattern” in the world of software engineering. In the classic text Design Patterns, the authors include the following disclaimer:
Point of view affects one’s interpretation of what is and isn’t a pattern. One person’s pattern can be another person’s primitive building block.
In this book I am using a less rigorous interpretation of the term “pattern.” I hope this will not prevent readers from exploring the text on mere ideological grounds. My goal is not to provide an academic treatise on the subject, but rather to provide a cookbook of ideas that will help you unlock the hidden potential in the resources that surround you. Enterprise mashups present exciting new opportunities for organizations to mine wikis, blogs, and other document-centric Web content as first-class data. Firms can combine these resources with others inside the corporation, such as databases and Web Services, in a near-endless series of permutations.
Not all of the patterns presented here will fit perfectly within your company—but ideally they will trigger fresh ways of thinking that will lead you to build exciting new solutions.
Who Should Read This Book
An understanding of mashup technology can spark new ideas for addressing old or dismissed problems. This book caters to the broad community of skills and abilities found within the next generation enterprise.
Software Developers
Each pattern is presented within a standard template that provides a technical summary (diagram, problem statement, and solution) of that pattern. This summary will resonate most with developers, who are often accustomed to dealing with abstractions as part of their normal course of work. Mashups can be a key tool for personnel in an organization’s Information Technology (IT) department to address the backlog of unmet or unfulfilled end-user requirements.
Content Creators
Content creators should also familiarize themselves with the examples provided for each pattern, as these sections will provide insight into how their information is being consumed. In the era of mashups, anything placed on the Web is fair game not only for people, but also for software agents, automated bots, Web scrapers, and crawlers.
Business Users and Executive Management
Mashups are sometimes viewed as part of an egalitarian new world where information is freely shared. While that may be the case, they can also be used to flat-out make money. The examples given for each pattern provide the layperson with details about how mashups help a business be more productive and competitive.
The discussion of security in Chapter 10 is applicable to everyone. The rampant adoption of any technology without appropriate controls for managing its use is a recipe for failure. Almost every day a new headline cries out about how an employee accidentally mishandled or abused data. This behavior can lead to loss of trust or outright litigation between a company and its customers. Unless we want mashups to become the latest high-profile failure, we must work to supervise them correctly.
The organization of this book is designed to encourage browsing and self-discovery. I encourage you to skip around and explore the numerous feats of which mashups are capable. There is no “right way” to use them. When you apply a mashup to solve a particularly thorny problem, you’ve succeeded!
How Patterns Are Presented
Each pattern is presented by means of a standard template:
About the Pattern Examples
The most persuasive component of a pattern’s detail is an example. To drive home the benefits regardless of the reader’s background, this book typically presents more than one example of each pattern’s use that spans different industries. It’s my hope that as you peruse these examples some will resonate as potential opportunities within your organization. In addition, these sections should serve to expand your knowledge regarding the flexibility and capabilities of enterprise mashups.
In a divergence from some patterns books, Mashup Patterns does not supplement the formal definitions with sample code. At this early stage of evolution, no standard libraries or toolkits have been developed for mashups, and the capabilities of off-the-shelf products vary greatly. In place of code, examples are provided based on Web sites, applications, and other resources. Where an example relies on interactions with external data sources and third-party applications (e.g., API Enabler, Field Agent, Competitive Analysis, Usability Enhancer), sample products were constructed from scratch. Any resemblance to actual software or Web sites is purely coincidental.
The case studies presented in the book’s appendix illustrate how leading organizations have used specific products to implement the patterns described in the text. This material should neither be interpreted as an endorsement of any particular product nor used as a substitute for conducting your own due-diligence analysis. Rather, the case studies are intended to underscore the practical nature of the technology and to encourage you to explore mashups further.
Mashups aren’t just about Web sites, of course. Because the Internet is probably the richest source of raw material for their construction, however, I inevitably used it as a primary ingredient in many of the examples. Please excuse these momentary demonstrations of bias while I try and drive a larger point home. Don’t forget that many mashup products support sources ranging from Web Services, XML feeds, and databases to email and binary formats (e.g., Excel and PDF).
What You Will Gain from Reading This Book
The information contained in this book will help you unleash the potential of enterprise mashups within your firm. The following topics are covered:
Other Resources
This book has a companion Web site, http://mashuppatterns.com, where you can learn about new mashup patterns and contribute your own ideas and comments. You may contact the author at mike@mashuppatterns.com. The site also contains corrections to any errata discovered in this text. Please stop by and share your experiences with enterprise mashups!
1Gamma, Erich, Richard Helm, Ralph Johnson, and John M. Vlissides. Design Patterns. Addison-Wesley Professional, 1994.
2 http://Housingmap.com, created by Paul Rademacher, combined the craigslist.com and Google Maps Web sites in what is considered the Web’s first mashup.
© Copyright Pearson Education. All rights reserved.
"About this title" may belong to another edition of this title.
Shipping:
FREE
Within U.S.A.
Shipping:
US$ 51.18
From Germany to U.S.A.
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condition: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 0.75. Seller Inventory # G032157947XI3N00
Quantity: 1 available
Seller: Goodwill of Silicon Valley, SAN JOSE, CA, U.S.A.
Condition: good. Supports Goodwill of Silicon Valley job training programs. The cover and pages are in Good condition! Any other included accessories are also in Good condition showing use. Use can include some highlighting and writing, page and cover creases as well as other types visible wear. Seller Inventory # GWSVV.032157947X.G
Quantity: 1 available
Seller: HPB-Red, Dallas, TX, U.S.A.
paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Seller Inventory # S_425428076
Quantity: 1 available
Seller: unifachbuch e.K., Köln, NRW, Germany
Softcover. Condition: Neu. Unbenutzte Restauflage Unbenutzt. Schnelle Lieferung, Kartonverpackung. Abzugsfähige Rechnung. Bei Mehrfachbestellung werden die Versandkosten anteilig erstattet. -Using new mashup tools and technologies, enterprise developers can impose their own APIs on everything from Web sites and RSS feeds to Excel and PDF files ,transforming a world of content into their own customized informationsource. In Mashup Patterns, Michael Ogrinz applies the concept of software development patterns to mashups, systematically revealing the right ways to build enterprise mashups and providing useful insights to help organizations avoid the mistakes that cause mashups to fail. Drawing on extensive experience building business-critical mashups, Ogrinz offers patterns and realistic guidance for every stage of the mashup development lifecycle and addresses the key issues developers, architects, and managers will face. Each pattern is documented with a practical description, specific use cases, and crucial insights into the stability of mashups built with it. Ogrinz concludes by presenting twelve start-to-finish case studies demonstrating mashup patterns at work in actual enterprise settings. 400 pp. Englisch. Seller Inventory # INF1000023009
Quantity: 3 available
Seller: dsmbooks, Liverpool, United Kingdom
Paperback. Condition: Like New. Like New. book. Seller Inventory # D7F9-7-M-032157947X-6
Quantity: 1 available