按照面向服务 设计原则设计。 - 服务组合包括服务已经组装,以提供自动执行特定业务任务或流程所需的功能。 - 因为面向服务将许多服务形成为不可知的企业资源,一个服务可以由多个消费者程序调用,每个服务程序都可以在在不同的服务组合中使用相同的服务。 - 标准化服务的集合可以构成服务库存的基础 可以在自己的物理部署环境中独立管理。通过创建服务组合 从现有不可知的服务池中提取,这些服务位于服务库存中。 - 面向服务的架构是一种技术架构,在服务,服务组合和服务清单的支持下进行了优化strong>。 服务模型用于根据服务类型对服务层进行分类。日志它们封装了它。 SOA 代表了一种与实现无关的架构模型。但是,目前,Web服务提供了实施服务的最重要手段。 PS:如果你像我一样,并认为这整个概念都是指同一个东西,那么我写的应该非常有帮助。     -Service-orientation is a design paradigm comprised of service-orientation design       principles. When applied to units of solution logic, these principles create services      with distinct design characteristics that support the overall goals and vision of      service-oriented computing.     -Service-oriented solution logic is implemented as services and service compositions      designed in accordance with service-orientation design principles.     -A service composition is comprised of services that have been assembled to provide      the functionality required to automate a specific business task or process.     -Because service-orientation shapes many services as agnostic enterprise resources,      one service may be invoked by multiple consumer programs, each of which can      involve that same service in a different service composition.     -A collection of standardized services can form the basis of a service inventory      that can be independently administered within its own physical deployment      environment.     -Multiple business processes can be automated by the creation of service compositions      that draw from a pool of existing agnostic services that reside within a service      inventory.     -Service-oriented architecture is a form of technology architecture optimized in support      of services, service compositions, and service inventories.Service models are used to establish service layers by categorizing servicesbased on the type of logic they encapsulate. SOA represents an implementation-agnostic architectural model. However,Web services currently provide the foremost means of implementing services.PS: If you are like me, and thought this whole concepts refered to the same thing, then what I just write should be very helpful. 这篇关于基于服务和面向服务的体系结构之间的差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-14 05:26