SOA is a Thinking of  Programming's Design, you will know how SOA can use for your program frame if you understood some thinking about programming's design,it's a concept.现在大的厂家都在抄概念.

解决方案 »

  1.   

    soa不是一种技术,只是一种方法,说小一点,可以说是和webservice一样。
      

  2.   

    SOA :
        service : mainly web services
        roles : service provider, service requestor, service broker(registry)
        interactions : publishing(provider to broker), finding(requestor to broker), binding(requestor to provider)
      

  3.   

    soa到底是什么东东...其实好多东东,都是旧货新装...........概念性的东东........................
      

  4.   

    A service is a well-defined function that is universally available and responds to requests from "service consumers."Once an enterprise assembles a collection of useful services, managing the services becomes a critical function. First, applications need some form of service directory, a centralized list of all available services. Second, each service needs to describe its interface in such a way that an application can "negotiate" a communications contract with the service. These two functions, service discovery and negotiation, are the key elements that make up a service-oriented architecture (SOA).SOAs blur the line between integration and distributed applications. A new application can be developed using existing remote services that may be provided by other applications. Therefore, calling a service can be considered integration between the two applications. However, most SOAs provide tools that make calling an external service almost as simple as calling a local method (performance considerations aside), so that the process of developing an application on top of an SOA resembles building a distributed application.