• 제목/요약/키워드: Reusable Service

검색결과 55건 처리시간 0.023초

클라우드에서 서비스 지향 응용을 위한 최적 서비스 배치와 우선순위 결정 기법 (Service Deployment and Priority Optimization for Multiple Service-Oriented Applications in the Cloud)

  • 김길환;금창섭;배현주
    • 한국IT서비스학회지
    • /
    • 제13권3호
    • /
    • pp.201-219
    • /
    • 2014
  • This paper considers service deployment and priority optimization for multiple service-oriented applications sharing reusable services, which are deployed as multiple instances in the cloud. In order to handle variations in the workloads of the multiple applications, service instances of the individual reusable services are dynamically provisioned in the cloud. Also service priorities for each application in a particular reusable service are dynamically adjusted. In this paper, we propose an analytic performance model, based on a queueing network model, to predict the expected sojourn times of multiple service-oriented applications, given the number of service instances and priority disciplines in individual reusable services. We also propose a simple heuristic algorithm to search an optimal number of service instances in the cloud and service priority disciplines for each application in individual reusable services. A numerical example is also presented to demonstrate the applicability of the proposed performance model and algorithm to the proposed optimal decision problem.

소프트웨어 재사용성 향상을 위한 PaaS 기반 클라우드 컴포넌트 통합 연구 (A Integration Research of Cloud Component based on PaaS for Enhancing Software Reusability)

  • 김철진
    • 한국산학기술학회논문지
    • /
    • 제14권2호
    • /
    • pp.868-877
    • /
    • 2013
  • 본 논문은 클라우드 컴퓨팅 환경에서 개발 재사용성을 향상시켜줄 수 있는 PaaS 기반의 클라우드 서비스를 제공하는 것이다. PaaS 기반의 클라우드 서비스는 개발 측면에서 제공될 수 있는 플랫폼 클라우드 서비스로서 기존의 개발 도구나 관리 도구 서비스의 수준을 넘어서 재사용 프레임워크 서비스를 제공한다. 이러한 재사용 프레임워크 서비스는 다양하게 분산되어 있는 서비스를 활용하여 개발의 재사용성을 향상시켜 줄 수 있을 것이다.

재사용 서비스의 등록/검색을 위한 확장된 UDDI 시스템 (Extended UDDI System for Registering and Discovering the Reusable Services)

  • 신수혜;백선재;박준석;문미경;염근혁
    • 소프트웨어공학소사이어티 논문지
    • /
    • 제24권3호
    • /
    • pp.101-110
    • /
    • 2011
  • 웹 서비스(Web Service)는 SOAP, WSDL, UDDI 등의 표준화된 XML 메시지를 통해 네트워크 상에서 상이한 시스템간의 상호작용을 가능하게 하는 소프트웨어 시스템이다. 특히, UDDI는 서비스 제공자에 의한 서비스 등록과 서비스 요청자의 서비스 검색을 지원하는 레지스트리이다. 기존의 UDDI연구는 서비스의 단순 검색과 등록에 관한 연구로, 서비스 검색 향상에 관한 UDDI 연구나 컴포넌트 단위의 재사용성 향상을 위한 확장된 UDDI설계에 관한 연구를 제시하고 있다. 본 논문에서는 기존 UDDI의 서비스 등록과 검색 기능뿐만 아니라, 재사용을 위한 서비스 모델과 이를 위한 새로운 UDDI 자료구조와 API를 제안하며, 재사용을 위한 서비스 등록과 검색 기능을 제공하는 확장된UDDI를 설계 및 구현한다. 제시된 UDDI 시스템을 통해 서비스 개발자는 이미 개발된 서비스를 사용하여 서비스 애플리케이션을 개발함으로써 개발 비용 및 시간을 줄일 수 있으며, 검증된 서비스를 재사용함으로써 품질도 보장할 수 있을 것으로 기대된다.

  • PDF

서비스 지향 컴퓨팅을 위한 GoF 디자인 패턴 적용 기법 (Methods to Apply GoF Design Patterns in Service-Oriented Computing)

  • 김문권;라현정;김수동
    • 정보처리학회논문지D
    • /
    • 제19D권2호
    • /
    • pp.187-202
    • /
    • 2012
  • 대표적인 재사용 패러다임 중 하나인 서비스 지향 컴퓨팅 (Service-Oriented Computing, SOC)는 독립적으로 실행가능하며 외부 인터페이스를 통해서만 접근 가능한 서비스를 재사용 단위로 사용한다. SOC는 서비스 지향 아키텍처 개념과 클라우드 컴퓨팅의 개념을 통칭하는 용어이다. 서비스는 서비스 제공자에게는 높은 재사용성으로 인해 수익을 내도록 하며, 서비스 소비자에게는 서비스를 재사용하여 보다 빠른 시간 내에 적은 노력으로 애플리케이션을 개발할 수 있는 경제성과 생산성을 제공한다. 디자인 패턴 (Design Patterns)는 객체 지향 소프트웨어 설계시에 자주 발생하는 문제들을 해결하기 위한 범용적이며 재사용 가능한 방법들이며, Open/Closed 원칙을 이용하여, 가변성 및 여러 설계 이슈를 보다 쉽게 처리할 수 있는 설계 구조를 제안한다. 그러나 객체지향 패러다임의 객체와 SOC의 서비스는 구별되는 차이점을 가지고 있어, 기존의 디자인 패턴을 그대로 SOC에 적용하는 것은 어렵다. 서비스 제공자의 입장에서는 서비스 소비자마다의 가변적인 기능을 허용하며, 서비스의 고유 특징을 반영하는 서비스를 설계하고, 서비스 소비자 입장에서는 서비스가 제공하는 기능을 목적에 변경하여 빠른 시간 내에 목표 애플리케이션을 개발하도록 디자인 패턴이 SOC에 맞게 특화되어야 한다. 그러므로 본 논문에서는 서비스 제공자가 재사용성을 비롯한 서비스 고유의 특징을 반영하도록 서비스를 설계하고, 서비스 소비자는 제공되는 서비스를 목적에 맞게 특화하여 목표 애플리케이션을 개발하기 위해, SOC의 특성을 고려하여 특화된 디자인 패턴을 제안한다.

컴포넌트 기반 애플리케이션 개발 CASE 도구에서의 웹 서비스 활용 방안 (A Technique for the Use of Web Service in CASE Tool for the Component based Application Development)

  • 김영희;김주일;이우진;정기원
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2004년도 추계학술발표논문집(상)
    • /
    • pp.409-412
    • /
    • 2004
  • The technique and process for the acquisition of components by searching and testing the reusable components using Web Service in the CASE tools for component-based application development are proposed. The technique and process for the notice of components using Web Service in order to reuse developed components are also proposed. As using the technique and process, a repository does not need to construct and the reusability of components will rise because components are easily and efficiently searched using Web Service. Furthermore, it is easy to develop application through the plug-and-play of components which are acquired using Web Service, and errors of application by reused components will be minimized because proper components are acquired after pretesting reusable components in the analysis and the architecture phase.

  • PDF

3 레벨 관점의 서비스 타입의 분류 및 정의 방법 (3 Leveled Viewed Classification and Definition of Service Type for SOA)

  • 최미숙;이서정
    • 한국IT서비스학회지
    • /
    • 제5권2호
    • /
    • pp.137-153
    • /
    • 2006
  • SOA(Service Oriented Architecture) can be a technique to make compassable software from mapping business service to software component. To support effective SOA, it is important that services have to be defined or classified more independently for dynamic and reusable composition. Several methods have been issued but no ways to defined service granularities, service type or service unit. In this paper we introduce 3 level views, service level, service granularity to reuse effectively. And, we suggest service definition guidelines using them.

Pedagogical Paradigm-based LIO Learning Objects for XML Web Services

  • Shin, Haeng-Ja;Park, Kyung-Hwan
    • 한국멀티미디어학회논문지
    • /
    • 제10권12호
    • /
    • pp.1679-1686
    • /
    • 2007
  • In this paper, we introduce the sharable and reusable learning objects which are suitable for XML Web services in e-learning systems. These objects are extracted from the principles of pedagogical paradigms for reusable learning units. We call them LIO (Learning Item Object) objects. Existing models, such as Web-hosted and ASP-oriented service model, are difficult to cooperate and integrate among the different kinds of e-learning systems. So we developed the LIO objects that are suitable for XML Web services. The reusable units that are extracted from pedagogical paradigms are tutorial item, resource, case example, simulation, problems, test, discovery and discussion. And these units correspond to the LIO objects in our learning object model. As a result, the proposed model is that learner and instruction designer should increase the power of understanding about learning contents that are based on pedagogical paradigms. By using XML Web services, this guarantees the integration and interoperation of the different kinds of e-learning systems in distributed environments and so educational organizations can expect the cost reduction in constructing e-learning systems.

  • PDF

컴포넌트 기반 개발 (CBD) 설계의 서비스 지향 아키텍처 (SOA) 설계로의 실용적인 변환 기법 (A Practical Method to Transform Component-based Design to Service-Oriented Design)

  • 천두완;조성현;김수동
    • 정보처리학회논문지D
    • /
    • 제18D권6호
    • /
    • pp.461-480
    • /
    • 2011
  • 컴포넌트 기반 개발(CBD)는 재사용 컴포넌트를 개발하고 이를 결합하여 타켓 애플리케이션을 개발하는데 초점을 맞추고 있다. 서비스 지향 컴퓨팅(SOC)는 재사용 가능한 서비스를 개발하고, 발행하고, 조합하여 타겟 서비스 애플리케이션을 개발하는 비교적 새로운 패러다임이다. CBD의 대중성으로 인해, 많은 기관에서 이미 그들의 애플리케이션을 위한 CBD 모델을 소유하고 있다. 그러므로 기존에 있는 CBD 모델을 변환하여 SOC 애플리케이션을 개발하는 것이 처음부터 SOC 애플리케이션을 개발하는 것보다 경제적이다. 본 논문에서 기존에 많은 프로젝트를 통하여 보유하고 있는 CBD 설계를 SOA 설계로 변환하는 체계적인 방법을 다룸으로써 SOA 프로젝트의 실패율을 줄이고, 경제성을 확보한다. 이를 위해 먼저 CBD 설계와 SOA 설계의 구성 요소를 정리하고, 비교한다. 비교된 결과를 기반으로 CBD 설계와 SOA 설계의 매핑 관계를 정의하고, 이를 기반으로 변환 기법을 제안한다. 이 변환 기법 응용의 장점은 기존 CBD 설계와 SOA 설계 간의 일관성을 유지하면서 기존 설계의 재사용을 가능하게 하고, 서비스 지향 애플리케이션을 개발하는데 비용을 절감하는 데에 있다.

사물인터넷 기반의 상황인지 서비스를 위한 프레임워크 설계 (A Framework for Provisioning Internet of Things Context-aware Services)

  • 천두완
    • 서비스연구
    • /
    • 제2권2호
    • /
    • pp.91-98
    • /
    • 2012
  • 새로운 유형의 임베디드 컴퓨팅 디바이스와 무선 랜의 발달으로 인하여 컴퓨팅의 영역이 직장, 가정부터 일반 생활까지 넓어지고 있다. 이런 트렌드는 사물 인터넷(Internet of Things, IoT) 환경의 발달을 가져오고 있다. 사물 인터넷 환경에서는 비싸지 않고 서로 연결되는 컴퓨팅 디바이스가 사용자의 다양한 작업을 자율적으로 지원한다. 이런 스마트 서비스를 개발하기 위해서는 컨텍스트 인지 컴퓨팅이 핵심 기술이다. 그러나 이런 서비스를 스마트하게 하기 위해서는 다양한 어려움이 있다. 대표적인 어려움으로는 다양한 컴퓨팅 환경, IoT 장비의 자원 제약사항, 다량의 IoT 장비로부터 생산되는 데이터, 컨텍스트 해석에 있어서의 다른 요구 사항 등이 있다. 이로 인하여 IoT 장비를 활용하여 스마트 서비스를 제공하는데에 어려움이 있다. 이런 상황을 해결하기 위하여 본 논문에서는 재사용 가능한 프레임워크를 제안한다.

  • PDF

레거시 시스템의 웹서비스화를 위한 마이그레이션 기법 (A Method for Migration of Legacy System into Web Service)

  • 박옥자;최시원;김수동
    • 정보처리학회논문지D
    • /
    • 제16D권4호
    • /
    • pp.583-594
    • /
    • 2009
  • 현재 기업이나 조직에서 적용할 수 있는 SOA(Service-Oriented Architecture, 이하 SOA)는 조직의 요구사항을 분석하여 비즈니스 모델을 설정하고 후보 서비스를 식별하여 필요한 서비스를 찾거나 개발하는 하향식 방법론(top-down methodology)이 대부분이다. 이 경우 기존의 시스템을 버리고 새로운 SOA를 도입하기에는 비용과 시간면에서 모험이 따를 수 있으므로 기존의 시스템을 최대한 이용하면서 점차적으로 SOA에 적합한 시스템으로 변환하기를 원한다. 본 논문에서는 기존의 레거시 시스템을 SOA에 적합한 웹서비스 형태로 만들기 위한 M-LSWS (A Method for Migration of Legacy System into Web Service)를 제안한다. M-LSWS는 레거시 시스템이 가지고 있는 디자인 명세 및 코드를 기반으로 비즈니스 프로세스를 분석하고 후보 서비스를 식별하여 재사용 가능한 웹서비스로 변환하는 절차를 정의하였으며 실제 SOA에 적합한 웹서비스 변환에 목적을 두고있다. 제안한 방법은 레거시 시스템 분석, 재사용 가능 서비스 도출 및 명세, 서비스 래핑, 서비스 등록의 네 단계로 이루어지며 단계별 프로세스와 가이드라인에 제시되고 도서관리 시스템에 적용함으로써 제안한 방법론의 타당성을 평가하여 본다.