Virtualization Newsletter
 
NEWSLETTERS
 

CIO.com updates, insights and advice on technology, management and your career.

 CIO BlackBerry News and Tips
 CIO Research and Analysis
 CIO Microsoft
 CIO Insider
 
 
 
LEADERSHIP
 
CIO Executive Programs
The Leader in Face-to-Face Education for Senior Executives

Offering regional and national programs, CIO (and CSO) events bring together some of the most respected names and thought leaders in information technology and security. Presented by CIOs and other senior level executives, these invitation-only programs offer timely topics and strong networking. Learn More »

 
CIO Executive Council
A Peer-Advisory Service and Professional Association for CIOs

Public Council Teleconference: Application Rationalization — Hidden Costs and Smart Decisions

November 17 at 11:00 am US/Eastern (GMT-5)

Join Honorio Padrón, of The Hackett Group, who will share the drivers for companies to tackle application rationalization and the results of research that define the hidden cost of complexity. Additionally, we will discuss key decision milestones—to start or not, holding the course steady and fulfilling expectations.

Virtual Desktop Cost-Benefit Analysis — Michael Jacobs, Catlin Group

The analysis contained in this presentation measures the cost of everything from the machines and licenses to the infrastructure for virtual vs. traditional desktop environments.

Honor your best senior team members - Apply for the CIO Ones to Watch Award

Get well-earned public recognition for your top up-and-coming team members, your IT organization and your enterprise. Award winners will be announced, publicized and feted in May 2010, great timing to help attract new IT recruits to your company.

More / Register »

Learn more about the CIO Executive Council »



 
 
RESOURCE CENTER
 
 
 

Web 2.0 Definition and Solutions

Web 2.0 topics covering definition, objectives, systems and solutions.

 

April 02, 2007CIO

Why is Web 2.0 such a big deal?
What are the Web 2.0 technologies?
What do those technologies let you do?
How does Web 2.0 change the user experience?
How can Web 2.0 benefit my business?
What's the borderline between the hype and the promise?

It's always difficult to get past technology buzzwords. Even when the subject holds real merit, the hype machines quickly throw the subject out of whack, making it difficult to distinguish between the fad and the original promise. Public relations professionals, anxious to link their new product to a "hot new technology," appropriate the term even when it doesn't actually apply. Industry articles claim that the new buzzword-enabled technology will forever change the face of computing. You begin to expect to hear that a woman has named her baby after it, and that, at the end of the cycle, the technology will be blamed for global warming.

This phenomenon certainly applies to the family of technologies and services that are bundled together under the Web 2.0 umbrella. In this article, we'll summarize the key points to illuminate what Web 2.0 is—and what it isn't—so that you can put it to use in your business.

Why is Web 2.0 such a big deal?

Let's start with the high-level view. Many consider Web 2.0 to be a major shift in computing because in the new paradigm, the Internet itself becomes the computing platform. That is, a "true" Web 2.0 application—whatever that is—would be indistinguishable from a desktop application. Like a desktop program, the ultimate Web 2.0 application would have immediate feedback and would update information without a deliberate refresh. In this context, you'll sometimes see these applications called rich Internet applications (RIAs).

But Web 2.0 isn't meant to be a one-to-one replacement for the applications you run on your desktop. The new breed of application, which runs primarily on Internet servers and company intranets, is generally understood to be dynamic (that is, content updates automatically) and collaborative (drawing information from multiple sources and from user contribution), embraces the long tail (that is, appeals to smaller niches in the community and not just the largest audience)—and still remains simple and intuitive.

It can be helpful to draw a line between the software development technologies generally associated with Web 2.0, and the functionality that those technologies let programmers achieve. The technologies—we'll get to those in a moment—are simply tools that enable programmers to put up a website that, one hopes, improves the user experience. If programmers can accomplish the same goals using an "old" technology or, heck, using chicken wire and an old coat hanger, the site is no less a "Web 2.0" site.

I won't inundate you with references to additional reading (since you came here to get the broad overview), but it's probably important to at least glance at the seminal definition of Web 2.0, at least in the eyes of one of the people who crafted its name, and called Web 2.0 "the new conventional wisdom." In What Is Web 2.0, Tim O'Reilly, founder and CEO of O'Reilly Media, clarifies its principles and practices. He also said recently, "Web 2.0 is ultimately a tipping point, not a starting point. And it's about business models and social adoption rates, as much as it is about technology."

What are the Web 2.0 technologies?

To many managers, the biggest surprise is that Web 2.0 isn't based on a just-invented new technology. Rather, it's based on a clever repackaging of older technologies, tied to an "Aha!" of attitude.

That "Aha!" was first uttered by Jesse James Garrett in February 2005, and immortalized online in his essay, Ajax: A New Approach to Web Applications. In it, he explained the Ajax collection of Web development techniques—asynchronous JavaScript and XML—as a way to create interactive Web applications.

You're probably moderately familiar with each of these components, at least well enough to nod along when your development staff mentions the terms. (If not, it's time for a quick refresher course, which we won't endeavor to supply here.) CSS and HTML (or XHTML) are used to control the presentation of data on the webpage.

The client-side scripting language, usually JavaScript or JScript, dynamically displays and interacts with the information presented. The golden key is the JavaScript XMLHttpRequest object, which gives developers the ability to make a page exchange data asynchronously with the Web server. (Some Ajax frameworks use an IFrame object instead of XMLHttpRequest, but don't let that distract you; the intent is the same.) As a manager, you don't have to know about the grand inner workings of XMLHttpRequest; the important bit to understand is that it lets a webpage keep data in sync with information stored on a company server, using a business partner's Web service, or from any public online entity that makes the information available.

Data is generally stored and exchanged using XML, often in conjunction with Web services. Other data interchange formats will work as long as they support some form of server-side scripting.

Developers can work with Ajax or other Web development tools in a brute-force manner. Or they can use an ever-expanding number of tools and frameworks that let them add Web 2.0 features to their existing development environment. It's probable that the development tools your company uses are already supported.

Another element in the Web 2.0 development scheme is the use of open application program interfaces (APIs). The underlying code may not be open source in any true definition of that term, but APIs provide access to a site's underlying data and system dynamics. That's what makes it feasible for a developer to create, say, a unique view of book sales data; she can leverage Amazon Web Services via the associated API.

If those technologies are all a bit new to you, and you come from an older era of data processing, you may be more comfortable with an alternate visualization. Think of Web 2.0 in ancient UNIX terms: pipes and redirects connecting the output of lots of smaller tools and processes—the Web as monster collection of shell scripts, if you will.

That sounds a bit like a techniques lecture given to programmers. If you're not personally involved with software development, your attention may be beginning to fray. Never fear: That's all the programmer-speak we're going to use. Because Web 2.0 isn't truly defined by the use of Ajax. What matters is what it lets you achieve.

 
 
Loading...
 
WHITE PAPERS

Upgrading to VMware vSphere with vWire

Learn how vWire can help ensure the success of your upgrade from ESX 3.x to vSphere.
 

Practical Approaches for Securing Web Applications

Enterprises understand the importance of securing web applications to protect critical corporate and customer data. What many don't understand, is how to implement a robust process for integrating security and risk management throughout the web application software development lifecycle.
 

An Executive's Guide to Web Application Security

Since so many Web sites contain vulnerabilities, hackers can leverage a relatively simple exploit to gain access to a wealth of sensitive information, such as credit card data, social security numbers and health records. It's more important than ever to examine your Web application security, assess your vulnerability and take action to protect your business.
 

Web Application Vulnerabilities

Security managers may work for midsize or large organizations; they may operate from anywhere on the globe. But inevitably, they share a common goal: to better manage the risks associated with their business infrastructure. Increasingly, Web application security plays a significant role in achieving that goal.
 

Retooling IT for a Mobile Workforce

Check out this research note from IDC for guidance.
 

Oracle Accelerate

Ovum has been following Oracle's Accelerate program over the last couple of years because they thought it is a smart strategy for penetrating the upper mid-market.
 

WEBCASTS

Smart techniques for application security: whitebox + blackbox security testing.

Whitebox & blackbox application security testing are two approaches for detecting vulnerabilities in Web-based and ...
 

Lower the Cost and Complexity of a Mobile Workforce through Automation

Lower the Cost and Complexity of a Mobile Workforce
 

Extending Client Refresh - 11 Steps to Maximize Savings

11 Steps to Maximize Savings
 

Profit from Power Savings

Cut Costs & Green Your IT Operations with PC Power Management

Find out how and why 400 organizations have d...
 

CIOs Weigh In On Virtualization

Date: November 19, 2009 Time: 2:00 PM EST

Jim Malone, Editorial Director of CXO Media's C...
 

Architecting Business Intelligence Applications for Change: The Open Solution

Architecting BI Applications for Change
 

Resource Alerts

Get instant email notifications by topic when white papers, webcasts, and case studies are added to our library.

 
FEATURED SPONSORS
 
 
 
SPONSORED LINKS
 

Upgrading to VMware vSphere with vWire

Maximizing website Return on Information with high-quality search

See how AT&T can help protect your network.

Webcast: Unleashing the Power of Customer Data

White Paper: Improve Agility with Operational Responsiveness

White Paper: Legacy Tools: Not Built for the Helpdesk

Taking a Seat at the Executive Table: The Reality of Virtualization

White Paper: Next Generation Remote Infrastructure Management

Keeping Your Members Safe from Online Scams and Predators

The Total Economic Impact of Network Security Intrusion Prevention

Generation Remote Infrastructure Management - Changing the Paradigm

Cloud-Based Email Management: Opinion Shifts In Favor

eBook: How Can You Make Your People Productive Anywhere?

Achieving Business Agility with Application Grid

Ready to virtualize tier one applications? Check your virtualization maturity.

Seven Ways ITIL Can Help You in an Economic Downturn

Tips for successful virtualization management.

AT&T Synaptic Storage as a Service. Expand on demand

Trend Micro ranked #1 against real-world malware. Read more.

Webinar: Jump-start your in-house e-discovery with Ringtail QuickCull from FTI Technology

Streamline IT Costs. Boost Performance with WAN Optimization.

Build your 1st app FREE with Force.com

TDWI checklist helps define data readiness for analytics. Download report.

eZine: A Roadmap to Reducing IT Complexity

Reduce risk, gain agility. See how Progress can help your business.

Return on Information: Google Enterprise Search pays you back

Cut Costs & Green Your IT Operations with PC Power Management

White Paper: 4 Customer Service Myths

White Paper: Managed Security for a Not-So-Secure World

White Paper: 5 Best Practices for Smartphone Support

Global Research: CIOs Weigh In On Virtualization

5 Key Virtualization Management Challenges

Secure Email and Web-Based Communication from Evolving Attacks

WagerWorks Takes Fraudsters Out of the Game using iovation

Seven Design Requirements for Web 2.0 Threat Protection

Increase UPS efficiency without sacrificing protection.

Learn how advanced forecasting tools can deliver significant business results for global corporations.

Lower IT Costs with Oracle Database 11g Release 2

White Paper: Visibility and the New Normal of Mobile Work

Taking the Service Desk to the Next Level

Learn about The Information Technology Infrastructure Library.

Return on Information: Google Enterprise Search pays you back. Get the facts.

VMware. The source for Business Infrastructure Virtualization.

ShoreTel tells businesses to untangle from competitors' complexity and turn to its brilliantly simple UC solution

Top Five CIO Challenges

Read the RSA report: Security for Business Innovation

64-page prescriptive guide to security, compliance, and IT operations.

A Clear View Toward Virtualization

Virtualization Technology as a Business Solution

The rules of infrastructure management just changed.