• Title/Summary/Keyword: web-based application

Search Result 1,679, Processing Time 0.026 seconds

Customization Technique of Web Service Protocol based on Android (안드로이드 기반의 웹 서비스 프로토콜 커스터마이제이션 기법)

  • Kim, Chul-Jin
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.6
    • /
    • pp.92-99
    • /
    • 2012
  • According to the scale of mobile applications has been expanded, the high coupled application combined mobile and web service are growing. The growth of mobile application's size means that predicting design for variability should be involved. If mobile application's change is occurred, application should be reinstalled totally. However this reinstallation can raise side-effects in case of high-coupling application. Therefore, this paper proposes a technique of customization for changing web service protocol as the mobile applications are connected with web service in android platform. Proposed protocol customization technique is consist of selection and plug-in technique.

User Interface in Web Based Communication for Internet Robot Control

  • Sugisaka, Masanori;Hazry, Desa
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.49-51
    • /
    • 2005
  • Robot control involves advance programming, scientific and high technology. The systematic and methodological aspects of robot controls often results in having superficial control design problems that can negatively affect the robot application, usability and appeal. User friendly interface of robot control is extremely advantageous and more attractive. To illustrate, the application of medical robot is usually handled by clients who have little background in advance programming language. Thus, it would be difficult if the client needs to use programming language to control the robot. It would justify better if the robot control is presented in a meaningful interface to the client. This way the robot application would be more natural and user friendly. This paper describes the method of developing the user interface for web based communication to control an internet robot named Tarou. The web based communication tasks involves three levels. The first one accommodates on the client sending commands to robot through the internet. The next communication level relates to the robot receiving the commands sent by the client. The final communication level generates on sending feedback on status of commands by the robot to the client. The methodology used here can be elaborated in four hierarchical steps; identify user needs and robot tasks, identify the enhancing tag reference used by the server, induce the tag into HTML, present the HTML in attractive user interface as the client control panel.

  • PDF

Efficient Development and Quality Evaluation of Online Library System using Framework (프레임워크 기반 온라인 서재 시스템의 효율적인 구현 및 품질 평가)

  • Park, Yoon-Young;Byun, Hae-Won
    • Journal of Korea Multimedia Society
    • /
    • v.13 no.5
    • /
    • pp.627-640
    • /
    • 2010
  • In a web 2.0 environment, as a wide range of web services are being utilized, it requires quick and convenient way to develop web applications. For this purpose, the framework has been recently introduced and has been applied to web applications. However, software quality application model has not been presented for the web application using framework. In this paper, we develop web application, online library system using a number of frameworks. The system allows users to freely share book information. In order to evaluate the system, we present new software quality evaluation model for web applications using framework. The five quality attributes, functionality, usability, efficiency, maintainability, stability are defined based on the international standard for software quality evaluation, ISO/IEC 9126-2. We also propose the evaluation metrics for the web application using framework and perform quantitative evalzuation for the online library system.

Effect of local web buckling on the cyclic behavior of reduced web beam sections (RWBS)

  • Akrami, Vahid;Erfani, Saeed
    • Steel and Composite Structures
    • /
    • v.18 no.3
    • /
    • pp.641-657
    • /
    • 2015
  • Application of reduced web beam section (RWBS) as a sacrificial fuse element has become a popular research field in recent years. Weakening of beam web in these connections may cause local web buckling around the opening area which can affect cyclic behavior of connection including: maximum load carrying capacity, strength degradation rate, dissipated energy, rotation capacity, etc. In this research, effect of local web buckling on the cyclic behavior of RWBS connections is investigated using finite element modeling (FEM). For this purpose, a T-shaped moment connection which has been tested under cyclic loading by another author is used as the reference model. Fracture initiation in models is simulated using Cyclic Void Growth Model (CVGM) which is based on micro-void growth and coalescence. Included in the results are: effect of opening corner radii, opening dimensions, beam web thickness and opening reinforcement. Based on the results, local web buckling around the opening area plays a significant role on the cyclic behavior of connection and hence any parameter affecting the local web buckling will affect entire connection behavior.

Empirical Research on Search model of Web Service Repository (웹서비스 저장소의 검색기법에 관한 실증적 연구)

  • Hwang, You-Sub
    • Journal of Intelligence and Information Systems
    • /
    • v.16 no.4
    • /
    • pp.173-193
    • /
    • 2010
  • The World Wide Web is transitioning from being a mere collection of documents that contain useful information toward providing a collection of services that perform useful tasks. The emerging Web service technology has been envisioned as the next technological wave and is expected to play an important role in this recent transformation of the Web. By providing interoperable interface standards for application-to-application communication, Web services can be combined with component-based software development to promote application interaction and integration within and across enterprises. To make Web services for service-oriented computing operational, it is important that Web services repositories not only be well-structured but also provide efficient tools for an environment supporting reusable software components for both service providers and consumers. As the potential of Web services for service-oriented computing is becoming widely recognized, the demand for an integrated framework that facilitates service discovery and publishing is concomitantly growing. In our research, we propose a framework that facilitates Web service discovery and publishing by combining clustering techniques and leveraging the semantics of the XML-based service specification in WSDL files. We believe that this is one of the first attempts at applying unsupervised artificial neural network-based machine-learning techniques in the Web service domain. We have developed a Web service discovery tool based on the proposed approach using an unsupervised artificial neural network and empirically evaluated the proposed approach and tool using real Web service descriptions drawn from operational Web services repositories. We believe that both service providers and consumers in a service-oriented computing environment can benefit from our Web service discovery approach.

Machine Learning-based Detection of HTTP DoS Attacks for Cloud Web Applications (머신러닝 기반 클라우드 웹 애플리케이션 HTTP DoS 공격 탐지)

  • Jae Han Cho;Jae Min Park;Tae Hyeop Kim;Seung Wook Lee;Jiyeon Kim
    • Smart Media Journal
    • /
    • v.12 no.2
    • /
    • pp.66-75
    • /
    • 2023
  • Recently, the number of cloud web applications is increasing owing to the accelerated migration of enterprises and public sector information systems to the cloud. Traditional network attacks on cloud web applications are characterized by Denial of Service (DoS) attacks, which consume network resources with a large number of packets. However, HTTP DoS attacks, which consume application resources, are also increasing recently; as such, developing security technologies to prevent them is necessary. In particular, since low-bandwidth HTTP DoS attacks do not consume network resources, they are difficult to identify using traditional security solutions that monitor network metrics. In this paper, we propose a new detection model for detecting HTTP DoS attacks on cloud web applications by collecting the application metrics of web servers and learning them using machine learning. We collected 18 types of application metrics from an Apache web server and used five machine learning and two deep learning models to train the collected data. Further, we confirmed the superiority of the application metrics-based machine learning model by collecting and training 6 additional network metrics and comparing their performance with the proposed models. Among HTTP DoS attacks, we injected the RUDY and HULK attacks, which are low- and high-bandwidth attacks, respectively. As a result of detecting these two attacks using the proposed model, we found out that the F1 scores of the application metrics-based machine learning model were about 0.3 and 0.1 higher than that of the network metrics-based model, respectively.

Spatial Data Service Based on RIA for Mobile Environment (모바일 환경을 위한 RIA 기반 공간 데이터 서비스)

  • Lee, Jae-Il;Kim, Ji-Ho;Oh, Byoung-Woo
    • Journal of Korea Spatial Information System Society
    • /
    • v.11 no.4
    • /
    • pp.56-64
    • /
    • 2009
  • As the Internet has been improved to Web 2.0, it introduces new approaches including Rich Internet Application (RIA) technology such as Flash, AJAX, Silverlight, etc. The RIA which is platform independent technology allows applications to provide rich client-side interfaces, and allows the browser to interact with users without communication to server. In this paper, we propose a method of spatial data service based on RIA technology. Internet map service using spatial data generally requires rich client-side interfaces and various interactions. These features can be provided by the RIA. The proposed method uses Flash developed by Macromedia as RIA technology. It can be applicable on any platform including mobile environment. The spatial data server makes Flash file known as SWF (Shock Wave File) with manipulation code for map and spatial data that is requested by user, and send it to the web browser. Once the web browser receives a SWF, client SWF manipulates user interactions, such as zooming and panning, without communication with server. Experiments that execute the application on various web browsers including mobile web browser and measure time of map interaction are carried out to compare with traditional bitmap based WMS (Web Map Service). As a result of experiments, we have confirmed improvement of interactivity and performance with RIA approach.

  • PDF

A Study of Semantic Web Based Open Digital Library Model (시멘틱 웹 기반 개방형 전자도서관 모델에 관한 연구)

  • 황상규
    • Journal of the Korean Society for information Management
    • /
    • v.21 no.1
    • /
    • pp.187-207
    • /
    • 2004
  • Recently there has been a growing interest in the investigation and development of the next generation web - the Semantic Web. From the perspective of a information science, the next generation web - Semantic Web is a metadata initiative. It is reason that one of important stage of Semantic Web Construction is adding formal metadata that describes a Web resource's content and so people can find easy material using metadata. In this paper, 1 designed new application profile metadata architecture as a way to serve as interoperability between various open digital libraries using different information architecture in Semantic Web environment. Based on new application profile metadata architecture, 1 developed union metadata automatic generation and union search algorithm to integrate heterogeneous huge-scale metadata in the open digital library.

Design Modeling of Web-Base a Written Application System using UML (UML을 이용한 웹 기반 원서접수 시스템 설계 모델링)

  • Hwang, Hyun-Bo;Kim, Seok-Soo;Lee, Jae-Cheol
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.2059-2062
    • /
    • 2002
  • In this paper, We are design & implement to the Web based a written Application system using the objected oriented language UML. This system has the many effect which are reusing and maintenance by the pattern definition of implementation steps. Also this system has a special feature among the other web based a written Application systems because this system is supply to user directed methods.

  • PDF

Web-based Knowledge Management for Using Product Data in E-Commerce (제품 데이터의 전자거래 활용을 위한 웹 기반 지식관리)

  • 박상우;윤흥규;유상봉;김철환
    • The Journal of Society for e-Business Studies
    • /
    • v.5 no.1
    • /
    • pp.1-18
    • /
    • 2000
  • As the networks (i.e., intranet and internet) proliferate all over the world, it is inevitable to move some (or all) of the enterprise activities into virtual spaces. Differently from business data, product data have complex semantics and thus are not properly exchanged among different application programs. Even though some neutral formats of product data have been developed by standard organizations, translating them among various application programs still needs the comprehensive understanding of the complex semantics. Recently, it is widely recognized that capturing more knowledge is the next step In overcome the current difficulties on sharing product data. In this paper, we present Web-based knowledge management that facilitates seamless sharing of product data among various application programs in virtual enterprises. Three types of knowledge are managed by the knowledge management system - metadata, ontology, and mapping. In this environment, we consider both business applications (e.g., ERP, SCM, and EDI System) and engineering applications (e.g., CAD and CAM system).

  • PDF