admin 发表于 2015-2-3 08:57:46

Teamcenter SOA 架构解释






Service-oriented architecture, or SOA, refers to a style used in the development of enterprise-class business applications. Traditional business application development has followed a purpose-built paradigm that is now perceived as being inflexible and incapable of evolving at the same rapid pace that business markets and processes are now changing. SOA provides the flexibility and the opportunity for business applications to keep pace with changes in the global business climate.The most important characteristics of SOA that allow it to meet these fundamental objectives are:
• Contract-based interfaces
SOA promotes the use of abstract interfaces independent of underlying business
logic implementations. These interfaces represent a contract between clients
and the business applications. As long as the client makes a proper request for a
service, the server honors it and returns a response in the format specifi e d in
the contract. The SOA contract helps to uncouple client and server development
activities and allows them to evolve independently so long as the contract
remains intact.
• Coarse-grained interfaces
SOA interfaces also tend to be coarse-grained, in the sense that they ideally
represent a complete business transaction. The client makes a request for some
type of work to be done; the server executes the full operation without any
intervening conversation with the client, and then sends back a fully-complete
response to the client. This results in fewer remote calls to API and brings about
a nonchatty interface.
• Single entry point to business logic
After a service is exposed through SOA, it is immediately available to all
clients. Because the service is contract-based, the server logic does not require
knowledge about the client requesting the service, which allows new client
technologies to be adopted without changing the service or invalidating other
clients using the service.

页: [1]
查看完整版本: Teamcenter SOA 架构解释