Jump to content

Web-oriented architecture

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mnmtang (talk | contribs) at 05:31, 31 October 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Web-oriented architecture (WOA) was coined in 2006 by Nick Gall of the Gartner’s group. It is a software architecture style that extends service-oriented architecture (SOA) to web-based applications. WOA was originally created by many web applications and sites, such as social websites and personal websites.

Definitions

The official Gartner definition of Web-Oriented Architecture:

"WOA is an architectural substyle of service-oriented architecture that integrates systems and users via a web of globally linked hypermedia based on the architecture of the Web. This architecture emphasizes generality of interfaces (UIs and APIs) to achieve global network effects through five fundamental generic interface constraints:

  • Identification of resources
  • Manipulation of resources through representations
  • Self-descriptive messages
  • Hypermedia as the engine of application state
  • Application neutrality" [1]

Nick Gall also gives a mathematical formula for defining “WOA = SOA + WWW + REST". [2]


Dion Hinchcliffe claims WOA to be:

“A core set of Web protocols like HTTP and plan XML, the only real difference between traditional SOA and the concept of WOA is that WOA advocates Representational state transfer (REST), an increasingly popular, powerful, and simple method of leveraging Hypertext Transfer Protocol (HTTP) as a Web service in its own right”. [3]

WOA verses SOA

The main difference between SOA and WOA is that WOA supports REST whereas SOA uses SOAP.

  • SOAP uses XML, a messaging format, which includes all headings and security information, and transfers information in a particular structure, but using REST eliminates the problem as it transfers information in URI form.
  • SOA uses WS-Security, whilst WOA uses HTTP Secure (HTTPS), OAuth and Hash-based message authentication code (HMAC-SHA-1).
  • REST allows for two systems to operate and function together efficiently using URIs. [4][5]


Enterprise

Enterprise Web Oriented Architecture (EWOA) is a sub-style of Enterprise Service Oriented Architecture (ESOA). EWOA is defined as the sets of web-based architectural elements, environments, principals and processes. There is an expanding set of tools building mashup (web application hybrid) from WOA resources. These tools are beneficial to IT developers to create interoperability and integration. New applications and websites, such as Google Adsense, Wikipedia and other RESTful services are using WOA, which is gaining attention from the research community and the industry. [6]


Current WOA examples include Google’s OpenSocial and MindTouch. [7]

Mobile API

Mobile APIs are based on becoming more focused in using WOA technology. Creating these services have become easier using simplified web protocols, e.g. REST and JSON (JavaScript Object Notation).

These protocols are much easier for web developers, as they require less CPU and bandwidth. They are more recognised because of large social platforms, such as Facebook, Amazon and Twitter etc.



  1. ^ Nick Gall,WOA: Putting the Web Back in Web Services, Retrieved 19 November 2008
  2. ^ Nick Gall Web-oriented architecture and the rise of pragmatic SOA, Retrieved 7 October 2008
  3. ^ Dion Hinchcliffe, The SOA with reach: Web-Oriented Architecture, Retrieved 1 April 2006
  4. ^ Verma, Vikas; Bhatnagar; Jain, Siddharth (January, 2014). A COMPARATIVE PERFORMANCE ANALYSIS OF WOA VS. SOA (Report). {{cite report}}: Check date values in: |date= (help); External link in |title= (help)
  5. ^ Parnami, Ruchi; Dave; Verma, Ashish (February, 2013). WOA Based Implementation of SOA (Report). pp. 151–154. {{cite report}}: Check date values in: |date= (help); Text "Department of Computer Science and Engineering, Suresh Gyan Vihar University, Jaipur" ignored (help); Text "Vol‐4,No1" ignored (help)
  6. ^ Dong, Jing; Paul, Raymond; Zhang, Liang Jie (2009). "Chapter 12 : Specifying Enterprise Web-Oriented Architecture". High Assurance Services Computing. Springer. ISBN 038787657X. {{cite book}}: External link in |chapterurl= (help); Unknown parameter |chapterurl= ignored (|chapter-url= suggested) (help); Unknown parameter |lastauthoramp= ignored (|name-list-style= suggested) (help)
  7. ^ Aaron Fulkerson , Web Oriented Architecture, Retrieved May 12, 2009