CSC/ECE 517 Fall 2009/wiki2 17 f1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
== Service Oriented Architectures== | == Service Oriented Architectures== | ||
[http://en.wikipedia.org/wiki/Service_Oriented_Architectures Service Oriented Architecture] is an approach to building software as a set of autonomous, reusable and [http://en.wikipedia.org/wiki/Interoperability interoperable] units of functionality using open standards. Rather than defining an API, SOA defines the interface in terms of protocols and functionality. | [http://en.wikipedia.org/wiki/Service_Oriented_Architectures Service Oriented Architecture] is an approach to building software as a set of autonomous, reusable and [http://en.wikipedia.org/wiki/Interoperability interoperable] units of functionality using open standards. Rather than defining an [http://en.wikipedia.org/wiki/API API], SOA defines the interface in terms of protocols and functionality. |
Revision as of 20:02, 8 October 2009
Using Reflection and Meta programming to support Service Oriented Architectures
Service Oriented Architectures
Service Oriented Architecture is an approach to building software as a set of autonomous, reusable and interoperable units of functionality using open standards. Rather than defining an API, SOA defines the interface in terms of protocols and functionality.