CN101692207A - Method for achieving system application integration based on SOA architecture - Google Patents

Method for achieving system application integration based on SOA architecture Download PDF

Info

Publication number
CN101692207A
CN101692207A CN200910195798A CN200910195798A CN101692207A CN 101692207 A CN101692207 A CN 101692207A CN 200910195798 A CN200910195798 A CN 200910195798A CN 200910195798 A CN200910195798 A CN 200910195798A CN 101692207 A CN101692207 A CN 101692207A
Authority
CN
China
Prior art keywords
service
integration
soa
interface
services
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200910195798A
Other languages
Chinese (zh)
Inventor
吴嘉琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Polytechnic University
Original Assignee
Shanghai Polytechnic University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Polytechnic University filed Critical Shanghai Polytechnic University
Priority to CN200910195798A priority Critical patent/CN101692207A/en
Publication of CN101692207A publication Critical patent/CN101692207A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a method for achieving system application integration based on SOA architecture. An enterprise application integration based on the SOA architecture is achieved by using a web service technique on a J2EE platform. The integration mode needs no additional reconstruction and only adopts a loose coupling mode for connection, so a system can respond to a new customer demand, a new business chance and the threats of competition, and basically meet the requirements on the current and the long-term business application. An integration platform of a system integration framework comprises three hierarchical structures including a presentation layer, a service layer and an integration layer.

Description

一种基于SOA架构的系统应用集成实现方法A Realization Method of System Application Integration Based on SOA Architecture

技术领域:Technical field:

本方法涉及一种软件集成技术,特别涉及一种基于SOA架构的系统应用集成实现方法。The method relates to a software integration technology, in particular to a system application integration realization method based on SOA architecture.

背景技术:Background technique:

以前IT系统建设过程中一直采用先开发后集成的模式,“开发”和“集成”的分离产生了一个个“信息孤岛”。如何去面对语言差异、平台差异、协议差异、数据结构的差异所带来的系统集成的挑战是解决问题的关键。在传统的企业应用集成技术中,为了在企业内部或企业之间进行应用集成,就必须通过交流使应用之间达成一致,并分别就通信协议、消息格式数据模型进行实施。当用户非常庞大时,这种点到点的集成就变得非常困难。In the past, the IT system construction process has always adopted the mode of development first and then integration. The separation of "development" and "integration" has produced "information islands" one by one. How to face the challenges of system integration brought about by language differences, platform differences, protocol differences, and data structure differences is the key to solving the problem. In the traditional enterprise application integration technology, in order to carry out application integration within or among enterprises, it is necessary to reach an agreement among the applications through communication, and implement the communication protocol and message format data model respectively. When the number of users is very large, this point-to-point integration becomes very difficult.

发明内容:Invention content:

针对这些问题,我们提出了一种基于SOA架构的系统应用集成方法。SOA是一种面向服务的体系结构,这种设计方式使商业过程自动化和异构系统间共享信息更为容易。基于SOA的系统集成明确地强调了软件组件之间的松散藕合,以及其独立标准界面的使用。在J2EE平台上利用web服务技术实现基于SOA架构的企业应用集成。这种集成方式无需额外的改造,采用松散耦合的方式连接即可,这使得系统可以迅速地响应新的顾客需求、新的业务机会以及竞争的威胁,基本满足了当前及长远的业务应用需求。Aiming at these problems, we propose a system application integration method based on SOA architecture. SOA is a service-oriented architecture, which is designed to make business process automation and information sharing among heterogeneous systems easier. SOA-based system integration clearly emphasizes the loose coupling between software components and the use of their independent standard interfaces. On the J2EE platform, the enterprise application integration based on SOA architecture is realized by using web service technology. This integration method does not require additional transformation, and can be connected in a loosely coupled manner, which enables the system to quickly respond to new customer needs, new business opportunities, and competitive threats, and basically meets current and long-term business application requirements.

参见图1,本发明方法在系统集成时,包括三个主体:服务消费者、服务目录、服务提供者。服务消费者实现服务的查找与调用,首先到服务目录去查找满足特定条件的、可获得的服务,一旦找到,服务消费者将绑定到服务提供者并进行实际的服务调用;服务目录集中存储服务信息,以便于服务消费者的查找。同时服务提供者把它们所要提供的服务在这里进行发布;服务提供者负责创建和发布服务。它会定义一些良好的且独立于平台和语言的接口,并将接口的描述信息即服务信息发布到服务目录,同时控制对服务的访问以及服务的维护和升级。Referring to FIG. 1 , the method of the present invention includes three subjects during system integration: service consumers, service catalogs, and service providers. To search and invoke services, service consumers first go to the service directory to search for available services that meet specific conditions. Once found, the service consumer will bind to the service provider and make the actual service call; the service directory is stored centrally Service information, so that service consumers can find it easily. At the same time, service providers publish their services here; service providers are responsible for creating and publishing services. It will define some good interfaces that are independent of platform and language, and publish the description information of the interface, that is, service information, to the service directory, and at the same time control the access to the service as well as the maintenance and upgrade of the service.

由于SOA只是一种方法,一种设计概念,因此它必须依托一定的技术手段来实现,而在Web服务、Session Bean、CORBA等实现手段中,Web服务是实现新型企业应用集成的最佳方式。Since SOA is just a method and a design concept, it must be realized by certain technical means, and in the implementation methods such as Web service, Session Bean, CORBA, etc., Web service is the best way to realize the integration of new enterprise applications.

另外,方案中提供了基于XML标准接口的若干中间件,具有完好的封装性、松散的藕合性、协议规范的标准性、以及高度的可集成性等特点,能够很好的满足SOA应用模式需求。In addition, the solution provides a number of middleware based on XML standard interface, which has the characteristics of complete encapsulation, loose coupling, standardization of protocol specifications, and high integration, which can well meet the SOA application model need.

本发明所述方法作为面向服务的体系结构(SOA),是一种使商业过程自动化和异构系统间共享信息更容易的软件设计方式。SOA与一般的客户机/服务器模型不同,它明确地强调了软件组件之间的松散藕合,以及其独立标准界面的使用。采用SOA体系结构,可以在不对现有企业应用系统进行修改的前提下对外提供Web服务接口,将系统和应用迅速转换为服务。The method described in the present invention is a service-oriented architecture (SOA), which is a software design method that makes business process automation and information sharing among heterogeneous systems easier. SOA differs from the general client/server model in that it clearly emphasizes the loose coupling between software components and the use of their independent standard interfaces. Using the SOA architecture, it is possible to provide a Web service interface externally without modifying the existing enterprise application system, and quickly convert the system and application into a service.

附图说明:Description of drawings:

以下结合附图和具体实施方式来进一步说明本发明。The present invention will be further described below in conjunction with the accompanying drawings and specific embodiments.

图1为本发明方法所涉及的SOA模型结构示意图。Fig. 1 is a schematic diagram of the structure of the SOA model involved in the method of the present invention.

图2为本发明方法所涉及的J2EE平台的框图。Fig. 2 is a block diagram of the J2EE platform involved in the method of the present invention.

其中,图1中表示层负责处理企业与外界用户的接口及与户交互相关的组件。服务层实际上是一个Web Services容器,它是处于核心地位的,系统提供的应用和数据以服务的方式组织,以便为表示层提供服务。最下面一层是集成层,实现系统现有和正在开发系统的接口数据格式的统一、数据库和文件系统数据的统一。Among them, the presentation layer in Figure 1 is responsible for processing the interface between the enterprise and external users and components related to user interaction. The service layer is actually a Web Services container, which is at the core, and the applications and data provided by the system are organized in the form of services to provide services for the presentation layer. The bottom layer is the integration layer, which realizes the unification of the interface data format of the existing system and the system under development, and the unification of database and file system data.

具体实施方式:Detailed ways:

为了使本发明实现的技术手段、创作特征、达成目的与功效易于明白了解,下面结合具体图示,进一步阐述本发明。In order to make the technical means, creative features, goals and effects achieved by the present invention easy to understand, the present invention will be further described below in conjunction with specific illustrations.

本发明在集体实现时,如图2所示,在J2EE平台上利用web服务技术实现基于SOA架构的企业应用集成。采用三种方式实现集成:When the present invention is implemented collectively, as shown in FIG. 2 , the enterprise application integration based on the SOA architecture is realized on the J2EE platform by using the web service technology. Integration is achieved in three ways:

(1)利用JAX-RPC API创建基于SOAP的封装器,以确定现有Java类或者EJB的WSDL接口。即为每一个无状态会话Bean写一个简单类,作为这个Bean的包装类,这个类中包括无状态会话Bean中需要发布为Web服务的方法,而后再将这个包装类发布为Web服务。(1) Use the JAX-RPC API to create a SOAP-based wrapper to determine the WSDL interface of an existing Java class or EJB. That is, write a simple class for each stateless session bean, as the packaging class of this bean, this class includes the method that needs to be published as a Web service in the stateless session bean, and then publish this packaging class as a Web service.

(2)直接将无状态会话Bean发布为Web服务。(2) Directly publish the stateless session bean as a Web service.

(3)将JNDI实现为一个Web服务。因为传统的J2EE的处理过程都是通过JNDI查找EJB等所需的资源,在将JNDI实现为一个Web服务后,客户端对EJB的查找都要通过这个Web服务才能获得,这样也就间接地将EJB发布为Web服务。(3) Implement JNDI as a Web service. Because the traditional J2EE processing process is to find the required resources such as EJB through JNDI, after implementing JNDI as a Web service, the client's search for EJB must be obtained through this Web service, so that it will indirectly EJBs are published as web services.

对于系统内部一些旧的应用企业信息系统,先把旧应用程序的接口描述为WSDL端口类型,并添加协议绑定(这些绑定附带关于如何访问它们的信息),然后在Web Services容器与接口处添加一个适配器进行集成。最后系统服务总线接口对各子系统提供的服务进行了封装,为外界提供了一个统一的服务平台。For some old application enterprise information systems inside the system, first describe the interface of the old application program as a WSDL port type, and add protocol bindings (these bindings have information on how to access them), and then in the Web Services container and interface Add an adapter for integration. Finally, the system service bus interface encapsulates the services provided by each subsystem, providing a unified service platform for the outside world.

以上显示和描述了本发明的基本原理和主要特征和本发明的优点。本行业的技术人员应该了解,本发明不受上述实施例的限制,上述实施例和说明书中描述的只是说明本发明的原理,在不脱离本发明精神和范围的前提下,本发明还会有各种变化和改进,这些变化和改进都落入要求保护的本发明范围内。本发明要求保护范围由所附的权利要求书及其等效物界定。The basic principles and main features of the present invention and the advantages of the present invention have been shown and described above. Those skilled in the industry should understand that the present invention is not limited by the above-mentioned embodiments. What are described in the above-mentioned embodiments and the description only illustrate the principle of the present invention. Without departing from the spirit and scope of the present invention, the present invention will also have Variations and improvements are possible, which fall within the scope of the claimed invention. The protection scope of the present invention is defined by the appended claims and their equivalents.

Claims (6)

1.一种基于SOA架构的系统应用集成实现方法,其特征在于,在系统集成时,包括三个主体:服务消费者、服务目录、服务提供者;服务消费者实现服务的查找与调用,首先到服务目录去查找满足特定条件的、可获得的服务,一旦找到,服务消费者将绑定到服务提供者并进行实际的服务调用;服务目录集中存储服务信息,以便于服务消费者的查找;同时服务提供者把它们所要提供的服务在这里进行发布;服务提供者负责创建和发布服务;它会定义一些良好的且独立于平台和语言的接口,并将接口的描述信息即服务信息发布到服务目录,同时控制对服务的访问以及服务的维护和升级。1. A method for implementing system application integration based on SOA architecture, characterized in that, during system integration, three main bodies are included: service consumers, service catalogs, and service providers; service consumers realize service search and calling, first Go to the service directory to find available services that meet specific conditions. Once found, the service consumer will bind to the service provider and make an actual service call; the service directory stores service information centrally to facilitate the search of service consumers; At the same time, the service provider publishes the services they want to provide here; the service provider is responsible for creating and publishing the service; it will define some good interfaces that are independent of the platform and language, and publish the description information of the interface, that is, the service information to A service catalog, which also controls access to services as well as their maintenance and upgrades. 2.根据权利要求1的基于SOA架构的系统应用集成实现方法,其特征在于,所述方法中中提供了基于XML标准接口的若干中间件,具有完好的封装性、松散的藕合性、协议规范的标准性、以及高度的可集成性等特点,能够很好的满足SOA应用模式需求。2. according to the system application integration realization method based on SOA framework of claim 1, it is characterized in that, some middlewares based on XML standard interface are provided in the described method, have perfect encapsulation, loose coupling, agreement Standardization of specifications and high degree of integration can well meet the requirements of SOA application mode. 3.根据权利要求1的基于SOA架构的系统应用集成实现方法,其特征在于,所述方法实现集成是利用JAX-RPC API创建基于SOAP的封装器,以确定现有Java类或者EJB的WSDL接口;即为每一个无状态会话Bean写一个简单类,作为这个Bean的包装类,这个类中包括无状态会话Bean中需要发布为Web服务的方法,而后再将这个包装类发布为Web服务。3. according to the system application integration realization method based on SOA framework of claim 1, it is characterized in that, described method realizes integration is to utilize JAX-RPC API to create the wrapper based on SOAP, to determine the WSDL interface of existing Java class or EJB ; That is, write a simple class for each stateless session bean as the wrapper class of the bean. This class includes the methods that need to be published as Web services in the stateless session bean, and then publish the wrapper class as a Web service. 4.根据权利要求1的基于SOA架构的系统应用集成实现方法,其特征在于,所述方法实现集成是直接将无状态会话Bean发布为Web服务。4. The method for realizing system application integration based on SOA architecture according to claim 1, characterized in that, said method realizes the integration by directly publishing the stateless session bean as a Web service. 5.根据权利要求1的基于SOA架构的系统应用集成实现方法,其特征在于,所述方法实现集成是将JNDI实现为一个Web服务。5. The method for implementing system application integration based on SOA architecture according to claim 1, characterized in that said method for implementing integration is implementing JNDI as a Web service. 6.根据权利要求1的基于SOA架构的系统应用集成实现方法,其特征在于,所述方法对于系统内部一些旧的应用企业信息系统,先把旧应用程序的接口描述为WSDL端口类型,并添加协议绑定,然后在Web Services容器与接口处添加一个适配器进行集成;最后系统服务总线接口对各子系统提供的服务进行了封装,为外界提供了一个统一的服务平台。6. The system application integration method based on SOA architecture according to claim 1, characterized in that, for some old application enterprise information systems inside the system, the method first describes the interface of the old application program as a WSDL port type, and adds Protocol binding, and then add an adapter between the Web Services container and the interface for integration; finally, the system service bus interface encapsulates the services provided by each subsystem, providing a unified service platform for the outside world.
CN200910195798A 2009-09-17 2009-09-17 Method for achieving system application integration based on SOA architecture Pending CN101692207A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910195798A CN101692207A (en) 2009-09-17 2009-09-17 Method for achieving system application integration based on SOA architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910195798A CN101692207A (en) 2009-09-17 2009-09-17 Method for achieving system application integration based on SOA architecture

Publications (1)

Publication Number Publication Date
CN101692207A true CN101692207A (en) 2010-04-07

Family

ID=42080898

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910195798A Pending CN101692207A (en) 2009-09-17 2009-09-17 Method for achieving system application integration based on SOA architecture

Country Status (1)

Country Link
CN (1) CN101692207A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033848A (en) * 2010-12-21 2011-04-27 东莞市高鑫机电科技服务有限公司 SOA-based three-dimensional design system integrating method and system
CN102034170A (en) * 2010-12-23 2011-04-27 东莞市高鑫机电科技服务有限公司 Service-oriented architecture (SOA)-based service packaging method for service data and integrated system
CN102316163A (en) * 2011-09-07 2012-01-11 山东中创软件工程股份有限公司 Method for realizing Web container expansion and Web container
CN102316169A (en) * 2011-09-29 2012-01-11 北京邮电大学 Method for realizing quick service convergence and general service platform
CN102571727A (en) * 2010-12-31 2012-07-11 青岛海尔软件有限公司 Digital family-service-oriented architecture system
CN103092591A (en) * 2011-11-01 2013-05-08 镇江华扬信息科技有限公司 XML (Extensive Makeup Language) and Web Service based data integration middleware method
CN103092620A (en) * 2013-01-18 2013-05-08 浙江吉利汽车研究院有限公司杭州分公司 Microsoft Exchange Server 2010 Web service integration development method
CN104320442A (en) * 2014-10-10 2015-01-28 浙江天正思维信息技术有限公司 Application system presentation layer integrated technical platform and integrated mode and method formed thereby
CN104735111A (en) * 2013-12-23 2015-06-24 北京锐安科技有限公司 Method for achieving ESB by adopting WEBSERVICE as uniform interface
CN104811454A (en) * 2015-05-11 2015-07-29 中国电力科学研究院 Access control method based on threshold cryptography
CN105119927A (en) * 2015-09-07 2015-12-02 北京百度网讯科技有限公司 Message sending, receiving method and terminal and message sending system

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033848B (en) * 2010-12-21 2012-11-14 东莞市高鑫机电科技服务有限公司 SOA-based three-dimensional design system integrating method and system
CN102033848A (en) * 2010-12-21 2011-04-27 东莞市高鑫机电科技服务有限公司 SOA-based three-dimensional design system integrating method and system
CN102034170A (en) * 2010-12-23 2011-04-27 东莞市高鑫机电科技服务有限公司 Service-oriented architecture (SOA)-based service packaging method for service data and integrated system
CN102034170B (en) * 2010-12-23 2016-05-04 东莞市高鑫机电科技服务有限公司 Service encapsulates method and the integrated system of the business datum based on SOA
CN102571727A (en) * 2010-12-31 2012-07-11 青岛海尔软件有限公司 Digital family-service-oriented architecture system
CN102316163B (en) * 2011-09-07 2014-01-15 山东中创软件工程股份有限公司 Method for realizing Web container expansion and Web container
CN102316163A (en) * 2011-09-07 2012-01-11 山东中创软件工程股份有限公司 Method for realizing Web container expansion and Web container
CN102316169A (en) * 2011-09-29 2012-01-11 北京邮电大学 Method for realizing quick service convergence and general service platform
CN103092591A (en) * 2011-11-01 2013-05-08 镇江华扬信息科技有限公司 XML (Extensive Makeup Language) and Web Service based data integration middleware method
CN103092620A (en) * 2013-01-18 2013-05-08 浙江吉利汽车研究院有限公司杭州分公司 Microsoft Exchange Server 2010 Web service integration development method
CN103092620B (en) * 2013-01-18 2016-08-10 浙江吉利汽车研究院有限公司杭州分公司 A kind of Microsoft Exchange Server 2010 Web service integrated development method
CN104735111A (en) * 2013-12-23 2015-06-24 北京锐安科技有限公司 Method for achieving ESB by adopting WEBSERVICE as uniform interface
CN104735111B (en) * 2013-12-23 2018-06-12 北京锐安科技有限公司 Make the method for unified interface realization ESB using WEBSERVICE
CN104320442A (en) * 2014-10-10 2015-01-28 浙江天正思维信息技术有限公司 Application system presentation layer integrated technical platform and integrated mode and method formed thereby
CN104320442B (en) * 2014-10-10 2019-05-07 浙江天正思维信息技术有限公司 Application system presentation layer integrated technology plateform system and method
CN104811454A (en) * 2015-05-11 2015-07-29 中国电力科学研究院 Access control method based on threshold cryptography
CN104811454B (en) * 2015-05-11 2018-01-19 中国电力科学研究院 A kind of access control method theoretical based on threshold cryptography
CN105119927A (en) * 2015-09-07 2015-12-02 北京百度网讯科技有限公司 Message sending, receiving method and terminal and message sending system

Similar Documents

Publication Publication Date Title
CN101692207A (en) Method for achieving system application integration based on SOA architecture
Yangui et al. CompatibleOne: The open source cloud broker
US8762933B2 (en) Converting business process models to component models in a service oriented architecture domain
CN101826987B (en) A hybrid service support system and method based on a converged open network
CN102420697B (en) A kind of comprehensive resources management system for monitoring of configurable service and method thereof
Binildas Service oriented java business integration
Bahree et al. Pro WCF: practical Microsoft SOA implementation
Zimmermann et al. Second generation web services-oriented architecture in production in the finance industry
US20030233477A1 (en) Extensible infrastructure for manipulating messages communicated over a distributed network
KR20120128661A (en) Widget framework, real-time service orchestration, and real-time resource aggregation
Seo et al. Cloud computing for ubiquitous computing on M2M and IoT environment mobile application
Pathak Pro WCF 4: practical Microsoft SOA implementation
CN104301401A (en) Mobile application platform based on rapid service encapsulation
CN104735111B (en) Make the method for unified interface realization ESB using WEBSERVICE
Wainer et al. Standardizing DEVS Simulation Middleware
Binildas Service oriented architecture with Java
CN103064688B (en) The method and system of workflow universal service
Zhang et al. A service-oriented distributed framework-WCF
Sefid‐Dashti et al. A reference architecture for mobile SOA
CN101621540A (en) Method for combining inner service of enterprise service bus based on BPEL engine
CN113542217B (en) Service subscription system
Park et al. Development of HLA-DDS wrapper API for network-controllable distributed simulation
Wang et al. Software architecture based on message queue
CN108076107B (en) Service sinking processing system and middleware
D'Emic et al. Mule in action

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100407