• Title/Summary/Keyword: Web-based Database

Search Result 953, Processing Time 0.03 seconds

CONSTRUCTION OF ASTRONOMICAL DATABASE BASED ON MySQL AND JSP (MySQL과 JSP를 기반으로 한 관측자료의 데이터베이스화)

  • SUNG HYUN-IL;KIM SANG CHUL;YIM IN SUNG;KIM BONG GYU;AHN YOUNG SUK;NAM HYUN-WOONG;SOHN SANGMO;YANG HONG-JIN
    • Publications of The Korean Astronomical Society
    • /
    • v.19 no.1
    • /
    • pp.109-119
    • /
    • 2004
  • As a core project of the Korean Astronomical Data Center (KADC) in Korea Astronomy Observatory (KAO), we have constructed a framework of astronomical database using MySQL and JSP. MySQL database server is a powerful open source database management system, and JSP technology provides a simplified, fast way to create dynamic web content. Combined together, MySQL and JSP enable us to develop server-independent web-based applications efficiently in a short amount of time. The MySQL tables and JSP programs embedded in our database are built/written in a way to benefit both users and managers. We plan to expand our database by supplementing additional data in the near future. Our newly constructed database is expected to be the prototype of the Korean Virtual Observatory (KVO).

SMARTLITE: A Web-based Product Development System for Optical Components of Automobiles (스마트라이트: 웹기반 자동차 광학부품 개발 시스템)

  • ;Paul K. Wright
    • Korean Journal of Computational Design and Engineering
    • /
    • v.7 no.3
    • /
    • pp.177-189
    • /
    • 2002
  • For the development of automobile lighting components, various designers, developers and manufacturing personnel are involved, each group needing different software tools. In this Smartlite project, several software tools were developed far product development of the lighting components and then tested using two different user interfaces (UIs); the first was based on a commercial CAD system (SDRCI-DEAS) and the second was based on a web browser. The specific focus of this study was a comparison between the new web-based UIs, and the UIs on commercial CAD systems. The usability data have been collected from the users at Visteon and showed that the web-based UIs provided comparable functionality with the CAD-based UIs in terms of performance and usefulness. For the criteria of accessibility, the web-based tools out-performed the CAD-based tools.

Design and Implementation of Data Replication Web Agent between Heterogeneous DBMSs based on XML (XML 기반의 이기종 DBMS간 데이터 복제 웹 에이전트 설계 및 구현)

  • Yu, Sun-Young;Yim, Jae-Hong
    • Journal of Navigation and Port Research
    • /
    • v.26 no.4
    • /
    • pp.427-433
    • /
    • 2002
  • Since current HTML used on the internet is to use restricted tag, it is not easy to store information and extract data from information of document. XML defined newly tag and is easy to store information and extract data from information. So XML is easier to transact information rather than HTML. XML is suitable for enterprise's requirement needs data exchange between heterogeneous databases. This paper proposes web agent for data replication between heterogeneous DBMSs(Database Management System). Web agent system maneges database on the web and exchange data in heterogeneous database using XML. Then we designed and implemented for web agent of data replication between heterogeneous DBMSs.

The Development of the Web Based Cutting Parameter Selection System Using Group Technology (GT를 이용한 Web 기반 절삭변수 검색시스템의 개발)

  • Lee, Sung-Youl;Kwak, Kyu-Sup
    • IE interfaces
    • /
    • v.15 no.3
    • /
    • pp.308-315
    • /
    • 2002
  • This study presents the web based cutting parameter selection system using Group Technology (GT). The GT is basically applied to classify and code the work material and cutting process which are main factors to affect cutting parameter selection. The proposed system has been designed to electronically select proper cutting conditions based on the stored GT database. The existing approaches used in most small and medium sized companies are basically to use manufacturing engineer's experience or to find the recommended values from the manufacturing engineers handbook. These processes are often time consuming and inconsistent, especially when a new engineer is involved. Consequently, the proposed system could automatically and consistently generate the proper cutting conditions (feed, depth of cut, and cutting speed) as soon as relatively simple data input is given thanks to the classified GT database.

Modeling and Implementation for Web-based Generic BOM Management System (웹기반 Generic BOM 관리 시스템의 설계 및 구현)

  • 장길상;김재균;이종훈
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.23 no.57
    • /
    • pp.21-39
    • /
    • 2000
  • BOM(Bill of Materials) is a listing or description of raw materials, parts, and assemblies that define a product. In manufacturing companies that produce various products with short life cycles, it is very important to manage the BOM of products with various options and versions efficiently. BOM information should be required to share among the departments of engineering, production control, material purchasing, cost management, and shop floor within a manufacturing company. In order to share BOM information efficiently, information system based on WWW(World Wide Web) should be developed. Thus, this paper models and implements Web-based Generic BOM Management System (WGBMS) for management of a number of variant products which are consisted of standard parts under ATO(Assemble To Order) production environment. Also, object-oriented methodology was used to model a generic BOM and phases of navigational design and interface design were introduced to implement the prototype of WGBMS. And Object-Relational Database Management System (ORDBMS) was used to construct the WGBMS database.

  • PDF

Graph Processing on the Web Environment (웹 환경에서의 그래프 처리)

  • 박성헌;박지헌
    • The Journal of Society for e-Business Studies
    • /
    • v.5 no.2
    • /
    • pp.113-125
    • /
    • 2000
  • There are many web-based applications which need graphs and charts to be generated from data stored in the database. This paper does a comparative study on graph processing techniques for web-based applications through a case study of building a stock information system. The result of this paper can be used for building effective web applications with graphs in areas of EC(electronic commerce), EIS(executive information system), and DM(data mining).

  • PDF

A Design of the Active Web Server Supporting Synchronous Collaboration in the Web-Based Groupware Systems (동기화된 협동을 지원하기 위한 능동형 웹 서버 설계)

  • 허순영;배경일
    • Journal of the Korean Operations Research and Management Science Society
    • /
    • v.24 no.4
    • /
    • pp.157-170
    • /
    • 1999
  • The web-based groupware systems hold many possibilities for system developers and users. Especially, web-based group collaborative systems are emerging as enterprise-wide information systems. Since data in group collaborative systems are apt to be shared among multiple concurrent users and modified simutaneously by them, the web-based group collaborative systems must support synchronous collaboration in order to provide users with synchronized and consistent views of shared data. However, current web technologies have limitations in supporting this, largely because the existing Hypertext Transfer Protocol(HTTP) is unidirectional and does not allow web servers to send messages to their web browsers without first receiving requests from them. This paper proposes an active web server that can overcome such limitations and facilitate synchronous collaboration in web-based group collaborative systems. To accomplish such goals, the active web server manages dependency relationships beween shared data and web browsers referencing them and actively propagates changing details of the shared data to all web browsers referencing them. And, this paper examines usefulness and effectiveness of the active web server to apply it to the ball-bearing design example of concurrent engineering design systems. The prototype system of the active web server is developed on a commercial Object-oriented Database Management System(0DBMS) called OBJECTSTERE using the C++ programming language.

  • PDF

An Web-based Mapping by Constructing Database of Geographical Names (지명 데이터베이스 구축을 통한 웹지도화 방안)

  • Kim, Nam-Shin
    • Journal of the Korean association of regional geographers
    • /
    • v.16 no.4
    • /
    • pp.428-439
    • /
    • 2010
  • Map of geographical names can give us information for understanding of region because geographical name reflects regional perception of human. This study aimed to make an web-based map by constructing database of geographical names. Main contents carried out research on methods for classification of geographical names, database construction, and mapping on the website. Geographical name classified into four categories of the physical geography, culture and historical geography, economic geography, and the other and also, 18 sub-categories by classification criteria. Geographical name designed to input by collecting geographical names from paper-based maps and vernacular place names only known to the local region. Fields of database consisted of address, coordinates, geographical name(hangeul, hanja), classification, explanation, photographs. Map of geographical names can be represented with regional geographical information. The result of research is expected to offer information for distribution of geographical names as well as regional interpretation.

  • PDF

Development of Web-based Creep Property Database (웹기반 크리프 물성 데이터베이스 개발)

  • Huh, Yong-Hak;Baek, Un-Bong;Lee, Wan-Kyu;Park, Whi-Lib;Jung, In-Hyeon
    • Journal of the Korean Society of Safety
    • /
    • v.17 no.4
    • /
    • pp.19-24
    • /
    • 2002
  • User-friendly-web-based database system for searching creep property data was developed. This system includes about 38000 creep data for 270 different materials including low carbon steel, stainless steel and alloy steel. Data on creep rupture, creep deformation, creep crack growth and creeping materials can be searched through this system. Retrieved data is displayed in numeric form and also presented in graphical form for visualizing the data. Furthermore, the creep rupture data is designed to be fitted to a regression equation of logarithmic stress using time-temperature parameter(TTP). The degree of the regression equation, orthogonal polynomials, was determined using analysis of variance.

Design of the Web based Mini-PACS (웹(Web)을 기반으로 한 Mini-PACS의 설계)

  • 안종철;신현진;안면환;박복환;김성규;안현수
    • Progress in Medical Physics
    • /
    • v.14 no.1
    • /
    • pp.43-50
    • /
    • 2003
  • PACS mostly has been used in large scaled hospital due to expensive initial cost to set up the system. The network of PACS is independent of the others: network. The user's PC has to be connected physically to the network of PACS as well as the image viewer has to be installed. The web based mini-PACS can store, manage and search inexpensively a large quantity of radiologic image acquired in a hospital. The certificated user can search and diagnose the radiologic image using web browser anywhere Internet connected. The implemented Image viewer is a viewer to diagnose the radiologic image. Which support the DICOM standard and was implemented to use JAVA programming technology. The JAVA program language is cross-platform which makes easier upgrade the system than others. The image filter was added to the viewer so as to diagnose the radiologic image in detail. In order to access to the database, the user activates his web browser to specify the URL of the web based PACS. Thus, The invoked PERL script generates an HTML file, which displays a query form with two fields: Patient name and Patient ID. The user fills out the form and submits his request via the PERL script that enters the search into the relational database to determine the patient who is corresponding to the input criteria. The user selects a patient and obtains a display list of the patient's personal study and images.

  • PDF