• Title/Summary/Keyword: Services Framework

Search Result 1,649, Processing Time 0.025 seconds

Implementation of Framework for Efficient and Scalable Disaster Response Services

  • Seokjin Im
    • International Journal of Advanced Culture Technology
    • /
    • v.11 no.1
    • /
    • pp.290-295
    • /
    • 2023
  • The global warming by greenhouse gases causes climate change and disasters such as earthquakes and tsunamis frequently, leading to great damage. It is important to build efficient and scalable disaster response services to minimize the damage. Existing disaster warning service by the mobile text is limited by the scalability and the data size to be delivered. In this paper, we propose a framework for disaster response services that is efficient and flexible by allowing to adopt various indexing schemes and scalable by supporting any number of clients in disaster situations anytime and anywhere. Also, the framework by wireless data broadcast can be free from the limitation of the size of data to be delivered. We design and implement the proposed framework and evaluate the framework. For the evaluation, we simulate the implemented framework by adopting various indexing schemes like HCI, DSI and TTSI, and by comparing the access times of the clients. Through the evaluation, we show that the proposed framework can provide efficient and scalable and flexible disaster response services.

A Study on the Classification Framework of Information Services (지역정보화과정에서의 정보서비스에 관한 연구-초고속망응용서비스의 분류체계를 중심으로-)

  • 김재전;이대용;정용기;고일상
    • The Journal of Information Systems
    • /
    • v.6 no.1
    • /
    • pp.181-221
    • /
    • 1997
  • In order to provide effective information services in a province, we should first select vendors who enable to meet end-users' needs and develop information services for the sake of end-users. Cases, policies, technological and legislative issues in information services have been researched well. But no research has been done on potential information services in the future and their classification. In this study, based on literature survey, future information services are gathered, described, and classified with respect to the needs of end-users, and finally a framework for the classification of information services is developed. This framework can be used as a criterion to select, with a priority, information services to be provided in province through the information super highway. The framework will contribute to accomplishing the effective use of information resources in the province, and eventually balancing the level of information utilization between provinces.

  • PDF

A Framework of the Convergent Service Development Process in the Public Sector : The Smart Transportation Card Service of Seoul City and the Call for Collaboration Case in Singapore (공공분야 융합 서비스 개발 Framework에 대한 연구 : 서울시 스마트교통카드 서비스와 싱가포르 CFC 사례를 중심으로)

  • Lee, Jin-Hui;Lee, Suke-Kyu
    • Journal of Information Technology Services
    • /
    • v.12 no.2
    • /
    • pp.387-410
    • /
    • 2013
  • Due to the development of information technology, Convergence and Creative Economy became hot issues. For example, products become more intelligent and services are likely to be connected and integrated around core services or provided as bundle solution. Meanwhile products and services are integrated in the context of mutual supplementation, which leads to Servitization of Products and Productization of Services in many industries. Previous studies have addressed Convergence with different terms and definitions such as Convergent, Multicategory Multifunctional Product, Clouding Service, Bundle and so on from one perspective such as consumers, suppliers or technology according to a wide range of academic approaches. Thus, this study attempted to suggest the most typical convergence products released in the convergence environment and categorize those products. Furthermore, this study has pointed out the problems in the New Product Development Framework discussed in the studies on marketing by taking the situation of the public sector into account and then suggested "New Service Development Framework in the Public Sector" that are different from traditional e-Gov. approach basically and will enable the government to create public information service and provide them to enterprises or citizens. It also emphasized the importance of Business Conceptualization Stage in the framework; argued that there is a necessity of an integrative study from the perspective of technology on the basis of the approach from the perspective of marketing and Policy such as a study of consumer behaviors, design and marketing channel and Policy Integration for the development and dissipation; and furthermore suggested the cases-the development/Diffusion of Transportation Card Service in Seoul and CFC (Call for Collaboration) in Singapore-in order to verify the framework. There is a need to supplement New Service Development Framework so it is able to reflect the distinct characteristics of the public sector from the academic perspective and be used as practical guidelines for SI (System Integration) business to shift into IT Service business. Last but not the least, this study has suggested the limitations and the directions for the future studies.

A Framework for Remote Service Invocation of Android Services to Communicate with External Services in Java Environment (자바환경에서 효과적인 안드로이드 서비스의 외부협업을 위한 원격서비스호출프레임워크)

  • Choi, Jaehyun;Park, Jeawon
    • Journal of Information Technology Services
    • /
    • v.12 no.2
    • /
    • pp.349-359
    • /
    • 2013
  • Recently, smart phones have been widely used in the world. Android phones especially provide existing mobile phone features as well as capability of running enterprise applications and web applications by using services. However, such a linkage has limitations to use Android phones as client devices, there is difficulties in providing services by utilizing characteristics of Android. To solve this problem, we need to invoke services by each other. Currently, the Android platform currently supports inter-process communication IPC. However, there is a limitation that Android services just can invoke remote calls. In this paper, we propose a framework to invoke Android services in java environments. For doing this, we propose methods to make services public and to invoke services in using remote calls and communication methods between java environments and Android.

A Client Agent Framework for Dynamic Connection with Web Services (웹 서비스 동적 연동을 위한 클라이언트 에이전트 프레임워크)

  • Park, Young-Joon;Lee, Woo-Jin
    • The KIPS Transactions:PartA
    • /
    • v.16A no.5
    • /
    • pp.339-346
    • /
    • 2009
  • In order to connect web services, clients generally should use heavy frameworks such as .Net framework and Java run-time environment, which require high performance hardware resources like a personal computer. Therefore, it is impossible for sensor nodes to handle web services due to their limited resources. In this paper, a client agent framework is proposed for dynamically connecting web services in the client node with limited resources. A client agent, which is managed by the framework in other server, has full capability for connecting web services, while a real client has a simple connection module with the client agent. In this framework, a client agent is dynamically generated using the WSDL in the web service server. By using the framework, sensor nodes or mobile devices can enhance their functionalities and services by accessing web services with minimum resources.

A SOA based Framework Using AOP for Reliable Service Applications (AOP를 이용한 신뢰성 있는 서비스 어플리케이션의 SOA 기반 프레임워크)

  • Kim, Eun-Sun;Lee, Jae-Jeong;Lee, Byung-Jeong
    • Journal of Information Technology Services
    • /
    • v.10 no.2
    • /
    • pp.223-234
    • /
    • 2011
  • Loosely coupled properties of SOA(Service Oriented Architecture) services do not guarantee that service applications always work properly. Service errors may also influence other services of SOA. These characteristics adversely affect software reliability. Therefore, it is a challenge to effectively manage system change and errors for operating services normally. In this study, we propose a SOA based framework using AOP(Aspect Oriented Programming) for reliable service applications. AOP provides a way to manipulate cross-cutting concerns such as logging, security and reliability and these concerns can be added to applications through weaving process. We define a service specification and an aspect specification for this framework. This framework also includes service provider, requester, repository, platform, manager, and aspect weaver to handle changes and exceptions of applications. Independent Exception Handler is stored to exhibited external Aspect Service Repository. When exception happened, Exception Handler is linked dynamically according to aspect rule that is defined in aspect specification and offer function that handle exception alternate suitable service in systematic error situation. By separating cross-cutting concerns independently, we expect that developer can concentrate on core service implementation and reusability, understanding, maintainability increase. Finally, we have implemented a prototype system to demonstrate the feasibility of our framework in case study.

A Hybrid Service Orchestration Framework based on BPEL4WS

  • Kim, Sung-Min
    • Journal of information and communication convergence engineering
    • /
    • v.7 no.3
    • /
    • pp.253-257
    • /
    • 2009
  • As the value of B2B integration gets more importance and the business process becomes more complex, BPEL4WS standard has been focused for the solution of the problems which is based on web service technology. Many vendors implement the standard in their systems to integrate B2B and web service based inner-Enterprise Application(EA)s. But there is no way to use the standard to integrate non-web service based EAs, because the standard is designed only for Service Oriented Architecture (SOA) over web services. This paper proposes Hybrid Service Orchestration Framework to participate web services and also non-web service based EAs in the business process as a partner using BPEL4WS standard. The framework introduces Hybrid Service Architecture to represent non-web service based EAs as a service, so BPEL4WS could be used to integrate web services and non-web service based EAs. And the framework also introduces Hybrid Service Toolkit to support software level facilities. The paper also introduces Hybrid Orchestration System that is based on Hybrid Service Orchestration Framework.

The Protocol on WS-ECA Framework (WS-ECA 프레임워크 프로토콜)

  • Lee, Won-Suk;Park, Jong-Hun;Lee, Kyu-Chul
    • Journal of Internet Computing and Services
    • /
    • v.8 no.6
    • /
    • pp.55-73
    • /
    • 2007
  • Importance of coordination among heterogeneous devices is significantly increasing to meet the challenges presented by the evolvement of the ubiquitous computing environment. The web services technology is going up as a promising solution to support the inter-operability between such heterogeneous devices via well-defined protocol. Currently, ECA(Event-Condition-Action) rule based framework for coordinating devices is proposed, it is called as WS-ECA(Web Services-ECA) framework. This framework was basically based on the web services and proposed the ECA based rule language, And this also proposed the framework that could enable the device coordination based on proposed rule language. In this paper, we propose the protocol among the components of WS-ECA framework to support dynamic feature for ubiquitous environment, and we also propose WSDL extension to support service and event descriptions these are provided in components of this framework.

  • PDF

A Study on Framework Development of Weather Information Services on New-Media (뉴-미디어 기상정보 서비스 프레임워크 개발 연구)

  • Kim, Jin-Tae;Yun, Yong-In;Lee, Kang-Ho
    • Journal of the Korea Society of Computer and Information
    • /
    • v.16 no.11
    • /
    • pp.201-208
    • /
    • 2011
  • The aim of this paper is to develop a framework of weather information services which is for processing contents and providing proper contents to new-media such as outdoor electronic display, DID (digital information display), and terrestrial multi-channel broadcasting, etc. By introducing the analysis of media use and perception science of human intelligence, the contents producing method to improve recognizing rate for weather information is provide and the layered framework of weather information services for new-media is designed. It integrates many different services to the framework. It can prevent duplicate investment for services and serve a major momentum to technical progress.

A Design of X-internet Development Framework by Using Flash Component and Service API (플래시 컴포넌트와 서비스 API를 이용한 X-인터넷 개발 프레임워크 설계)

  • Ko, Dae-Sik
    • Journal of Information Technology Services
    • /
    • v.5 no.3
    • /
    • pp.165-172
    • /
    • 2006
  • In this paper, we designed a new type of X-internet framework by using Flash component and server service API and analyzed its performance. Proposed X-internet framework uses Flash MX Professional 2004, Java, and software which opened middleware and database. Since proposed framework use the server service API that we developed in this paper and Flash player, this framework does not need server module. Proposed framework enables to obtain design with dynamic user interface compare to Web application and enables to reduce development time. In analytical results, it has been shown that proposed x-internet framework have efficient characteristics such as network traffic, low development cost and dynamic user interface implementation. Since proposed X-internet framework can operate in environment of current developer friendly, it is useful for development of various new application programs and we confirm it through Flash web mail implementation by using proposed x-internet framework.