Lorem ipsum dolor sit amet consectetuer Vivamus ac Curabitur id malesuada.
Sed sem sit Donec euismod leo ligula lacus lacus pellentesque adipiscing. Vestibulum Lorem
Lorem ipsum dolor sit amet consectetuer Vivamus ac Curabitur id malesuada. Lorem condimentum et libero hendrerit laoreet auctor mauris eget.
Lorem condimentum et libero hendrerit laoreet auctor mauris eget.
| Web 2.0 |
|
The sometimes complex and continually evolving technology infrastructure of Web 2.0 includes server-software, content-syndication, messaging-protocols, standards-oriented browsers with plugins and extensions, and various client-applications. The differing, yet complementary approaches of such elements provide Web 2.0 sites with information-storage, creation, and dissemination challenges and capabilities that go beyond what the public formerly expected in the environment of the so-called "Web 1.0". Web 2.0 websites typically include some of the following features/techniques:
Rich-Internet application techniques such as AJAX, Adobe Flash, Flex, Java, and Silverlight have evolved that have the potential to improve the user-experience in browser-based applications. These technologies allow a web-page to request an update for some part of its content, and to alter that part in the browser, without needing to refresh the whole page at the same time. Server-side software Functionally, Web 2.0 applications build on the existing Web server architecture, but rely much more heavily on back-end software. Syndication differs only nominally from the methods of publishing using dynamic content management, but web services typically require much more robust database and workflow support, and become very similar to the traditional intranet functionality of an application server. Vendor approaches to date fall either under a universal server approach (which bundles most of the necessary functionality in a single server platform) or under a web-server plugin approach (which uses standard publishing tools enhanced with API interfaces and other tools). Client-side software The extra functionality provided by Web 2.0 depends on the ability of users to work with the data stored on servers. This can come about through forms in an HTML page, through a scripting-language such as Javascript / Ajax, or through Flash, Silverlight or Java Applets. These methods all make use of the client computer to reduce server workloads and to increase the responsiveness of the application. XML and RSS Advocates of "Web 2.0" may regard syndication of site content as a Web 2.0 feature, involving as it does standardized protocols, which permit end-users to make use of a site's data in another context (such as another website, a browser plugin, or a separate desktop application). Protocols which permit syndication include RSS (Really Simple Syndication — also known as "web syndication"), RDF (as in RSS 1.1), and Atom, all of them XML-based formats. Observers have started to refer to these technologies as "Web feed" as the usability of Web 2.0 evolves and the more user-friendly Feeds icon supplants the RSS icon. Specialized protocols Specialized protocols such as FOAF and XFN (both for social networking) extend the functionality of sites or permit end-users to interact without centralized websites. Web APIs Machine-based interaction, a common feature of Web 2.0 sites, uses two main approaches to Web APIs, which allow web-based access to data and functions: REST and SOAP. 1. REST (Representational State Transfer) Web APIs use HTTP alone to interact, with XML or JSON payloads; 2. SOAP involves POSTing more elaborate XML messages and requests to a server that may contain quite complex, but pre-defined, instructions for the server to follow. Often servers use proprietary APIs, but standard APIs (for example, for posting to a blog or notifying a blog update) have also come into wide use. Most communications through APIs involve XML (eXtensible Markup Language) or JSON payloads. See also Web Services Description Language (WSDL) (the standard way of publishing a SOAP API) and this list of Web Service specifications. |