• Title/Summary/Keyword: Document-oriented Design

Search Result 60, Processing Time 0.023 seconds

An Opened EDI Document Management System for Electronic Commerces (전자상거래를 위한 개방형 EDI문서 관리 시스템)

  • 정재희;김성진;강현석
    • Journal of Korea Multimedia Society
    • /
    • v.4 no.1
    • /
    • pp.1-12
    • /
    • 2001
  • EDI is being considered as a new way for exchange business data in the form of electronic document, aiming the paperless transaction in business-to-business commerce. However, only a few enterprises select and practically use EDI accepts the closed and complicated method based on exclusive protocol for electronic document exchange. There, second, is insufficient regulation and system that support it. Last, the cost for operating is too high. In this paper, Open EDI Document Information Management System (OEIMS) was designed for solving the problem that mentioned above. We represented exchange document in code from as XML DTD. OEIMS that makers feasible to transfer their document through the web with low cost and, manage and search the information more efficiently and effectively using object-oriented database. We suggest OEIMS that provide efficiency to reposit and manage a system by modulized design of structural feature from EDI unlike other systems.

  • PDF

Design and Implementation of a BPEL Engine for Dynamic Function using Aspect-Oriented Programming (동적 기능 추가를 위하여 관점지향 프로그래밍 기법을 이용한 BPEL 엔진의 설계와 구현)

  • Kwak, Dong-Gyu;Choi, Jae-Young
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.37 no.4
    • /
    • pp.205-214
    • /
    • 2010
  • BPEL is a standard workflow language, which interacts with Web Services and is used in various applications. But it is difficult to use BPEL for specific applications which require additional functions. In this paper, we present a system which can add new functions to BPEL based on an aspect-oriented programming (AOP) technique. In order to add new functions to BPEL, we define a JWX document format that can describe new functions to apply to BPEL. JWX is XML-oriented document that can code the corresponding Java program in order to dynamically add new functions to BPEL documents. It is possible for BPEL workflow to add new functions without modifying the existing programs using the AOP technique, which guarantees low degree of coupling between key and additional requirements. Additionally this systems weaves based on new functions of Java program and JWX document by expanding BPEL engine called B2J based on AOP and execute them. Therefore it is possible to develop a new BPEL engine with additional functions easily and with low cost. The new system can execute additional conditions that the current BPEL engine doesn’t provide. The new system using functions of BPEL supplied by B2J. The new system can be used to add a new rule engine, which isn't currently provided.

A Study on XML Document Repository Management System using ODMG Object Model (ODMG 객체 모델 기반의 XML 문서 저장 관리 시스템에 관한 연구)

  • 박준범;박경우;오수열
    • Journal of the Korea Society of Computer and Information
    • /
    • v.8 no.2
    • /
    • pp.16-23
    • /
    • 2003
  • In most organizations, the relational DBMS was used for store and manage XML documents due to the pre-established relational DBMS. But, relational DBMS has some problems. They has the possibilities of informational loses in the process of mapping the structure of XML documents to RDB, and they require expensive cost to reflect all XML properties. Thus, this paper was intended to design and implement XML document management system which utilize O2 DBMS-object oriented DBMS in order to overcome the existing problem and reflect all XML Properties. The XML document management system purposed in this thesis has multiple function, such as the library service function for XML documents-check-in/check-out, versioning, user access management-, dynamic indexing and retrieval, and publishing function using style sheet.

  • PDF

BPEL Engine Generator for adding New Functions to BPEL based on Attribute Grammar and Aspect-Oriented Programming (속성문법과 관점지향 프로그래밍 기법을 이용한 BPEL에 새로운 기능을 추가하는 BPEL 엔진 생성기)

  • Kwak, Dongkyu;Kim, Jongho;Choi, Jaeyoung
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.4 no.5
    • /
    • pp.209-218
    • /
    • 2015
  • BPEL is used in various domains since it can describe the flow of works according to conditions and rules, and it can call web services in service-oriented computing environments. However, new functions that are not provided by BPEL grammar are required in specific domains. Generally, when new functions are required, the domain-specific language should be newly defined and developed, which requires high development cost. In this regard, a new function needs to be defined and added instead of developing domain-specific language with the new functions added. However, such methods only allow an addition of a single function, and it is difficult to design and add new functions according to the needs. This paper defines XAS4B document, which extends the BPEL grammar function through XML schema in order to add new functions, and proposes BPEL engine generator that generates BPEL engine with the new functions added by processing the document. The XAS4B document enables the creation of a new grammar added to BPEL using XML schema. It also shows the process of adding new functions to BPEL engine using AspectJ, JAVA implementation of aspect-oriented programming. The proposed system can add new functions using AspectJ without modifying BPEL engine. This allows the provision of new functions at low cost in various domains.

Design and Implementation of OLE-Container for an Object-Oriented CASE Tool, OODesigner (객체 지향 CASE 도구 OODesigner에 대한 OLE-Container 기능의 설계 및 구현)

  • Choi, Gil-Rim;Kim, Tae-Gyun
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.4
    • /
    • pp.575-585
    • /
    • 2005
  • Research and development projects, in the past decade, has shown that object-oriented(OO) technology could importantly contribute in productivity and reusability improvement. There are various research areas related to OO technology. Two of major research fields in this areas are concerned in issues for CASE tools and component-based technologies. This paper discusses an example of applying component-based technology to a CASE tool. This paper proposes the research experience gained while we have incrementally developing OODesigner, an OO CASE tool, with compound document support functionality based on COM/OLE technology. As OODesigner with OLE container functionality has interoperability with other application programs of Windows system which can be run as a OLE server, it can provide more powerful documentation environment than other CASE tools. OODesigner can be used not only to design UML diagrams, but also to make documentation cooperatively with various kinds of OLE- enabled software like Recoder and Excel. Therefore we can conduct powerful and consistent documentation with the tool.

  • PDF

Design and Implementation of a CASE Tool with Compound Document Support (복합 문서 지원 기능을 갖는 CASE 도구의 설계 및 구현)

  • Jo, Jang-Wu;Kim, Tae-Gyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.12 no.6
    • /
    • pp.41-48
    • /
    • 2007
  • Since the advent of object-oriented(OO) technology, research and development projects have fumed out that OO technology could importantly contribute in productivity and reusability improvement. There are various research areas related to OO technology And two of major research fields in this areas are concerned in issues for CASE tools and component-based technologies. This paper discusses a trial of applying component-based technology to a CASE tool. This paper proposes the design and implementation issues obtained while we have incrementally developed OODesigner, an OO CASE tool, with compound document support functionality based on COM/OLE technology. As OODesigner with OLE container/server functionality has interoperability with other application programs of Windows system, it can provide more powerful documentation environment than other CASE tools. OODesigner can be used not only to design UML diagrams. but also enables us to make more expressive documentation cooperatively with various kinds of OLE-enabled software like Recorder and Excel. Therefore powerful and consistent documentation activity can be achieved with the tool.

  • PDF

객체지향 데이터베이스를 이용한 공작기계 설계 기술정보 관리에 관한 연구

  • 강선구;박면웅;박지형
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 1997.04a
    • /
    • pp.342-346
    • /
    • 1997
  • In the recent competitive market situation, the product development lead-time plays a significant role for the success of a manufacting company. One of the most important efforts required is reducing the design lead-time by managing all the necessary technical information related to the design process. In this paper,the data model for an engineering data management system for machine tools is described by applying object-oriented modeling technique. The design objects and their structure are defined regarding the functions such as version control, configuration management, and technical document management, and are implemented using an object-relational database management system. The suggested model takes into special account the characteristics of machining centers.

Generation, Storing and Management System for Electronic Discharge Summaries Using HL7 Clinical Document Architecture (HL7 표준임상문서구조를 사용한 전자퇴원요약의 생성, 저장, 관리 시스템)

  • Kim, Hwa-Sun;Kim, Il-Kon;Cho, Hune
    • Journal of KIISE:Databases
    • /
    • v.33 no.2
    • /
    • pp.239-249
    • /
    • 2006
  • Interoperability has been deemphasized from the hospital information system in general, because it is operated independently of other hospital information systems. This study proposes a future-oriented hospital information system through the design and actualization of the HL7 clinical document architecture. A clinical document is generated using the hospital information system by analysis and designing the clinical document architecture, after we defined the item regulations and the templates for the release form and radiation interpretation form. The schema is analyzed based on the HL7 reference information model, and HL7 interface engine ver.2.4 was used as the transmission protocol. This study has the following significance. First, an expansion and redefining process conducted, founded on the HL7 clinical document architecture and reference information model, to apply international standards to Korean contexts. Second, we propose a next-generation web based hospital information system that is based on the clinical document architecture. In conclusion, the study of the clinical document architecture will include an electronic health record (EHR) and a clinical data repository (CDR), and also make possible medical information-sharing among various healthcare institutions.

MissCW:Multiuser Interactive System for Synchronous Collaborative Writing (MissCW:다중 사용자 동기적 공동 저작 시스템)

  • Seong, Mi-Yeong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.7
    • /
    • pp.1697-1706
    • /
    • 1996
  • This paper presents the design and the implementation of a MissCW(Multi user Interactive System for Synchronous Collaborative Writing). The document model DMDA(Distributed Multimedia Document Architecture) of MissCW consists of the logical structure, presentation style object, and mark object. The windows. The collaborative editor of this system proposes a structure oriented editing mechanism to combine distrbuted objects into one document. The middleware SOM(Shared Object Manager) maintains shared objects consistently and helps application programs use objects efficiently. The infrastructure of this system is a hybrid structure of replicated and centralized architectures, that is to maintain shared objects consistently inside of SOM and to reduce the overhead of network traffic. The central part is a virtual node which corresponds to the Object Controller of SOMwith the SOT(Shared Objet Table).

  • PDF

A Study on multi-translation system for e-business collaboration (e-비즈니스 협업에 적합한 다중변환 시스템 연구)

  • Ahn, Kyeong-Rim;Chung, Jin-Wook
    • Journal of Internet Computing and Services
    • /
    • v.7 no.6
    • /
    • pp.123-130
    • /
    • 2006
  • The transaction was happened within a single business entity or a single marketplace at the stage of e-business. It becomes to grow to complex form. Expecially, the need for business collaboration between business entities or marketplaces has being on the rise as the core topic. The format translation between documents is very important factor according to various the exchanged document formats. In this paper, we define ebXML as the basic format of exchanged document according to object-oriented business transaction. Also we design the multi-format translation system to support the translation of various document formats. The proposed system in this paper, is designed with model-driven method and it is possible to construct with various structure as for system environment. The proposed translation system is designed to use the proposed system as adding the corresponding parsing module even though any format of document. Also, we increase the reusability of data as using the common data set. In this paper, we prove the superiority of the proposed system to compare the performance with the legacy system for various format translation.

  • PDF