• Title/Summary/Keyword: web service framework

Search Result 328, Processing Time 0.025 seconds

Design and Implementation of National Supercomputing Service Framework (국가 슈퍼컴퓨팅 서비스 프레임워크의 설계 및 구현)

  • Yu, Jung-Lok;Byun, Hee-Jung;Kim, Han-Gi
    • KIISE Transactions on Computing Practices
    • /
    • v.22 no.12
    • /
    • pp.663-674
    • /
    • 2016
  • Traditional supercomputing services suffer from limited accessibility and low utilization in that users(researchers) may perform computational executions only using terminal-based command line interfaces. To address this problem, in this paper, we provide the design and implementation details of National supercomputing service framework. The proposed framework supports all the fundamental primitive functions such as user management/authentication, heterogeneous computing resource management, HPC (High Performance Computing) job management, etc. so that it enables various 3rd-party applications to be newly built on top of the proposed framework. Our framework also provides Web-based RESTful OpenAPIs and the abstraction interfaces of job schedulers (as well as bundle scheduler plug-ins, for example, LoadLeveler, Open Grid Scheduler, TORQUE) in order to easily integrate the broad spectrum of heterogeneous computing clusters. To show and validate the effectiveness of the proposed framework, we describe the best practice scenario of high energy physics Lattice-QCD as an example application.

A Study on Trend and Application of Internet Scripting Language (인터넷 스크립팅 언어의 동향 및 응용에 관한 연구)

  • Lee, Jong-Seop;Choe, Yeong-Geun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.11S
    • /
    • pp.3209-3218
    • /
    • 1999
  • Currently in the Web(World Wide Web) environment, HTML(Hyper Text Markup Language) is used for information representation and exchange. But it is thought that HTML has some constraints in information representation of various kinds because of its limited tag set. And it is considered that combining the HTML, which is used for static information representation in Web environment, with Scripting language, which is usually used for multimedia information representation in a synchronized framework, can be very useful. Consequently we show the general trend of the Scripting language in Web environment and show the possibility of HTML and Scripting language amalgamation for Web service improvement.

  • PDF

the Development of Personalization Design framework for building Customized Website - focused on the Application of Design Recommender System (고객맞춤형 웹사이트 구현을 위한 개인화 디자인 프레임웍의 개발 - 디자인 추천 시스템의 활용을 중심으로)

  • 서종환
    • Archives of design research
    • /
    • v.16 no.2
    • /
    • pp.23-34
    • /
    • 2003
  • The need for personalized web site design has been increased these days. Current approach for personalized web site design is easily applied to web site with their cost-effective feature, but is hard to provide a more refined personalized service due to its lack of accumulation of user data. In this study, the design recommender system is investigated as a more advanced method for web site design personalization. We provide an overview of current recommender systems, and then outlined a newly developed design recommender system, which employs collaborative filtering technique to provide tailored recommendation for users.

  • PDF

European Creator Economy's Web3.0 Business Model Case Study

  • Song, Minzheong
    • International journal of advanced smart convergence
    • /
    • v.13 no.1
    • /
    • pp.57-68
    • /
    • 2024
  • In this paper, we are interested in how creator economy startups allowing creators to make money from doing that they love. So, we look at European creator economy startups among Web3.0 business model landscape surveyed in 2022, because the US is home of Web2.0 giant platforms like YouTube. Totally seventeen European startups are investigated, and the theoretical logic is the disruptive innovation. We firstly review the survey published in 2022 and utilize the theory of the disruptive innovation to design the research framework including questions with each type of the disruptive innovation. In this paper, we firstly show, Kalao and Gem as NFT ecosystem platforms aim at service convenience. Secondly, Talkbase, Passionfroot, Bildr, Customuse, and Earnr aim at providing creator tools for under-skilled customers. Lastly, when it comes direct monetization with a decentralized business model, CrowdPad, Admix, GOALS, Realm, Dropstar, Pianity, Sonomo, Stage11, Miiji, and ReadyPlayerMe are representative. Despite the relatively small data size, the results are meaningful as they contribute to a more profound comprehension of the Web3.0 business models and offer guidance for future research directions.

Spring Framework Responsive Web AWS Hosting (스프링 프레임워크 반응형 웹 AWS 호스팅)

  • Choi, Hyo Hyun;Son, Dong-Won
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2017.07a
    • /
    • pp.149-150
    • /
    • 2017
  • 웹 프로그래밍을 공부하는 학생들이 본인들이 만든 웹 페이지를 서버에 호스팅하여 관리하기는 쉽지 않다. 본 논문에서는 스프링 프레임워크를 기반으로 반응형 웹을 개발하고 개발한 웹 페이지를 아마존 웹 호스팅 서비스를 이용하여 호스팅하는 과정을 다룬다. 스프링 프레임워크는 POJO(Plain Old Java Object) 방식의 프레임워크로써 특정한 인터페이스를 구현하거나 상속을 받을 필요가 없어 기존에 존재하는 라이브러리 등을 지원하기에 용이하고 객체가 가벼우며, CSS를 사용한 반응형 웹은 모바일에서도 접근하기 쉬우므로 높은 접근성을 제공한다. 이렇게 개발한 웹 페이지를 호스팅 하여 관리하는 것은 특히 입문단계의 개발자에게 큰 도움이 될 것이다.

  • PDF

A Study on Message Acquisition from Electron Apps: Focused on Collaboration Tools such as Jandi, Slack, and Microsoft Teams (Electron App의 메시지 획득 방안에 관한 연구: 협업 툴 잔디, 슬랙, 팀즈 중심으로)

  • Kim, Sung-soo;Lee, Sung-jin
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.32 no.1
    • /
    • pp.11-23
    • /
    • 2022
  • Collaboration tools are used widely as non-face-to-face work increases due to social distancing after COVID-19. The tools are being developed in a cross-platform manner with 'Electron', an open source framework based on Chromium, to ensure accessibility on multiple devices. Electron Apps, applications built with Electron framework, store data in a manner similar to Chromium-based web browsers, so the data can be acquired in the same way as the data is acquired from a web browser. In this paper we analyze the data structure of web storage and suggest a method to get the message from Electron Apps focused on collaboration tools such as Jandi, Slack, and Microsoft Teams. For Jandi, we get the message from Cache by using previously developed tools, and in the case of Slack and Microsoft Teams, we get the message from IndexedDB by using the message carving tool we developed.

Implementation of a Framework for Location-aware Dynamic Network Provisioning (위치인지 능동 네트워크 제공을 위한 프레임워크 구현)

  • Nguyen, Huu-Duy;Nguyen, Van-Quyet;Nguyen, Giang-Truong;Kwon, Taeyong;Yeom, Sungwoong;Kim, Kyungbaek
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2018.10a
    • /
    • pp.133-135
    • /
    • 2018
  • In these days, providing flexible and personalized network services subject to customers' requirements becomes an interesting issue for network service providers. Moreover, because each network service provider own finite network resources and infrastructure, dynamic network provisioning is essential to leverage the limited network resources efficiently and effectively for supporting personalized network services. Recently, as the population of mobile devices increases, the location-awareness becomes as important as the QoS-awareness to provision a network service dynamically. In this paper, we propose a framework for providing location-aware dynamic network services. This framework includes the web user interface for obtaining customers' requirements such as locations and QoS, the network generator for mapping the requested locations and network infrastructure, the network path calculator for selecting routes to meet the requested QoS and the network controller for deploying a prepared network services into SDN(Software-Defined Networking) enabled network infrastructure.

A Study on DGPS Framework and Performance Evaluation for High-Accurate Localization based on GPS/AGPS (GPS/AGPS 기반의 고정밀 측위가 가능한 DGPS 프레임워크 및 성능평가에 관한 연구)

  • Seo, Ho-Seok;Jung, Se-Hoon;Oh, Min-Joo;Park, Dong-Gook;Sim, Chun-Bo
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.9 no.8
    • /
    • pp.927-938
    • /
    • 2014
  • A number of crime and disease relief situation show a clear increasing trend in domestic and overseas country. In particular, we desperately need a fast location information sharing with high accuracy for dealing with this situation efficiently. In this paper, we propose a DGPS framework and performance evaluation based on Web service enable increase location accuracy using low-cost GPS or AGPS. The framework consists of mobile station to realize the final service by receiving the correction values that are created in the base station closest to the current position from DGPS server, base station system to transmit the correct values to DPGS server by installing at base point and DGPS framework working at DGPS server. Our framework is fundamentally designed to respond based on XML to service request. In addition, for performance evaluation, we make use of 3 sites of Level 2 city base-station among the base stations being operated in Suncheon-si. Through performance evaluation, we show that our framework outperforms about 10%~15% in terms of error improvement rate, compared with the existing schemes. And we have the advantage that various services can be expanded owing to receiving the correction values through mobile device such as, smart phone, smart pad, net-book by using XML based Web services.

Web Service Based eAI Framework (웹 서비스 기반 eAI 프레임웍)

  • 이성독;한동수;서범수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10c
    • /
    • pp.82-84
    • /
    • 2003
  • 본 논문에서는 최근의 웹 서비스 표준 및 기술의 정비를 활용하면서 인터넷 환경에서 기업내, 외 응용 프로그램 통합 요청에 부합하는 eAI 프레임웍을 워크플로우 시스템과 연계시켜 고안하고 설계한다. 제시된 eAI 프레임웍은 eAI 플랫폼, 어댑터. 데이터 브로커, 워크플로우 시스템 등 4개의 소프트웨어 모듈을 포함하며 논문에서는 각각의 모듈이 소개된다. 고안된 eAI 프레임웍에서는 eAI 플랫폼을 구성하는 웹 서비스 게이트웨이를 매개로 방화벽을 뛰어넘으면서 다양한 프로토콜로 외부 응용 프로그램과 연동할 수 있으며 MSH(Message Service Handler)를 통하여 기존의 응용 프로그램 들과도 손쉽게 연결될 수 있다.

  • PDF

End to End Business Process Management System using ebXML and Web service

  • Choi S.W.;Hwang J.G.
    • Proceedings of the KSRS Conference
    • /
    • 2004.10a
    • /
    • pp.355-357
    • /
    • 2004
  • With the introduction to ebXML and web service related standards, enterprises struggle to adapt to the rapidly evolving technology to meet the complex needs of the enterprise customer. The ability to integrate and interoperate individual services within enterprise and with other enterprise's information technology infrastructure using standard-based business processes is an important element of business process management system. For over 25 years EDI has established VAN based solution of exchanging business information in electronic form. However EDI solutions are only accessible to large organizations due to the cost factor. Moreover lack of well accepted B2B business process standards is hindering the success of promoting interoperability between organizations of any size. ebXML work is focused on defining the standard B2B business process context and its runtime semantics in order to remove these hindrances. However ebXML framework does not recommend any particular implementation model to interact with enterprise internal system. This paper propose a end to end business process management architecture by applying ebXML in the front end of the enterprise system and using BPEL to integrate front end services into related services within enterprise.

  • PDF