Actions

Difference between revisions of "Composite Applications"

(A composite application is an application built by combining multiple services. A composite application consists of functionality drawn from several different sources within a service oriented architecture (SOA))
 
m (The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).)
 
Line 1: Line 1:
A composite application is an application built by combining multiple services. A composite application consists of functionality drawn from several different sources within a service oriented architecture (SOA). The components may be individual web services, selected functions from within other applications, or entire systems whose outputs have been packaged as web services (often legacy systems).<ref>Composite Application Definition [http://looselycoupled.com/glossary/composite%20application looselycoupled]</ref>
+
A composite [[application]] is an application built by combining multiple services. A composite application consists of functionality drawn from several different sources within a [[service]] oriented [[architecture]] (SOA). The components may be individual web services, selected functions from within other applications, or entire systems whose outputs have been packaged as web services (often legacy systems).<ref>Composite Application Definition [http://looselycoupled.com/glossary/composite%20application looselycoupled]</ref>
  
  
A composite application orchestrates independently developed programs, data and devices to deliver a new solution that none of the previously available applications could deliver on its own. Each resource accessed by a composite application uses a different data model. In most cases, the composite application supports user interactions beyond those provided by the leveraged applications. In other cases, a composite application may act as a service. Some composite applications are built by leveraging other composite applications.<ref>What is a Composite Application? [http://blogs.gartner.com/it-glossary/composite-application-2/ gartner]</ref>
+
A composite application orchestrates independently developed programs, [[data]] and devices to deliver a new solution that none of the previously available applications could deliver on its own. Each resource accessed by a composite application uses a different data [[model]]. In most cases, the composite application supports user interactions beyond those provided by the leveraged applications. In other cases, a composite application may act as a service. Some composite applications are built by leveraging other composite applications.<ref>What is a Composite Application? [http://blogs.gartner.com/it-glossary/composite-application-2/ gartner]</ref>
  
  
 
'''Diagrammatic Representation of a Composite Application'''<br />
 
'''Diagrammatic Representation of a Composite Application'''<br />
A figurative representation of a composite application is shown in Figure below, which shows a very abstract representation of an enterprise solution. At the top are information workers, who access business information and documents through portals that are role-specific views into the enterprise. They create specific documents during the course of business activities, and these activities are part of larger business processes. These processes coordinate the activities of people and systems. The activities of systems are controlled through process-specific business rules that invoke back-end LOB applications and resources through service interfaces. The activities of people plug into the process through events that are raised when documents that are specific to the process are created or modified. Then business rules are applied to the content of those documents, to extract information, transform it, and transfer it to the next stage of the process.<ref>What Does a Composite Application Look Like? [https://msdn.microsoft.com/en-us/library/bb220803.aspx Microsoft]</ref>
+
A figurative representation of a composite application is shown in Figure below, which shows a very abstract representation of an enterprise solution. At the top are information workers, who access [[business]] information and documents through portals that are role-specific views into the enterprise. They create specific documents during the course of business activities, and these activities are part of larger business processes. These processes coordinate the activities of people and systems. The activities of systems are controlled through [[process]]-specific business rules that invoke back-end LOB applications and resources through service interfaces. The activities of people plug into the process through events that are raised when documents that are specific to the process are created or modified. Then business rules are applied to the content of those documents, to extract information, transform it, and transfer it to the next stage of the process.<ref>What Does a Composite Application Look Like? [https://msdn.microsoft.com/en-us/library/bb220803.aspx Microsoft]</ref>
  
  

Latest revision as of 14:44, 6 February 2021

A composite application is an application built by combining multiple services. A composite application consists of functionality drawn from several different sources within a service oriented architecture (SOA). The components may be individual web services, selected functions from within other applications, or entire systems whose outputs have been packaged as web services (often legacy systems).[1]


A composite application orchestrates independently developed programs, data and devices to deliver a new solution that none of the previously available applications could deliver on its own. Each resource accessed by a composite application uses a different data model. In most cases, the composite application supports user interactions beyond those provided by the leveraged applications. In other cases, a composite application may act as a service. Some composite applications are built by leveraging other composite applications.[2]


Diagrammatic Representation of a Composite Application
A figurative representation of a composite application is shown in Figure below, which shows a very abstract representation of an enterprise solution. At the top are information workers, who access business information and documents through portals that are role-specific views into the enterprise. They create specific documents during the course of business activities, and these activities are part of larger business processes. These processes coordinate the activities of people and systems. The activities of systems are controlled through process-specific business rules that invoke back-end LOB applications and resources through service interfaces. The activities of people plug into the process through events that are raised when documents that are specific to the process are created or modified. Then business rules are applied to the content of those documents, to extract information, transform it, and transfer it to the next stage of the process.[3]


Composite Application
source: [1]


References

  1. Composite Application Definition looselycoupled
  2. What is a Composite Application? gartner
  3. What Does a Composite Application Look Like? Microsoft


Further Reading

  • Building Composite Applications IBM
  • The role of composite applications in an SOA Techtarget