by David Strom

The Web 2.0 Mashup

News
Aug 15, 20062 mins
Developer

Mass-market composite apps show the path for the next corporate toolsWith simple, Web-based products acting as building blocks, developers now have a new option for creating enterprise-class applications. Using standard tools such as Javascript and XML while separating application logic from presentation and reporting pieces, lightweight tools such as Web browsers can easily access rich features previously reserved for full-fledged applications. And by combining several such applications, complex tools are within reach.

Several vendors are already delivering concrete examples of the possibilities: Zimbra can host enterprise-class e-mail; Amazon’s s3 can do offsite disk storage; Basecamp can perform project management; Concur can track expense reporting; Ajaxwrite can do word processing; and Google Spreadsheet can handle number crunching. Thanks to published APIs from the various vendors, IT developers can combine these online tools to develop their own solutions, using bits and pieces of open-source code as glue between tools that all talk to the same set of Web services (Zimbra, for instance, can scan e-mail content and automatically link street addresses to Google Maps.)

The benefit for IT behind the “mashup” trend is flexibility. If business changes, it is easier to replace a particular piece of mashed-up code rather than rewrite an entire application. And unlike internal object-oriented and service-oriented development efforts, the Internet is a vast code repository, with plenty of self-help, expert communities and samples to get developers started. For a quick tutorial on creating mashups as well as a long list of online resources, visit www.programmableweb.com/howto.