• Title/Summary/Keyword: 웹 어플리케이션 설계

Search Result 253, Processing Time 0.031 seconds

Web Service based Window Environment Cluster Design (웹 서비스 기반 윈도우 환경 클러스터의 설계)

  • 방인주;김진석
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10a
    • /
    • pp.64-66
    • /
    • 2004
  • 현재까지 대부분의 클러스터들은 웹 서비스를 지원하지 않고 있다. 하지만 웹 서비스를 사용하면 서비스 사이의 상호 의존성을 최소한으로 줄일 수 있다 그리고 프로토콜에 얽매이지 않기 때문에 코드 재활용 성 및 확장성이 높아진다는 장정이 있다. 또한 서비스간에는 개발 언어에 상관없이 서비스 개발이 가능하며 이렇게 개발된 서비스간의 통합 역시 용이하기 때문에 클러스터를 구축하는 비용을 줄일 수 있다. 더욱이 클러스터를 윈도우 환경으로 구축할 경우에는 다양한 GUI 도구들과 않은 어플리케이션을 사용할 수 있어서 리눅스를 기반으로 클러스터를 구축할 때 보다 좀 더 쉽게 클러스터를 구축할 수 있다. 따라서 본 논문에서는 윈도우 환경의 컴퓨터들을 서로 연결하여 클러스터를 만들고 웹 서비스를 통하여 작업을 스케쥴링할 수 있는 클러스터 작업 스케쥴러를 설계하고자 한다. 본 논문에서 설계한 클러스터 작업 스케쥴러는 크게 SchedulingClient ClusterJobScheduler와 ResourceManager 3 부분으로 나누어진다. SchedulingClient는 사용자의 작업 정보를 입력받는 사용자용 어플리케이션이고 ClusterJobScheduler는 사용자의 작업 정보를 큐에 저장하고, 스궤쥴링하며, 작업의 결과를 사용자에게 전달하는 웹 서비스 어플리케이션이다. 그리고 ResourceManager는 클러스터를 구성하는 컴퓨터를 관리하는 기능을 한다.

  • PDF

Design and Implementation of a Mobile Customer Management using UML (UML을 적용한 모바일 고객관리 시스템 설계 및 구현)

  • Sim, Gab-Sig;Jung, Tae-Young
    • The KIPS Transactions:PartA
    • /
    • v.10A no.5
    • /
    • pp.503-512
    • /
    • 2003
  • Recently many applications are being developed as web technologies are evolved rapidly, but the development emthodology and quality improvement speed of the web apllications is not so. The creations of Most web applications have developed depending on the developer's knowledge and experience without a systematic development methodologies. But the web-based application systems require the various developing gechniques and the rich developing methodogies for a design process. This paper applies the UML(Unified Modeling Language) supporting an object-oriented development methodology to the design and implementation of a mobile customer management system. That is, it appliesthe UML to the system modeling based on a story board and a requirement specification at the web development of the similar web applications. Applying UML to this system achieved the analysis and the design of an web application effciently.

A Study on Environment for Web Applications Design (웹 어플리케이션 설계 환경 개발)

  • 이미경;강병도
    • Proceedings of the Korea Society of Information Technology Applications Conference
    • /
    • 2002.11a
    • /
    • pp.417-422
    • /
    • 2002
  • In recent years, the progress of Network and Web technology is made more demanding and pervasive of Web-based information systems. At the same time, the complexity of web applications has grown significantly. As a result, developers, users, and other stake-holders have become increasingly concerned about the manner in which complex Web-based systems are created as well as the level of system performance quality, and integrity. In this paper, we propose an efficient developing process and modeling environment of the web applications. Also, after modeling web application using the diagrams, web pages are extracted automatically. It is aimed at facilitating the desist implementation and maintenance of large, complex web applications and the reuse of previously gathered design experience.

  • PDF

A Study on Environment for Web Applications Design (웹 어플리케이션 설계 환경 개발)

  • 이미경;강병도
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 2002.11a
    • /
    • pp.417-422
    • /
    • 2002
  • In recent years, the progress of Network and Web technology is made more demanding and Pervasive of Web-based information systems. At the same time, the complexity of web applications has grown significantly. As a result, developers, users, and other stake-holders have become increasingly concerned about the manner in which complex Web-based systems are created as well as the level of system performance, quality, and integrity. In this paper, we propose an efficient developing process and modeling environment of the web applications. Also, after modeling web application using the diagrams, web pages are extracted automatically. It is aimed at facilitating the design, implementation and maintenance of large, complex web applications and the reuse of previously gathered design experience.

  • PDF

A Design and Implementation of school management Business System Using the Dynamic DB on Web (웹상에서 동적 DB를 이용한 학사관리 시스템의 설계 및 구현)

  • 장순임;홍성수
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 1998.10a
    • /
    • pp.85.1-90
    • /
    • 1998
  • 일반적으로 DBMS를 통해 데이터를 조회할 경우 C++이나 델파이와 같은 별도의 클라이언트 프로그램이 필요하고, 이종의 운영체제에서 작동될 경우나 클라이언트 수가 많을 경우에 운영체제에 따라 특정 클라이언트를 일일이 개발해야 할뿐만 아니라 별도의 클라이언트 모듈을 설치해야 하는 단점이 있다. 이러한 상황에서 웹 환경하의 웹 브라우저를 이용하면 웹 서버에 데이터베이스를 조작하는 프로그램만 설치함으로써, 클라이언트에 별도의 작업을 가하지 않고 데이터를 조회할 수 있다. 본 논문에서는 웹과 데이터베이스를 연동방법중 Stored Procedure 어플리케이션 로직구현 방식을 이용하여 학사관리 시스템 중 성적관리와 수강관리 어플리케이션을 분석, 설계, 구현하였다. 웹과 데이터 베이스를 연동하여 사용할 때 발생할 수 있는, 스테이트의 단절은 사용자의 요구가 있을 경우 동적 데이터 베이스를 만들어 주미가 될 수 있는 데이터를 입력시켜다른 웹 DB 어플리케이션들이 작동할 때 마다 읽어들이게 함으로써 해결하였다.

  • PDF

Design and Implementation of a Dynamic Web Application Development Tool (동적 웹 어플리케이션 개발 도구의 설계 및 구현)

  • Lee, Sang-Hyuck;Lim, Hung-Kyu;Kim, Kwang-Young;Kim, Ji-Hong
    • Annual Conference of KIPS
    • /
    • 2002.11c
    • /
    • pp.1945-1948
    • /
    • 2002
  • IT산업의 급속한 발전으로 자주 변화하고 통제하기 힘든 기존 기간 시스템에 의존적이지 않은 어플리케이션의 필요성이 대두되고 있으며, 최근 어플리케이션의 사용 환경이 웹 기반으로 변해 가면서 개발 환경도 웹 기반으로 변해 가고 있다. 하지만 사용자들의 요구사항이 빠르게 변해 가면서 개발자들이 사용자의 요구사항을 따라가는데 큰 어려움을 겪고 있다. 그래서 본 논문에서는 웹 어플리케이션을 개발자뿐만 아니라 사용자 입장에서도 각각의 사용자가 요구사항을 실시간으로 반영할 수 있는 웹 어플리케이션 자동 생성 도구를 제안한다.

  • PDF

Design of XML Information Management System based on CORBA (CORBA 기반의 XML 정보 관리 시스템 설계)

  • Moon, Su-Ryong;Lee, Jeong-Min;Kim, Kwang-Jong;Lee, Yon-Sik
    • Annual Conference of KIPS
    • /
    • 2002.04a
    • /
    • pp.323-326
    • /
    • 2002
  • 본 논문은 웹 상에서의 데이터 교환 및 정보 전달은 물론 분산 환경 내에 산재한 어플리케이션들 간의 통신 및 정보 시스템들 간의 상호 운용을 지원하는 CORBA 기반의 XML 정보 관리 시스템을 설계한다. 최근 웹 상에서 정보교환을 통해 다양한 업무들을 효율적으로 처리하려 함에 따라 분산 환경에서의 컴퍼넌트 기반과 웹 기반 어플리케이션들의 연동이 요구된다. 그러나, 이러한 어플리케이션들의 연동 시 직접적인 호환성이 결여되어 별도의 프로토콜 지원이 필요하다. 따라서, 본 논문에서는 이러한 호환성 문제를 해결하기 위해 XML을 사용하여 플랫폼 및 프로그래밍 언어에 대한 독려성과 확장성을 제공하고, 객체 직렬화를 통해 직렬화된 XML 문서를 CORBA의 IIOP를 이용해 전송함으로써 데이터 교환 및 공유가 가능하도록 지원하는 XML 정보 관리 시스템을 설계한다. 제안된 시스템은 윈 상에서의 정보 교환 및 공유를 지원함으로써 보다 유연한 정보 교류 환경을 제공하고, 이질적인 어플리케이션들로 구성된 비즈니스 로직들 사이의 정보 처리에 있어 상호 운용성을 지원하여 효율적인 업무 처리가 가능하도록 한다. 또한, XML20RDB 저장기와 ORDB2XML 생성기를 구성 모듈로 설계하여 웹 상에서의 모든 정보를 공통 포맷인 XML 형태로 저장 및 관리함으로써 정보의 재사용성 및 효율적인 관리를 유도한다.

  • PDF

Design and Implementation of Dynamic Web Server Page Builder on Web (웹 기반의 동적 웹 서버 페이지 생성기 설계 및 구현)

  • Shin, Yong-Min;Kim, Byung-Ki
    • The KIPS Transactions:PartD
    • /
    • v.15D no.1
    • /
    • pp.147-154
    • /
    • 2008
  • Along with the trend of internet use, various web application developments have been performed to provide information that was managed in the internal database on the web by making a web server page. However, in most cases, a direct program was made without a systematic developmental methodology or with the application of a huge developmental methodology that is inappropriate and decreased the efficiency of the development. A web application that fails to follow a systematic developmental methodology and uses a script language can decrease the productivity of the program development, maintenance, and reuse. In this thesis, the auto writing tool for a dynamic web server page was designed and established by using a database for web application development based on a fast and effective script. It suggests a regularized script model and makes a standardized script for the data bound control tag creator by analyzing a dynamic web server page pattern with the database in order to contribute to productivity by being used in the web application development and maintenance.

Design and Implementation of Co-operative Integrated Development Environment for Android (협업 가능한 안드로이드 통합 개발 환경 설계 및 구현)

  • Kim, Gi-Ju;Byun, Jun-Seok;Lim, Seung-Ho
    • Annual Conference of KIPS
    • /
    • 2015.10a
    • /
    • pp.496-497
    • /
    • 2015
  • 모바일 응용 어플리케이션의 규모가 점점 늘어남에 따라서 하나의 모바일 어플리케이션을 개발할 때에도 큰 프로젝트 그룹이 형성되어 다수의 개발자가 동시에 개발을 진행하게 된다. 본 논문에서는 안드로이드 모바일 응용 어플리케이션 개발환경을 웹을 통해서 다자간 공유 형식으로 개발할 수 있는 통합 개발환경을 설계하고 구현하였다. 본 논문에서 개발한 통합 개발환경을 이용하면, 웹 브라우저를 통해서 프로젝트 개설, 버전 관리, 공유 및 동기화를 할 수 있어서 어느 환경에서든 웹을 통해서 그룹화하여 모바일 어플리케이션을 개발 할 수가 있다.

A Study on the Analysis and Design Method for Contests Process and GUI of Web Application (웹어플리케이션의 컨텐츠, 프로세스, 사용자인 터페이스의 분석 및 설계 모델에 대한 연구)

  • Kim, Dong-Soo;Chung, Hwa-Ja;Jung, Byung-Kwon
    • Annual Conference of KIPS
    • /
    • 2001.04a
    • /
    • pp.205-208
    • /
    • 2001
  • 본 논문은 KCC 정보통신(주) e-RoadMap 웹 방법론에 적용한 컨텐츠, 데이터, 사용자인터페이스 모델이다. 이는 널리 알려진 구조적기법에 웹 어플리케이션을 개발하는 절차를 반영한 모델이다. 그러므로 기존의 방법론 사용자들에게 이해가 용이하다. 이벤트리스트와 웹 시나리오요구서를 통하여 사용자요구정의를 하고, 컨텐츠 모델은 기존의 엔터티 관계도를 이용하여 컨텐츠를 도출토록 하였으며, 프로세스 모델에서는 웹에 구현할 프로세스를 도출하였다. 사용자 인터페이스모델에서는 웹으로 구현할 항해설계 및 멀티미디어 설계를 반영하였다. 본 제안모델은 컨텐츠도출, 컨텐츠를 운용하는 프로세스도출 및 이들의 상관관계를 제시하고 있으며, 이를 통하여 사이트 구조 및 컨텐츠를 상세 정의토록 하였다.

  • PDF