Network Computing is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Underpinnings Are Key To Web 2.0 In The Workplace: Page 2 of 3

Web 2.0 means replacing static Web sites with Web services that are accessed through browser-based clients. Every company that aspires to interactivity on the Web needs to evaluate Web 2.0's underlying technologies. Rich Internet apps make most sense in frequently updated parts of sites and areas that require user input.

Ajax, because of its widespread browser support, remains the standard for RIAs. Internal apps that run on IT-controlled platforms can also use Java SE, Curl, Adobe Flex, or Microsoft Silverlight, which are more capable but require plug-ins and may limit choice of browser or operating system. Attempts by Adobe and Google to take RIAs beyond the browser are still immature.

Businesses that already use Web services have an advantage, though a service-oriented architecture alone isn't enough to support RIAs. The bloated XML standards would choke lightweight Ajax apps, leaving their supporting Web services to use ad hoc data formats.

New hardware also may be needed. Well-designed RIAs don't transfer any more data than static Web pages, but they break it into smaller chunks, hammering servers with multiple TCP connections that may transfer just a few bytes each. Dealing with these can require infrastructure upgrades. And servers that host mashup components for the Web need to be able to cope with surges in demand, which virtualization can help.