KR101859285B1 - iPOJO framework and workflow system - Google Patents

iPOJO framework and workflow system Download PDF

Info

Publication number
KR101859285B1
KR101859285B1 KR1020160120388A KR20160120388A KR101859285B1 KR 101859285 B1 KR101859285 B1 KR 101859285B1 KR 1020160120388 A KR1020160120388 A KR 1020160120388A KR 20160120388 A KR20160120388 A KR 20160120388A KR 101859285 B1 KR101859285 B1 KR 101859285B1
Authority
KR
South Korea
Prior art keywords
description
workflow
services
ipojo
framework
Prior art date
Application number
KR1020160120388A
Other languages
Korean (ko)
Other versions
KR20180031912A (en
Inventor
이춘화
블레자 타쿠다
Original Assignee
한양대학교 산학협력단
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 한양대학교 산학협력단 filed Critical 한양대학교 산학협력단
Priority to KR1020160120388A priority Critical patent/KR101859285B1/en
Publication of KR20180031912A publication Critical patent/KR20180031912A/en
Application granted granted Critical
Publication of KR101859285B1 publication Critical patent/KR101859285B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

iPOJO(injected Plain Old Java Object) 프레임워크 및 워크플로우 시스템이 개시된다. iPOJO 프레임워크부는, 제1 디스크립션을 해석하여 서비스들을 컴포지션(compostion)하는 엔진부; 및 상기 서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하여 상기 엔진부로 인젝션하는 워크플로우 핸들러를 포함한다.An injected Plain Old Java Object (iPOJO) framework and workflow system are disclosed. The iPOJO framework part includes an engine part for interpreting the first description and composting services; And a workflow handler for converting a second description for interaction or control between the services to correspond to the first description and injecting the second description to the engine unit.

Description

iPOJO(injected Plain Old Java Object) 프레임워크 및 워크플로우 시스템{iPOJO framework and workflow system}iPOJO (injected Plain Old Java Object) framework and workflow system {iPOJO framework and workflow system}

본 발명은 iPOJO(injected Plain Old Java Object) 프레임워크에서 워크플로우 기반 서비스들의 처리가 가능한 iPOJO 프레임워크 및 워크플로우 시스템에 관한 것이다.
The present invention relates to an iPOJO framework and a workflow system capable of processing workflow-based services in an iPOJO (injected Plain Old Java Object) framework.

일반적으로 서비스 컴포지션은 행동 서비스 컴포지션(behavioral service composition)과 구조적 서비스 컴포지션(structural service composition)로 구분된다. Generally, a service composition is divided into a behavioral service composition and a structural service composition.

행동 서비스 컴포지션은 서비스의 행동, 즉, 프로세서의 각 스테이지에서 제어 시맨틱을 추가함에 따라 다른 서비스와의 상호작용이 가능하다. 반면, 구조적 서비스 컴포지션은 컴포지트 서비스 정의를 위한 디스크립션이 존재하며, 프레임워크는 예시화, 바인딩, 컴포지트 실행 등을 처리한다.A behavioral service composition is able to interact with other services by adding behavior of the service, that is, control semantics at each stage of the processor. On the other hand, a structural service composition has a description for a composite service definition, and the framework handles exemplification, binding, and composite execution.

iPOJO 프레임워크는 구조적 서비스 컴포지션 모델로, 서비스들간의 순서화된 상호 작용이나 제어를 지원하지 않아 플렉서블하지 않는 단점을 가지고 있다.
The iPOJO framework is a structural service composition model and has disadvantages of not being flexible because it does not support ordered interaction or control between services.

본 발명은 iPOJO 프레임워크에서 각 서비스들간의 상호 작용이나 제어를 지원할 수 있는 iPOJO 프레임워크 및 워크플로우 시스템을 제공하기 위한 것이다.The present invention is to provide an iPOJO framework and a workflow system that can support interaction and control between services in an iPOJO framework.

이를 위해, 본 발명은 iPOJO 프레임워크에 워크 플로우 핸들러를 사용하는 컴포지션을 추가 정의함으로써 워크플로우 기반 서비스들의 처리가 가능한 iPOJO 프레임워크 및 워크플로우 시스템을 제공하기 위한 것이다.
To this end, the present invention is to provide an iPOJO framework and a workflow system capable of processing workflow-based services by further defining a composition using a workflow handler in the iPOJO framework.

본 발명의 일 측면에 따르면, iPOJO 프레임워크에서 각 서비스들간의 상호 작용이나 제어를 지원할 수 있는 iPOJO 프레임워크 및 워크플로우 시스템이 제공된다.According to an aspect of the present invention, there is provided an iPOJO framework and a workflow system capable of supporting interaction and control between services in an iPOJO framework.

본 발명의 일 실시예에 따르면, 워크플로우 시스템에 있어서, 자바 가상 머신부; 상기 자바 가상 머신부상에서 동작되며, 제1 디스크립션을 해석하여 서비스들을 컴포지션(composition)하는 iPOJO 프레임워크(injected Plain Old Java Object framework)부; 및 상기 서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하여 상기 iPOJO 프레임워크부로 인젝션하는 워크플로우 핸들러를 포함하는 워크플로우 시스템이 제공될 수 있다.According to an embodiment of the present invention, there is provided a workflow system comprising: a Java virtual machine unit; An iPOJO framework (an injected Plain Old Java Object framework) operating on the Java virtual machine platform and interpreting the first description to compose services; And a workflow handler for converting a second description for interaction or control between the services to correspond to the first description and injecting the converted work description to the iPOJO framework part.

상기 워크플로우 핸들러는, 상기 제2 디스크립션을 iPOJO 번들로 메타데이터로 변환하여 상기 iPOJO 프레임워크부로 인젝션할 수 있다.The workflow handler may convert the second description into metadata with iPOJO bundles and inject the metadata into the iPOJO framework part.

상기 워크플로우 핸들러는 상기 제2 디스크립션에 포함된 엘리먼트 중 일부를 분석하여 서비스들간의 상호 작용이나 제어를 위한 이벤트 메시지를 생성하여 어플리케이션단으로 전송할 수 있다.The workflow handler may analyze some of the elements included in the second description to generate an event message for interaction or control between services and transmit the generated event message to the application terminal.

상기 제1 디스크립션과 상기 제2 디스크립션은 각기 상이한 랭귀지로 작성된다.The first description and the second description are written in different languages.

상기 제2 디스크립션은, 상기 제2 디스크립션이 워크플로우 기반 컴포지션을 지원하는 디스크립션임을 나타내는 최상위 디스크립터의 역할을 수행하는 제1 엘리먼트; 워크플로우 컴포지션 프로세스의 서비스 인스턴스를 디스크립션하기 위한 제2 엘리먼트; 컴포지트 어플리케이션에서 동작되는 적어도 하나의 서비스들을 디스크립션하기 위한 제3 엘리먼트; 상기 서비스들의 상호 작용이나 제어를 위한 프로세스 타입을 디스크립션하기 위한 제4 엘리먼트; 및 상기 제3 엘리먼트에서 필요로 하는 변수들을 디스크립션하기 위한 제5 엘리먼트를 포함할 수 있다.The second description serving as a top-level descriptor indicating that the second description is a description supporting a workflow-based composition; A second element for describing a service instance of the workflow composition process; A third element for describing at least one service operating in a composite application; A fourth element for describing a process type for interaction or control of said services; And a fifth element for describing the variables required by the third element.

상기 워크플로우 핸들러는, 상기 iPOJO 프레임워크부로부터 상기 서비스들의 컴포지션 과정에서 서비스 구성 실패 또는 이용 불가능한 상태의 서비스에 대한 컴포지션 재조정을 위한 재조정 인스트럭션을 수신하고, 상기 재조정 인스트럭션에 따라 상기 제2 디스크립션 중 일부를 수정하여 상기 iPOJO 프레임워크부로 인젝션할 수 있다.
Wherein the workflow handler receives a reconfiguration instruction for reconfiguration of a service for a service configuration failure or an unavailable service in the course of composition of the services from the iPOJO framework part, To the iPOJO framework section.

본 발명의 다른 실시예에 따르면, 워크플로우 시스템에 있어서, 자바 가상 머신부; 및 상기 자바 가상 머신부상에서 동작되며, 워크플로우 디스크립션을 이용하여 서비스들을 컴포지션하고, 상기 서비스들간의 상호작용이나 제어에 대한 이벤트를 처리하는 iPOJO 프레임워크(injected Plain Old Java Object framework)부를 포함하는 워크플로우 시스템이 제공될 수 있다.
According to another embodiment of the present invention, there is provided a workflow system comprising: a Java virtual machine unit; And an iPOJO framework (an injected Plain Old Java Object framework) operating on the Java virtual machine platform, for composing services using a workflow description and for handling events on interaction and control between the services A flow system can be provided.

본 발명의 또 다른 실시예에 따르면, 제1 디스크립션을 해석하여 서비스들을 컴포지션(compostion)하는 엔진부; 및 상기 서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하여 상기 엔진부로 인젝션하는 워크플로우 핸들러를 포함하는 iPOJO 프레임워크가 제공될 수 있다.According to another embodiment of the present invention, there is provided an information processing apparatus comprising: an engine unit for interpreting a first description and composting services; And a workflow handler for converting a second description for interaction or control between the services so as to correspond to the first description and injecting the same into the engine unit.

상기 iPOJO 프레임워크부로부터 상기 서비스들의 컴포지션 과정에서 서비스 구성 실패 또는 이용불가능한 상태의 서비스에 대한 컴포지션 재조정을 위한 재조정 인스트럭션을 생성하는 재조정부를 더 포함할 수 있다.A reconfiguration unit for creating a reconfiguration instruction for re-composition of a service in a service configuration failure state or an unavailable state in the composition of the services from the iPOJO framework unit.

상기 워크플로우 핸들러는, 상기 재조정 인스트럭션에 따라 상기 제2 디스크립션 중 일부를 수정하여 상기 iPOJO 프레임워크부로 인젝션할 수 있다.The workflow handler may modify some of the second descriptions according to the reconfiguration instructions, and may inject the iPOJO framework part into the iPOJO framework part.

상기 iPOJO 프레임워크는 자바 가상 머신상에서 실행될 수 있다.The iPOJO framework can be executed on a Java virtual machine.

상기 워크플로우 핸들러는, 상기 제2 디스크립션에 포함된 엘리먼트 중 일부를 분석하여 서비스들간의 상호 작용이나 제어를 위한 이벤트 메시지를 생성하여 어플리케이션단으로 전송할 수 있다.The workflow handler may generate an event message for interaction or control between services by analyzing a part of the elements included in the second description and transmit the event message to an application terminal.

상기 엔진부에 의해 컴포지션된 서비스들을 등록하는 서비스 저장부를 더 포함할 수 있다.
And a service storage unit for registering the services composed by the engine unit.

본 발명의 일 실시예에 따른 iPOJO 프레임워크 및 워크플로우 시스템을 제공함으로써, iPOJO 프레임워크에서 각 서비스들간의 상호 작용이나 제어를 지원할 수 있는 이점이 있다.By providing the iPOJO framework and the workflow system according to the embodiment of the present invention, there is an advantage that the iPOJO framework can support the interaction and control between the respective services.

또한, 본 발명은 iPOJO 프레임워크에 워크 플로우 핸들러를 사용하는 컴포지션을 추가 정의함으로써 워크플로우 기반 서비스들의 처리가 가능하며, 결과적으로 iPOJO 프레임워크를 플렉서블하게 확장할 수 있는 이점이 있다.
In addition, the present invention is capable of processing workflow-based services by additionally defining a composition using a workflow handler in the iPOJO framework, and as a result, there is an advantage that the iPOJO framework can be flexibly extended.

도 1은 본 발명의 일 실시예에 따른 워크플로우 시스템의 구성을 개략적으로 도시한 도면.
도 2는 본 발명의 일 실시예에 따른 구조적 서비스 컴포지션 디스크립션의 일 예를 도시한 도면.
도 3은 도 2에 따른 디스크립션의 실행에 따른 서비스 컴포지션을 예시한 도면.
도 4는 본 발명의 일 실시예에 따른 워크플로우 디스크립션의 일 예를 도시한 도면.
도 5는 본 발명의 일 실시예에 다른 워크플로우 디스크립션의 주요 엘리먼트를 도시한 도면.
도 6은 본 발명의 일 실시예에 따른 iCDL 메타모델 디스크립션의 일 예를 도시한 도면.
도 7은 본 발명의 일 실시예에 따른 워크플로우 핸들러 기반 아키텍터를 도시한 도면.
도 8은 본 발명의 일 실시예에 따른 iPOJO 프레임워크의 내부 구조를 개략적으로 도시한 블록도.
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 schematically illustrates a configuration of a workflow system according to an embodiment of the present invention; FIG.
Figure 2 illustrates an example of a structured service composition description according to an embodiment of the present invention.
Figure 3 illustrates a service composition according to the implementation of the description according to Figure 2;
4 illustrates an example of a workflow description according to an embodiment of the present invention.
Figure 5 illustrates the main elements of a workflow description in accordance with an embodiment of the present invention.
FIG. 6 illustrates an example of an iCDL metamodel description according to an embodiment of the present invention; FIG.
Figure 7 illustrates a workflow handler-based architecture in accordance with one embodiment of the present invention.
8 is a block diagram schematically illustrating an internal structure of an iPOJO framework according to an embodiment of the present invention;

본 명세서에서 사용되는 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "구성된다" 또는 "포함한다" 등의 용어는 명세서상에 기재된 여러 구성 요소들, 또는 여러 단계들을 반드시 모두 포함하는 것으로 해석되지 않아야 하며, 그 중 일부 구성 요소들 또는 일부 단계들은 포함되지 않을 수도 있고, 또는 추가적인 구성 요소 또는 단계들을 더 포함할 수 있는 것으로 해석되어야 한다. 또한, 명세서에 기재된 "...부", "모듈" 등의 용어는 적어도 하나의 기능이나 동작을 처리하는 단위를 의미하며, 이는 하드웨어 또는 소프트웨어로 구현되거나 하드웨어와 소프트웨어의 결합으로 구현될 수 있다.As used herein, the singular forms "a", "an" and "the" include plural referents unless the context clearly dictates otherwise. In this specification, the terms "comprising ", or" comprising "and the like should not be construed as necessarily including the various elements or steps described in the specification, Or may be further comprised of additional components or steps. Also, the terms "part," " module, "and the like described in the specification mean units for processing at least one function or operation, which may be implemented in hardware or software or a combination of hardware and software .

이하, 첨부된 도면들을 참조하여 본 발명의 실시예를 상세히 설명한다.
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일 실시예에 따른 워크플로우 시스템의 구성을 개략적으로 도시한 도면이고, 도 2는 본 발명의 일 실시예에 따른 구조적 서비스 컴포지션 디스크립션의 일 예를 도시한 도면이고, 도 3은 도 2에 따른 디스크립션의 실행에 따른 서비스 컴포지션을 예시한 도면이며, 도 4는 본 발명의 일 실시예에 따른 워크플로우 디스크립션의 일 예를 도시한 도면이고, 도 5는 본 발명의 일 실시예에 다른 워크플로우 디스크립션의 주요 엘리먼트를 도시한 도면이며, 도 6은 본 발명의 일 실시예에 따른 iCDL 메타모델 디스크립션의 일 예를 도시한 도면이고, 도 7은 본 발명의 일 실시예에 따른 워크플로우 핸들러 기반 아키텍터를 도시한 도면이다. 2 is a diagram illustrating an example of a structural service composition description according to an exemplary embodiment of the present invention. FIG. 3 is a block diagram illustrating a configuration of a workflow system according to an exemplary embodiment of the present invention. FIG. 4 is a diagram illustrating an example of a workflow description according to an embodiment of the present invention, and FIG. 5 is a diagram illustrating an example of a service composition according to an embodiment of the present invention FIG. 6 is a diagram illustrating an example of an iCDL metamodel description according to an embodiment of the present invention, and FIG. 7 is a diagram illustrating an example of a workflow description according to an exemplary embodiment of the present invention. Flow handler-based architecture.

본 발명의 일 실시예에 따른 워크플로우 시스템은 메모리와 프로세서를 포함하는 하드웨어단에서 실행된다. 이하에서는 본 발명의 주요 논지를 흐릴 수 있으므로, 메모리, 프로세서와 같은 하드웨어단에 대한 설명은 생략하며, 하드웨어단의 상위에도 동작되는 워크플로우 시스템을 중점으로 설명하기로 한다.A workflow system according to an embodiment of the present invention is implemented in a hardware stage that includes a memory and a processor. Hereinafter, since the main points of the present invention may be blurred, description of a hardware stage such as a memory and a processor will be omitted, and a workflow system operating on an upper stage of a hardware stage will be mainly described.

따라서, 이하에서 별도의 설명이 없더라도 워크플로우 시스템은 컴퓨팅 장치의 프로세서상에서 실행되는 일 구성으로 이해되어야 할 것이다.Thus, although not explicitly described below, the workflow system should be understood as a configuration that runs on the processor of the computing device.

도 1을 참조하면, 본 발명의 일 실시예에 따른 워크플로우 시스템(100)은 자바 가상 머신부(110)상에서 동작된다. 이러한 자바 가상 머신부(110)는 프로세서상에서 동작될 수 있음은 당연하다.Referring to FIG. 1, a workflow system 100 according to an embodiment of the present invention is operated on a Java virtual machine unit 110. It is a matter of course that such Java virtual machine unit 110 can be operated on a processor.

iPOJO 프레임워크부(115)는 자바 가상 머신부(110)상에서 동작된다. iPOJO 프레임워크부(115)는 서비스 컴포지션이 정의된 구조적 컴포지션 디스크립션(이하, 제1 디스크립션이라 칭하기로 함)을 분석하여 각 서비스를 추출하고, 바인딩 정책에 따라 각 서비스를 바인딩 또는 언바인딩하여 서비스를 컴포지션하는 기능을 한다.The iPOJO framework part 115 is operated on the Java virtual machine part 110. The iPOJO framework unit 115 extracts each service by analyzing a structural composition description (hereinafter, referred to as a first description) in which a service composition is defined, binds or unbinds each service according to the binding policy, It functions as a composition.

제1 디스크립션은 서비스 컴포지션 디스크립션으로, 각 서비스를 컴포지션하기 위한 적어도 하나의 서비스 인스턴스에 대한 디스크립션을 포함할 수 있다. The first description may include a description of at least one service instance for composition of each service with a service composition description.

이에 따라, iPOJO 프레임워크부(115)는 제1 디스크립션을 분석하여 해당 서비스를 구성하기 위해 각 서비스 인스턴스를 추출하고, 각 서비스 인스턴스를 바인딩 정책에 따라 바인딩(binding) 또는 언바인딩함에 따라 서비스를 컴포지션할 수 있다. Accordingly, the iPOJO framework part 115 extracts each service instance to analyze the first description and construct a corresponding service, binds or unbinds each service instance according to a binding policy, can do.

iPOJO 프레임워크부(115)에 의해 컴포지션된 서비스는 서비스 저장부 (service registry)에 등록할 될 수 있다.The service composed by the iPOJO framework part 115 can be registered in a service registry.

또한, iPOJO 프레임워크부(115)는 서비스 컴포지션 과정에서, 서비스 컴포지션 실패나 이용불가능한 상태의 서비스에 대한 컴포지션을 재조정하기 위한 재조정 인스트럭션을 제공할 수 있다. 재조정 인스트럭션에 따라 제1 디스크립션을 수정하여 서비스 컴포지션을 조정할 수 있다. In addition, in the service composition process, the iPOJO framework part 115 may provide a rebalance instruction for rebalancing a composition for a service composition failure or a service in an unavailable state. The service composition can be adjusted by modifying the first description according to the reordering instructions.

도 2에는 특정 서비스 컴포지션에 대한 제1 디스크립션이 예시되어 있다. 도 3은 도 2의 서비스 컴포지션 디스크립션이 iPOJO 프레임워크부(115)에서 실행된 일 예가 도시되어 있다.In Figure 2, a first description for a particular service composition is illustrated. FIG. 3 shows an example in which the service composition description of FIG. 2 is executed in the iPOJO framework part 115.

종래의 iPOJO 프레임워크부(115)는 제1 디스크립션(즉, 서비스 컴포지션 디스크립션)만 지원하였다. 따라서, 종래의 iPOJO 프레임워크부(115)는 서비스들간의 상호 작용이나 제어에 따른 이벤트 처리를 동적으로 지원하지 못하였다.The conventional iPOJO framework part 115 only supports the first description (i.e., the service composition description). Accordingly, the conventional iPOJO framework unit 115 does not dynamically support the interaction between services or event processing according to the control.

따라서, 본 발명의 일 실시예에서는 iPOJO 프레임워크부(115)에서 서비스들간의 상호 작용이나 제어에 따른 이벤트 처리를 위한 제2 디스크립션(워크플로우 디스크립션)이 신규 정의되었다.Accordingly, in the embodiment of the present invention, the second description (workflow description) for the interaction between the services and the event processing according to the control is newly defined in the iPOJO framework part 115.

도 4에는 워크플로우 디스크립션의 일 예가 도시되어 있다. 도 5에는 신규 추가된 워크플로우 디스크립션의 주요 엘리먼트가 정리되어 있다. FIG. 4 shows an example of a workflow description. In Figure 5, the main elements of the newly added workflow description are summarized.

이해와 설명의 편의를 도모하기 위해 도 5를 참조하여 신규 추가(정의)된 워크플로우 디스크립션의 각 엘리먼트에 대해 간략하게 설명하기로 한다.In order to facilitate understanding and explanation, each element of the newly added (defined) workflow description will be briefly described with reference to FIG.

구조적 컴포지션 디스크립션(즉, 제1 디스크립션)은 BPEL을 기반으로 작성되었으나, 워크플로우 디스크립션(제2 디스크립션)은 iCDL을 기반으로 작성되었다.The structural composition description (ie, the first description) was based on BPEL, while the workflow description (the second description) was based on iCDL.

따라서, 해당 디스크립션이 iCDL로 작성된 디스크립션임을 알 수 있도록 최상위에 <iCDL> 엘리먼트(이하, 제1 엘리먼트라 칭하기로 함)를 포함한다. 이러한, 제1 엘리먼트는 해당 디스크립션이 워크플로우 기반 컴포지션을 지원하는 디스크립션임을 나타내는 최상위 디스크립터로서의 역할을 수행한다.Therefore, an iCDL element (hereinafter referred to as a first element) is included at the top of the description so that the description is a description written in the iCDL. The first element acts as a top-level descriptor indicating that the description is a description supporting a workflow-based composition.

제1 엘리먼트는 제2 엘리먼트로, <process> 엘리먼트를 포함한다.The first element is a second element, which includes a < process > element.

제2 엘리먼트는 워크플로우 컴포지션 프로세스의 서비스 인스턴스를 설명하기 위한 디스크립터이다. The second element is a descriptor for describing the service instance of the workflow composition process.

제2 엘리먼트는 제3 엘리먼트, 제4 엘리먼트 및 제5 엘리먼트를 포함한다. The second element includes a third element, a fourth element and a fifth element.

여기서, 제3 엘리먼트는 <partnerService> 엘리먼트로서, 컴포지트 어플리케이션에 해당하는 적어도 하나의 서비스들을 포함한다. Here, the third element is a < partnerService > element, which includes at least one service corresponding to the composite application.

제4 엘리먼트는 <subprocess> 엘리먼트로, 서비스들간의 상호 작용이나 제어를 위한 프로세스 타입에 대한 디스크립션을 포함한다. 여기서, 프로세스 타입은 예를 들어, 시퀀스(sequence), 플로우(flow), 할당(assign) 등일 수 있다.The fourth element is a < subprocess > element that contains a description of the process type for interaction or control between services. Here, the process type may be, for example, a sequence, a flow, an assign, and the like.

제5 엘리먼트는 <variables> 엘리먼트로, 제3 엘리먼트(즉, <partnerService>)에서 필요로 하는 변수들을 위한 디스크립션을 포함한다.The fifth element is a <variables> element, which contains a description for the variables required by the third element (i.e., <partnerService>).

도 6에는 워크플로우 디스크립션의 일 예가 도시되어 있다.An example of a workflow description is shown in Fig.

이에 따라, 도 1에 도시된 바와 같이, iPOJO 프레임워크부(115)는 자바 가상 머신부(110)상에서 실행되며, 제1 디스크립션(즉, 서비스 컴포지션 디스크립션)과 제2 디스크립션(워크플로우 디스크립션)을 지원하여 어플리케이션이 동작되도록 지원할 수 있다.1, the iPOJO framework part 115 executes on the Java virtual machine part 110 and receives a first description (i.e., a service composition description) and a second description (workflow description) And support the application to operate.

이미 전술한 바와 같이, 본 발명의 일 실시예에 따른 워크플로우 디스크립션(즉, 제2 디스크립션)은 서비스 컴포지션 디스크립션과는 다른 랭귀지로 작성된다. 따라서, iPOJO 프레임워크부(115)에서 워크플로우 디스크립션(즉, 제2 디스크립션)을 처리(handling)하기 위해서는 워크플로우 핸들러(120)와의 연동이 필요하다.As already mentioned above, the workflow description (i.e., the second description) according to an embodiment of the present invention is written in a language different from the service composition description. Therefore, in order to handle the workflow description (i.e., the second description) in the iPOJO framework part 115, interworking with the workflow handler 120 is required.

워크플로우 핸들러(120)는 서비스들간의 상호 작용이나 제어를 위해 제2 디스크립션(워크플로우 디스크립션)을 iPOJO 프레임워크부(115)에서 실행가능하도록 변환하여 인젝션(injection)하기 위한 수단이다.The workflow handler 120 is a means for converting and injecting a second description (workflow description) to be executable in the iPOJO framework part 115 for interaction or control between services.

예를 들어, 워크플로우 핸들러(120)는 제2 디스크립션을 메타데이터를 이용하여 iPOJO 번들(bundle)로 감싸서, 제2 디스크립션을 iPOJO 프레임워크부(115)에서 처리 가능하도록 변환할 수 있다.For example, the workflow handler 120 may wrap the second description in an iPOJO bundle using metadata and convert the second description to be available for processing in the iPOJO framework part 115. [

워크플로우 핸들러(120)는 워크플로우 디스크립션을 분석하여 각 서비스간의 상호 작용이나 제어를 위한 이벤트 처리를 위해 iPOJO 프레임워크부(115)와 어플리케이션단(125)의 중간 역할을 수행할 수 있다. The workflow handler 120 can perform an intermediate role between the iPOJO framework part 115 and the application terminal 125 for analyzing the workflow description and processing events for interaction or control among the respective services.

이를 위해, 워크플로우 핸들러(120)는 iPOJO 프레임워크부(115)로부터 iPOJO 번들로 변환된 워크플로우 디스크립션(제2 디스크립션)의 서비스 컴포지션에 따른 결과, 서비스 컴포지션 실패나 이용 불가능한 상태에 대한 재조정 인스트럭션을 제공받을 수 있다. To this end, the workflow handler 120 receives a reconcile instruction for a service composition failure or an unavailable state as a result of the service composition of the workflow description (second description) converted from the iPOJO framework part 115 to the iPOJO bundle Can be provided.

이러한, 워크플로우 핸들러(120) 중심의 아키텍처는 도 7에 예시되어 있다. This centralized architecture of workflow handler 120 is illustrated in FIG.

예를 들어, 워크플로우 핸들러(120)는 워크플로우 디스크립션(제2 디스크립션)을 이용하여 직접적으로 각 서비스를 구성하는 것이 아니므로, 워크플로우 핸들러(120)는 워크플로우 디스크립션에 기반한 서비스 구성에 대한 정보를 iPOJO 프레임워크부(115)로부터 제공받고, 서비스 구성 실패나 이용 불가능한 상태에 대한 서비스 컴포지션을 재조정하기 위한 결과 보고를 수신하고, 그에 따른 인스트럭션(instruction)을 수신하여 워크플로우 디스크립션을 재조정할 수도 있다.For example, since the workflow handler 120 does not directly configure each service using the workflow description (second description), the workflow handler 120 can store the information on the service configuration based on the workflow description From the iPOJO framework part 115 and receives a result report for re-adjusting the service composition for a service configuration failure or an unavailable state, and may receive an instruction accordingly to re-adjust the workflow description .

워크플로우 핸들러(120)는 iPOJO 프레임워크부(115) 내부에 일 구성으로 구비될 수도 있으며, iPOJO 프레임워크부(115)와 연동된 별도의 구성으로 구비될 수도 있다.
The workflow handler 120 may be provided in the iPOJO framework part 115 in a single configuration or may have a separate configuration interlocked with the iPOJO framework part 115.

도 8은 본 발명의 일 실시예에 따른 iPOJO 프레임워크의 내부 구조를 개략적으로 도시한 블록도이다.8 is a block diagram schematically illustrating an internal structure of an iPOJO framework according to an embodiment of the present invention.

이러한, iPOJO 프레임워크는 도 1에서 이미 전술한 바와 같이, 메모리에 저장되며, 프로세서상에서 동작될 수 있다. 또한, 프로세서는 자바 가상 머신을 탑재하고 있으며, iPOJO 프레임워크는 자바 가상 머신상에서 실행될 수 있다.Such an iPOJO framework may be stored in a memory and operated on a processor, as already described above in Fig. In addition, the processor is equipped with a Java virtual machine, and the iPOJO framework can be executed on the Java virtual machine.

도 8을 참조하면, 본 발명의 일 실시예에 따른 iPOJO 프레임워크(800)는 엔진부(810), 재조정부(815), 서비스 저장부(820), 워크플로우 핸들러(825)를 포함하여 구성된다.8, an iPOJO framework 800 according to an embodiment of the present invention includes an engine unit 810, a reconciliation unit 815, a service storage unit 820, and a workflow handler 825, do.

엔진부(810)는 제1 디스크립션 및 제2 디스크립션을 분석하여 서비스를 컴포지션하기 위한 수단이다. 엔진부(810)는 제1 디스크립션 및 제2 디스크립션에 포함된 각 엘리먼트를 분석하여 서비스 인스턴스를 추출한 후, 바인딩 정책에 따라 서비스 인스턴스에 따른 서비스를 바인딩 또는 언바딩인딩함으로써 서비스를 컴포지션하는 기능을 한다.The engine unit 810 is means for analyzing the first description and the second description to compose the service. The engine unit 810 extracts a service instance by analyzing each element included in the first description and the second description, and then performs a function to compose a service by binding or unbinding a service according to the service instance according to a binding policy do.

엔진부(810)에 의해 컴포지션된 서비스를 서비스 저장부(820)에 등록된다. The service compiled by the engine unit 810 is registered in the service storage unit 820.

재조정부(815)는 엔진부(810)에 의해 서비스 구성 실패 또는 이용불가능한 상태에 대한 서비스 컴포지션을 재조정하기 위한 결과 보고를 엔진부(810)로부터 수신하고, 재조정 인스트럭션을 워크플로우 핸들러(825)로 제공하기 위한 수단이다.Reconciliation unit 815 receives a result report from engine unit 810 to recalibrate the service composition for the service configuration failure or unavailable state by engine unit 810 and sends the rebalance instruction to workflow handler 825 .

이에 따라, 워크플로우 핸들러(825)는 재조정 인스트럭션에 따라 워크플로우 디스크립션을 수정하여 서비스 컴포지션을 재조정하도록 엔진부(810)로 전달할 수 있다. 이에 따라, 엔진부(810)는 서비스 컴포지션을 재조정할 수 있다. Accordingly, the workflow handler 825 can modify the workflow description according to the re-ordering instruction and deliver it to the engine unit 810 to re-adjust the service composition. Accordingly, the engine unit 810 can readjust the service composition.

워크플로우 핸들러(825)는 서비스들간의 상호 작용이나 제어를 위한 워크플로우 디스크립션(제2 디스크립션)을 iPOJO 프레임워크에서 실행 가능하도록 변환하여 인젝션(injection)하기 위한 수단이다. 이에 따라, 엔진부(810)는 iPOJO 번들로 변형된 워크플로우 디스크립션을 이용하여 서비스를 컴포지션할 수 있다. The workflow handler 825 is a means for converting and injecting a workflow description (second description) for interaction or control between services so as to be executable in the iPOJO framework. Accordingly, the engine unit 810 can compose the service using the workflow description modified by the iPOJO bundle.

또한, 워크플로우 핸들러(120)는 워크플로우 디스크립션(제2 디스크립션)을 분석하여 서비스간 상호 작용이나 제어에 대한 이벤트 처리를 어플리케이션단(125)으로 전달할 수도 있다.
In addition, the workflow handler 120 may analyze the workflow description (second description), and may forward event processing for interactions between services and control to the application terminal 125. [

한편, 전술된 실시예의 구성 요소는 프로세스적인 관점에서 용이하게 파악될 수 있다. 즉, 각각의 구성 요소는 각각의 프로세스로 파악될 수 있다. 또한 전술된 실시예의 프로세스는 장치의 구성 요소 관점에서 용이하게 파악될 수 있다.On the other hand, the components of the above-described embodiment can be easily grasped from a process viewpoint. That is, each component can be identified as a respective process. Further, the process of the above-described embodiment can be easily grasped from the viewpoint of the components of the apparatus.

또한 앞서 설명한 기술적 내용들은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예들을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 하드웨어 장치는 실시예들의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
In addition, the above-described technical features may be implemented in the form of program instructions that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions recorded on the medium may be those specially designed and constructed for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware device may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

상기한 본 발명의 실시예는 예시의 목적을 위해 개시된 것이고, 본 발명에 대한 통상의 지식을 가지는 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가가 가능할 것이며, 이러한 수정, 변경 및 부가는 하기의 특허청구범위에 속하는 것으로 보아야 할 것이다.
It will be apparent to those skilled in the art that various modifications, additions and substitutions are possible, without departing from the spirit and scope of the invention as defined by the appended claims. Should be regarded as belonging to the following claims.

100: 워크플로우 시스템
110: 자바 가상 머신부
115: iPOJO 프레임워크부
120: 워크플로우 핸들러
125: 어플리케이션단
100: Workflow system
110: Java Virtual Machine Part
115: iPOJO Framework part
120: Workflow handler
125: Application stage

Claims (14)

워크플로우 시스템에 있어서,
자바 가상 머신부;
상기 자바 가상 머신부상에서 동작되며, 제1 디스크립션을 해석하여 서비스들을 컴포지션(composition)하는 iPOJO 프레임워크(injected Plain Old Java Object framework)부; 및
상기 서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하여 상기 iPOJO 프레임워크부로 인젝션하는 워크플로우 핸들러를 포함하되,
상기 제2 디스크립션은,
상기 제2 디스크립션이 워크플로우 기반 컴포지션을 지원하는 디스크립션임을 나타내는 최상위 디스크립터의 역할을 수행하는 제1 엘리먼트;
워크플로우 컴포지션 프로세스의 서비스 인스턴스를 디스크립션하기 위한 제2 엘리먼트;
컴포지트 어플리케이션에서 동작되는 적어도 하나의 서비스들을 디스크립션하기 위한 제3 엘리먼트;
상기 서비스들의 상호 작용이나 제어를 위한 프로세스 타입을 디스크립션하기 위한 제4 엘리먼트; 및
상기 제3 엘리먼트에서 필요로 하는 변수들을 디스크립션하기 위한 제5 엘리먼트를 포함하는 것을 특징으로 하는 워크플로우 시스템.
In a workflow system,
Java virtual machine part;
An iPOJO framework (an injected Plain Old Java Object framework) operating on the Java virtual machine platform and interpreting the first description to compose services; And
And a workflow handler for converting a second description for interaction or control between the services to correspond to the first description and injecting the converted second description into the iPOJO framework part,
Wherein the second description comprises:
A first element serving as a top-level descriptor indicating that the second description is a description supporting a workflow-based composition;
A second element for describing a service instance of the workflow composition process;
A third element for describing at least one service operating in a composite application;
A fourth element for describing a process type for interaction or control of said services; And
And a fifth element for describing the variables required by the third element.
제1 항에 있어서,
상기 워크플로우 핸들러는,
상기 제2 디스크립션을 iPOJO 번들로 메타데이터로 변환하여 상기 iPOJO 프레임워크부로 인젝션하는 것을 특징으로 하는 워크플로우 시스템.
The method according to claim 1,
The workflow handler includes:
Converts the second description into metadata with iPOJO bundles, and injects the meta data into the iPOJO framework part.
제1 항에 있어서,
상기 워크플로우 핸들러는 상기 제2 디스크립션에 포함된 엘리먼트 중 일부를 분석하여 서비스들간의 상호 작용이나 제어를 위한 이벤트 메시지를 생성하여 어플리케이션단으로 전송하는 것을 특징으로 하는 워크플로우 시스템.
The method according to claim 1,
Wherein the workflow handler analyzes part of the elements included in the second description to generate an event message for interaction or control between services and transmits the generated event message to an application terminal.
제1 항에 있어서,
상기 제1 디스크립션과 상기 제2 디스크립션은 각기 상이한 랭귀지로 작성되는 것을 특징으로 하는 워크플로우 시스템.
The method according to claim 1,
Wherein the first description and the second description are written in different languages, respectively.
삭제delete 제1 항에 있어서,
상기 워크플로우 핸들러는,
상기 iPOJO 프레임워크부로부터 상기 서비스들의 컴포지션 과정에서 서비스 구성 실패 또는 이용 불가능한 상태의 서비스에 대한 컴포지션 재조정을 위한 재조정 인스트럭션을 수신하고, 상기 재조정 인스트럭션에 따라 상기 제2 디스크립션 중 일부를 수정하여 상기 iPOJO 프레임워크부로 인젝션하는 것을 특징으로 하는 워크플로우 시스템.
The method according to claim 1,
The workflow handler includes:
Receiving a re-arrangement instruction for re-composition of a service in a service configuration failure state or an unavailable state in the process of composing the services from the iPOJO framework section, and modifying a part of the second description according to the re- And injects the workpiece into the work part.
제1 디스크립션을 해석하여 서비스들을 컴포지션(compostion)하는 엔진부; 및
상기 서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하여 상기 엔진부로 인젝션하는 워크플로우 핸들러를 포함하되,
상기 제2 디스크립션은,
상기 제2 디스크립션이 워크플로우 기반 컴포지션을 지원하는 디스크립션임을 나타내는 최상위 디스크립터의 역할을 수행하는 제1 엘리먼트;
워크플로우 컴포지션 프로세스의 서비스 인스턴스를 디스크립션하기 위한 제2 엘리먼트;
컴포지트 어플리케이션에서 동작되는 적어도 하나의 서비스들을 디스크립션하기 위한 제3 엘리먼트;
상기 서비스들의 상호 작용이나 제어를 위한 프로세스 타입을 디스크립션하기 위한 제4 엘리먼트; 및
상기 제3 엘리먼트에서 필요로 하는 변수들을 디스크립션하기 위한 제5 엘리먼트를 포함하는 것을 특징으로 하는 iPOJO 프레임워크 장치.
An engine unit for interpreting the first description and composting the services; And
And a workflow handler for converting a second description for interaction or control between the services to correspond to the first description and injecting the converted description to the engine unit,
Wherein the second description comprises:
A first element serving as a top-level descriptor indicating that the second description is a description supporting a workflow-based composition;
A second element for describing a service instance of the workflow composition process;
A third element for describing at least one service operating in a composite application;
A fourth element for describing a process type for interaction or control of said services; And
And a fifth element for describing the variables required by the third element.
제7 항에 있어서,
상기 엔진부로부터 상기 서비스들의 컴포지션 과정에서 서비스 구성 실패 또는 이용불가능한 상태의 서비스에 대한 컴포지션 재조정을 위한 재조정 인스트럭션을 생성하는 재조정부를 더 포함하는 iPOJO 프레임워크 장치.
8. The method of claim 7,
Further comprising a re-configuration unit for generating a re-configuration instruction for re-composition of a service in a service configuration failure or an unavailable state in the process of composing the services from the engine unit.
제8 항에 있어서,
상기 워크플로우 핸들러는,
상기 재조정 인스트럭션에 따라 상기 제2 디스크립션 중 일부를 수정하여 상기 엔진부로 인젝션하는 것을 특징으로 하는 iPOJO 프레임워크 장치.
9. The method of claim 8,
The workflow handler includes:
And corrects a part of the second description according to the re-ordering instruction, and injects the corrected second description to the engine unit.
제7 항에 있어서,
상기 iPOJO 프레임워크 장치는 자바 가상 머신상에서 실행되는 것을 특징으로 하는 iPOJO 프레임워크 장치.
8. The method of claim 7,
Wherein the iPOJO framework apparatus is executed on a Java virtual machine.
제7 항에 있어서,
상기 워크플로우 핸들러는,
상기 제2 디스크립션에 포함된 엘리먼트 중 일부를 분석하여 서비스들간의 상호 작용이나 제어를 위한 이벤트 메시지를 생성하여 어플리케이션단으로 전송하는 것을 특징으로 하는 iPOJO 프레임워크 장치.
8. The method of claim 7,
The workflow handler includes:
And analyzing a part of the elements included in the second description to generate an event message for interaction or control between services and transmit the generated event message to an application terminal.
제7 항에 있어서,
상기 엔진부에 의해 컴포지션된 서비스들을 등록하는 서비스 저장부를 더 포함하는 iPOJO 프레임워크 장치.
8. The method of claim 7,
And a service storage unit for registering the services compiled by the engine unit.
워크플로우 시스템에 있어서,
자바 가상 머신부; 및
상기 자바 가상 머신부상에서 동작되며, 제1 디스크립션을 이용하여 서비스들을 컴포지션하고, 상기 서비스들간의 상호작용이나 제어에 대한 이벤트를 처리하는 iPOJO 프레임워크(injected Plain Old Java Object framework)부를 포함하되,
상기 iPOJO 프레임워크부는,
서비스들간의 상호 작용이나 제어를 위한 제2 디스크립션을 상기 제1 디스크립션에 상응하도록 변환하는 워크플로우 핸들러를 포함하며,
상기 제2 디스크립션은,
상기 제2 디스크립션이 워크플로우 기반 컴포지션을 지원하는 디스크립션임을 나타내는 최상위 디스크립터의 역할을 수행하는 제1 엘리먼트;
워크플로우 컴포지션 프로세스의 서비스 인스턴스를 디스크립션하기 위한 제2 엘리먼트;
컴포지트 어플리케이션에서 동작되는 적어도 하나의 서비스들을 디스크립션하기 위한 제3 엘리먼트;
상기 서비스들의 상호 작용이나 제어를 위한 프로세스 타입을 디스크립션하기 위한 제4 엘리먼트; 및
상기 제3 엘리먼트에서 필요로 하는 변수들을 디스크립션하기 위한 제5 엘리먼트를 포함하는 것을 특징으로 하는 워크플로우 시스템.

In a workflow system,
Java virtual machine part; And
An iPOJO framework (an injected Plain Old Java Object framework) operating on the Java virtual machine platform and configured to compose services using the first description and to process events for interaction and control between the services,
The iPOJO framework part,
And a workflow handler for converting a second description for interaction or control between services to correspond to the first description,
Wherein the second description comprises:
A first element serving as a top-level descriptor indicating that the second description is a description supporting a workflow-based composition;
A second element for describing a service instance of the workflow composition process;
A third element for describing at least one service operating in a composite application;
A fourth element for describing a process type for interaction or control of said services; And
And a fifth element for describing the variables required by the third element.

삭제delete
KR1020160120388A 2016-09-21 2016-09-21 iPOJO framework and workflow system KR101859285B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160120388A KR101859285B1 (en) 2016-09-21 2016-09-21 iPOJO framework and workflow system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160120388A KR101859285B1 (en) 2016-09-21 2016-09-21 iPOJO framework and workflow system

Publications (2)

Publication Number Publication Date
KR20180031912A KR20180031912A (en) 2018-03-29
KR101859285B1 true KR101859285B1 (en) 2018-05-17

Family

ID=61906890

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160120388A KR101859285B1 (en) 2016-09-21 2016-09-21 iPOJO framework and workflow system

Country Status (1)

Country Link
KR (1) KR101859285B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080301711A1 (en) 2007-05-31 2008-12-04 Stark Scott M Providing a POJO-based microcontainer for an application server
US20110078659A1 (en) * 2009-09-30 2011-03-31 Red Hat, Inc. Java-Based Application Server that Supports Multiple Component Models
JP4889953B2 (en) 2005-03-09 2012-03-07 株式会社野村総合研究所 Information processing apparatus and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4889953B2 (en) 2005-03-09 2012-03-07 株式会社野村総合研究所 Information processing apparatus and method
US20080301711A1 (en) 2007-05-31 2008-12-04 Stark Scott M Providing a POJO-based microcontainer for an application server
US20110078659A1 (en) * 2009-09-30 2011-03-31 Red Hat, Inc. Java-Based Application Server that Supports Multiple Component Models

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Bleza Takouda. 'Cross-framework Service Composition in OSGi-enabled Cloud Environments'. 한양대학교 학위논문(석사), 2016.08, pp.1-45.*
Clement Escoffier 외 2명. 'iPOJO: an Extensible Service-Oriented Component Framework'. IEEE International Conference on Services Computing, 2007.07, pp.1-8.
Paolo Bellavista 외 3명. ' iPOJO-based Middleware Solutions for Self-Reconfiguration and Self-Optimization'. KSII Transactions on Internet and Information Systems, Vol 5, No. 8, 2011.08, pp.1368-1387.

Also Published As

Publication number Publication date
KR20180031912A (en) 2018-03-29

Similar Documents

Publication Publication Date Title
US10713608B2 (en) Systems and methods for a real-time workflow platform
CA3003773C (en) User interface for automated flows within a cloud based developmental platform
US8572236B2 (en) Distributing services in graph-based computations
US10956013B2 (en) User interface for automated flows within a cloud based developmental platform
CN105354037B (en) Modular software development methodology and software development apparatus
US8332811B2 (en) Systems and methods for generating source code for workflow platform
US8583413B2 (en) Computer method and apparatus for chaining of model-to-model transformations
US8504400B2 (en) Dynamically optimized distributed cloud computing-based business process management (BPM) system
US8434070B2 (en) Generating specifications of client-server applications for static analysis
US20120158453A1 (en) Workflow processing system for supporting multi-tenant, and method thereof
CN101162428A (en) Method for acquiring and converting the state of component in the time of operation during software dynamic evolvement
CN106815027B (en) High-elasticity computing platform for power grid multi-dimensional service composite computing
EP3454203A1 (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
KR20140010960A (en) Method and system for providing a session involving a plurality of software applications
Nowak et al. Pattern-driven green adaptation of process-based applications and their runtime infrastructure
US20180165124A1 (en) Information-technology workflows using executable tiles distributed between workflow instances
Pohl et al. Variant management solution for large scale software product lines
US10803413B1 (en) Workflow service with translator
CN103152433A (en) Distributed server side framework and use, interaction and request processing method thereof
CN107846449A (en) Method, apparatus, readable storage medium storing program for executing and the equipment of calling system instrument
Tan et al. Quality-oriented software product line architecture design
KR101859285B1 (en) iPOJO framework and workflow system
Kuk et al. An e-Engineering framework based on service-oriented architecture and agent technologies
Fortier et al. Dyninka: a FaaS framework for distributed dataflow applications
US10732947B2 (en) Information-technology workflow using tiles that declaratively specify datatypes

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right