KR20060084519A - Software code auto create and verify alogrithm with standard software code template - Google Patents

Software code auto create and verify alogrithm with standard software code template Download PDF

Info

Publication number
KR20060084519A
KR20060084519A KR1020050005195A KR20050005195A KR20060084519A KR 20060084519 A KR20060084519 A KR 20060084519A KR 1020050005195 A KR1020050005195 A KR 1020050005195A KR 20050005195 A KR20050005195 A KR 20050005195A KR 20060084519 A KR20060084519 A KR 20060084519A
Authority
KR
South Korea
Prior art keywords
code
standard
software
template
framework
Prior art date
Application number
KR1020050005195A
Other languages
Korean (ko)
Inventor
변석용
Original Assignee
(주)에프아이티씨
변석용
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)에프아이티씨, 변석용 filed Critical (주)에프아이티씨
Priority to KR1020050005195A priority Critical patent/KR20060084519A/en
Publication of KR20060084519A publication Critical patent/KR20060084519A/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B04CENTRIFUGAL APPARATUS OR MACHINES FOR CARRYING-OUT PHYSICAL OR CHEMICAL PROCESSES
    • B04BCENTRIFUGES
    • B04B1/00Centrifuges with rotary bowls provided with solid jackets for separating predominantly liquid mixtures with or without solid particles
    • B04B1/20Centrifuges with rotary bowls provided with solid jackets for separating predominantly liquid mixtures with or without solid particles discharging solid particles from the bowl by a conveying screw coaxial with the bowl axis and rotating relatively to the bowl
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B04CENTRIFUGAL APPARATUS OR MACHINES FOR CARRYING-OUT PHYSICAL OR CHEMICAL PROCESSES
    • B04BCENTRIFUGES
    • B04B11/00Feeding, charging, or discharging bowls
    • B04B11/02Continuous feeding or discharging; Control arrangements therefor
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B04CENTRIFUGAL APPARATUS OR MACHINES FOR CARRYING-OUT PHYSICAL OR CHEMICAL PROCESSES
    • B04BCENTRIFUGES
    • B04B1/00Centrifuges with rotary bowls provided with solid jackets for separating predominantly liquid mixtures with or without solid particles
    • B04B1/20Centrifuges with rotary bowls provided with solid jackets for separating predominantly liquid mixtures with or without solid particles discharging solid particles from the bowl by a conveying screw coaxial with the bowl axis and rotating relatively to the bowl
    • B04B2001/2041Centrifuges with rotary bowls provided with solid jackets for separating predominantly liquid mixtures with or without solid particles discharging solid particles from the bowl by a conveying screw coaxial with the bowl axis and rotating relatively to the bowl with baffles, plates, vanes or discs attached to the conveying screw

Landscapes

  • Stored Programmes (AREA)

Abstract

본 발명은 대형 소프트웨어 시스템 개발 혹은 협업에 의해서 소프트웨어 시스템이 구축되는 경우에 요구되는 소프트웨어 시스템 프레임웍 및 소프트웨어 프로그램 코드의 표준에 의한 자동생성 및 개발자가 추가한 소프트웨어 프로그램 코드가 표준 템플릿을 따르고 있는지 자동검증해서 전체 소프트웨어 프로그램의 정합성을 유지시키는 방법에 대한 것이다.The present invention is to automatically generate the software system framework and software program code required when the software system is built by large software system development or collaboration, and to automatically verify whether the software program code added by the developer follows the standard template. It is about how to maintain the consistency of the entire software program.

본 발명은 표준코드템플릿 편집기, 표준코드템플릿 관리서버, 표준코드객체생성모듈, 코드검증모듈, 표준템플릿 준수여부 모니터링 시스템, 클라이언트 코드자동 생성모듈 및 프로그램 편집기 구성 및 이들 간에 발생되는 상호 작용에 대한 프로토콜을 기술한다.The present invention provides a standard code template editor, a standard code template management server, a standard code object generation module, a code verification module, a standard template compliance monitoring system, an automatic client code generation module and a program editor configuration, and a protocol for interaction between them. Describe.

본 발명을 이용함으로써 소프트웨어 협업 개발 시 개발자들의 개인적인 성향에 의한 임의적인 코드 생성에 따른 소프트웨어 시스템의 품질 저하 위험을 낮추고 유지보수 및 관리 비용의 절감을 가능하게 한다. 또한 핵심 소프트웨어 프로그램 코드 및 프레임워크를 자동으로 생성시켜줌으로써 개발 생산성을 향상 시킨다. By using the present invention, it is possible to reduce the risk of deterioration of the software system due to arbitrary code generation by the developer's personal tendency in software collaboration development, and to reduce maintenance and management costs. It also increases development productivity by automatically generating core software program code and framework.

소프트웨어, 표준템플릿, 코드자동생성, 코드검증, 코드생성기, OR-MappingSoftware, Standard Templates, Code Automatic Generation, Code Verification, Code Generator, OR-Mapping

Description

소프트웨어 표준 코드템플릿 자동배포에 의한 소프트웨어 프로그램 코드 자동 생성 및 검증 방법{Software code auto create and verify alogrithm with standard software code template.}Software code auto create and verify alogrithm with standard software code template.

도 1는 표준 코드템플릿 및 표준 프레임워크템플릿을 도1의 (a)를 통해서 생성 및 관리하고 도1의 (a)에서 전송한 템플릿들을 도1의 (b)에 저장 했다가 도1의 (d)에서 새로운 프로그램 코드나 프레임워크 생성 요청이 있을 때 도1의 (c)를 통해서 해당 템플릿의 인스턴트(실행 시점 템플릿 객체)를 도1의 (d)에 전송해서 도1의 (d)에서 자동으로 프로그램 코드나 프레임워크를 생성하도록 한다. FIG. 1 generates and manages a standard code template and a standard framework template through FIG. 1 (a), and stores the templates transmitted from FIG. 1 (a) in FIG. ) When a new program code or framework generation request is made, the instant (execution template object) of the template is transferred to (d) of FIG. 1 through (c) of FIG. Generate program code or framework.

생성된 프로그램 코드나 프레임워크 및 프로그램 개발자가 추가 변경한 부분이 표준 코드템플릿이나 표준 프레임워크템플릿의 규정에 부합되는 지를 주기적 혹은 사용자 행위에 의해서 도1의 (g)를 통해서 자동검증되고 도1의 (h)에 검증결과가 저장된다. Whether the generated program code or the framework and additional changes made by the program developer conform to the standard code template or the standard framework template, by the user or by the user's actions periodically, through FIG. 1 (g), The verification result is stored in (h).

도1의 (i)는 주기적으로 도1의 (h)를 검색해서 해당 도1의 (d)에 자동으로 수정 요구를 전달하는 모양에 대한 그림임.FIG. 1 (i) is a view of a form in which a request for correction is automatically transmitted to the corresponding FIG. 1 (d) by periodically searching for (h) of FIG.

도 1의 (a)는 표준 SW코드 생성을 위한 표준 코드템플릿 및 표준 프레임워크템플릿 제작을 지원하는 편집 모듈에 대한 그림임. Figure 1 (a) is a diagram of an editing module that supports the production of standard code templates and standard framework templates for generating standard SW code.

도 1의 (b)는 도1의 (a)로부터 생성된 표준 코드템플릿 및 표준 프레임워크템플릿을 보관하고 배포하는 모듈에 대한 그림임.FIG. 1B is a diagram of a module for storing and distributing a standard code template and a standard framework template generated from FIG. 1A.

도 1의 (c)는 도1의 (b)에 의해서 도1의 (d)로 배포되는 표준 코드템플릿 및 표준 프레임워크템플릿 객체에 대한 그림임.FIG. 1C is a diagram of a standard code template and a standard framework template object distributed from FIG. 1B to FIG. 1D.

도 1의 (d)는 표준 코드템플릿 객체 및 표준 프레임워크템플릿 객체를 기반으로 실행 프로그램 소스 코드를 자동생성하고 개발자의 추가 코드를 편집하는 모듈에 대한 그림임.(D) of FIG. 1 is a diagram of a module for automatically generating an executable program source code and editing additional code of a developer based on a standard code template object and a standard framework template object.

도 1의 (e)는 물리 데이터베이스 구조 정보를 가져오는 모듈에 대한 그림임.Figure 1 (e) is a diagram of a module for obtaining physical database structure information.

도 1의 (f)는 논리 데이터베이스 설계서(XML형식의 ERD 정보)에 대한 정보를 가져오는 모듈 그림임.FIG. 1 (f) is a module diagram for obtaining information on a logical database design document (XML-formatted ERD information).

도 1의 (g)는 도1의 (d)에서 자동생성 된 소프트웨어 실행 코드 및 개발자가 생성한 소프트웨어 실행 코드가 표준 코드템플릿을 준수해서 생성됐는지를 검증하는 모듈 그림임. FIG. 1 (g) is a module diagram for verifying whether the software executable code generated automatically and the software executable code generated by the developer in FIG. 1 (d) are generated in compliance with the standard code template.

도 1의 (h)는 도1의 (g)가 도1의 (d)에서 자동생성 된 소프트웨어 실행 코드 및 개발자가 생성한 소프트웨어 실행 코드가 표준 코드템플릿을 준수해서 생성됐는지를 검증한 후 도1의 (g)가 전송한 결과를 받아 관리하는 모듈 그림임.Figure 1 (h) Figure 1 (g) of Figure 1 after verifying that the software executable code and the software executable code generated by the developer in Figure 1 (d) is generated in compliance with the standard code template of Figure 1 Figure of module receiving and managing the result sent by (g).

도 1의 (i)는 각 클라이언트 별로 생성된 실행 프로그램 코드 모듈들의 전체 개수와 이들 중 표준 코드템플릿과 표준 프레임워크템플릿에 적합하지 않게 생성된 실행 프로그램 코드 모듈의 개수를 관리 및 통제할 수 있는 모듈 그림임.(I) of FIG. 1 is a module capable of managing and controlling the total number of executable program code modules generated for each client and the number of executable program code modules generated not suitable for the standard code template and the standard framework template. Picture.

도 2는 도1의 (b)에서 표준템플릿을 선택하는 도1의 (d) 프로그램 예시임.FIG. 2 is a program example of FIG. 1 (d) for selecting a standard template in FIG. 1 (b).

도 3는 도1의 (f)에서 해당 ERD의 xml 파일을 선택하는 도1의 (d) 프로그램 예시임.3 is an exemplary program of FIG. 1 (d) for selecting an xml file of a corresponding ERD in FIG. 1 (f).

도 4는 도1의 (c)를 도1의 (d) 프로그램을 통해서 확인하는 예시임.4 is an example of confirming (c) of FIG. 1 through the program (d) of FIG.

도 5는 도1의 (d)가 표준 코드템플릿을 통해서 만들어낸 소프트웨어 프로그램 코드 예시임.FIG. 5 is an example of software program code generated by the standard code template of FIG.

본 발명은 소프트웨어 개발방법론 및 프로젝트 관리 방법론 분야에 속할 수 있으며 종래에 방법론에 의거한 코드 생성을 도와주는 CASE툴 기술등이 존재한다.The present invention may belong to the field of software development methodology and project management methodology, and there exist a CASE tool technology that helps code generation based on the methodology.

하지만 고급 SW기술자나 시스템 설계자의 지식을 템플릿화해서 서버 저장소에 관리하며 클라이언트 모듈에서 각 개발자들이 소프트웨어 프로그램 코드 작업을 할 때 표준 템플릿에 의해서 코드를 자동 생성시켜주며 개발자들이 개별적으로 추가하는 소프트웨어 프로그램 코드에 대해서 표준 템플릿과 검증을 거쳐서 전체 소프트웨어 프로그램 시스템에 추가시켜주는 기술은 존재하지 않음.However, templated knowledge of advanced SW technicians or system designers is managed in the server repository, and the software program code is automatically generated by the standard template when each developer works on the software program code in the client module. There is no technology that adds to the entire software program system through standard templates and validation.

본 발명은 대형 소프트웨어 시스템 개발 시 발생되는 다양한 소프트웨어 소스 코드의 자동 생성 및 개발자들이 고유한 방식으로 추가한 소프트웨어 코드 부분이 표준테플릿에서 정의한 규약을 준수하고 있는지 자동으로 검증하여 관리하는 기술을 제공함으로써 소프트웨어 개발 비용을 줄이고 품질을 일정 규모 이상으로 유지시킬 수 있는 방법을 제공한다.
The present invention provides a technology for automatically verifying and managing various software source codes generated during development of a large software system and automatically verifying whether software parts added by developers in a unique manner comply with the rules defined in the standard template. It provides a way to reduce software development costs and maintain quality above a certain scale.

본 발명의 표준 코드템플릿 및 프레임워크템플릿은 Velocity 양식과 XML로 정의된 문법 양식 모두로 표현되며 도1의 (a)는 이들 양식에서 정의한 문법 체크 기능 및 도1의 (e)와 (f)에 존재하는 객체를 연동해서 표준템플릿을 작성하는 기능을 제공한다. The standard code template and framework template of the present invention are expressed in both Velocity form and grammar form defined in XML. FIG. 1 (a) shows the grammar checking function defined in these forms and FIGS. 1 (e) and (f). Provides the ability to create standard templates by linking existing objects.

도1의 (a)에 의해서 작성된 템플릿들은 모두 도1의 (b)에서 저장 관리된다. The templates created by FIG. 1A are all stored and managed in FIG. 1B.

도1의 (d)에서 프로그램 개발자 또는 코드 작성자가 새로운 코드 혹은 프레임워크에 대한 생성을 시도할 경우 이 요청은 도1의 (b)에 전달되고 도1의 (b)는 도1의 (d)에서 생성하고자 하는 코드 혹은 프레임워크의 표준템플릿을 도1의 (c)를 통해서 템플릿 객체 형태로 만들어서 도1의 (d)에 제공한다. When the program developer or code writer attempts to create a new code or framework in FIG. 1D, the request is passed to FIG. 1B, and FIG. 1B is FIG. 1D. The standard template of the code or framework to be generated in the form of a template object through FIG. 1 (c) is provided in FIG. 1 (d).

그러면 도1의 (d)에 존재하는 자동 코드 또는 프레임워크 생성 엔진이 도1의 (c)를 이용해서 실제 프로그램 코드 또는 프레임워크를 생성한다.Then, the automatic code or framework generation engine in FIG. 1 (d) generates the actual program code or framework using FIG. 1 (c).

이렇게 생성된 프로그램 코드 또는 프레임워크는 다시 도1의 (g)에 알려지며 도1의 (g)는 생성된 프로그램 코드 나 프레임워크가 도1의 (c)를 통해서 제공된 표준템플릿 객체를 준수하고 있는지 비교 검증 과정을 거치게 되고, 이렇게 검증된 결과 자료는 도1의 (d)에서 생성된 프로그램 코드에 해당 라인에 이상 부위가 표시됨과 동시에 도1의 (h)에 도1의 (d)에서 생성된 프로그램 소스 파일 단위로 검증 결과를 파일 단위당 오류 코드 수(오류수/파일)를 기록하고 관리하게 된다. The generated program code or framework is again known in FIG. 1 (g), and FIG. 1 (g) shows whether the generated program code or framework complies with the standard template object provided through FIG. 1 (c). The verification result data is subjected to a comparison and verification process, and the abnormal data is displayed on the corresponding line in the program code generated in FIG. 1 (d) and generated in FIG. 1 (d) in FIG. The verification results are recorded and managed in units of program source files and the number of errors codes per file unit (errors / files).

도1의 (i)는 이렇게 저장된 정보를 주기적으로 모니터링 하면서 각 도1의 (d)마다 표준에 위배되는 코드가 존재하는지 모니터링을 하고 해당 도1의 (d) 시스템에서 도1의 (g)를 통해서 재 검증된 결과가 반영될 때까지 경고 메시지를 도1의 (d)에 보낸다. 그리고 해당 도1의 (d)에 오류 코드가 존재하지 않으면 도1의 (i)를 통해서 전체 소프트웨어 코드 그룹에 해당 도1의 (d)에서 생성한 소트프웨어 코드 파일을 추가한다.(I) of FIG. 1 periodically monitors the stored information and monitors whether there is a non-standard code in each (d) of FIG. 1, and FIG. 1 (g) of the system of FIG. The warning message is sent to (d) of FIG. 1 until the revalidated result is reflected. If the error code does not exist in (d) of FIG. 1, the software code file generated in (d) of FIG. 1 is added to the entire software code group through (i) of FIG.

본 발명에 의하면 고급 SW엔지니어 혹은 시스템 설계자의 지식을 정량화해서 전달할 수 있고 결과물의 품질 및 코드 혹은 프레임워크의 일관성을 유지시킬 수 있다.According to the present invention, knowledge of advanced SW engineers or system designers can be quantified and delivered, and the quality of the result and the consistency of code or framework can be maintained.

이런 과정을 통해서 안정적으로 대형 혹은 협업 소프트웨어 개발을 진행할 수 있을 뿐만 아니라 소프트웨어 프로그램 개발 과정에서 필요한 상당 부분의 프로그램 코드를 자동으로 생성시켜주고 개발자의 추가 및 변경 작업 시에 작업 표준이나 논리 전개 방식을 제공해줌으로써 소프트웨어 개발 생산성을 현저히 증대시킨다.Through this process, it is possible not only to stably develop large or collaborative software, but also to automatically generate a large portion of program code required in the software program development process, and to provide a work standard or logic deployment method when adding or changing developers. Greatly increases software development productivity.

본 발명은 기존의 소프트웨어 공학이나 프로젝트 관리 방법론에서 제공하는 정성적인 항목들을 정량적으로 구현한 방법이며 일반 형상관리 시스템에서 제공하는 버전관리 및 협업 시스템과는 다른 표준 코드 및 프레임워크를 강제 배포하고 관리하는 시스템에 필요한 방법을 제공한다. The present invention is a method of quantitatively implementing qualitative items provided by existing software engineering or project management methodology, and forcibly distributing and managing standard codes and frameworks different from the version management and collaboration system provided by the general configuration management system. Provide the method required for the system.

Claims (2)

클라이언트/서버 방식으로 소프트웨어 표준 코드템플릿 및 프레임워크템플릿을 이용해서 소프트웨어 프로그램 코드 및 프레임워크를 생성하고 생성된 코드 및 프레임워크의 정합성을 검증하는 알고리즘.Algorithms for generating software program code and frameworks using software standard code templates and framework templates in a client / server manner and verifying the consistency of the generated code and frameworks. 청구항1에 있어서 클라이언트/서버 방식이 아닌 웹서버 방식 혹은 네트웍 서버 방식에 의한 알고리즘. The algorithm according to claim 1, which is not a client / server method but a web server method or a network server method.
KR1020050005195A 2005-01-20 2005-01-20 Software code auto create and verify alogrithm with standard software code template KR20060084519A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050005195A KR20060084519A (en) 2005-01-20 2005-01-20 Software code auto create and verify alogrithm with standard software code template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050005195A KR20060084519A (en) 2005-01-20 2005-01-20 Software code auto create and verify alogrithm with standard software code template

Publications (1)

Publication Number Publication Date
KR20060084519A true KR20060084519A (en) 2006-07-25

Family

ID=37174514

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050005195A KR20060084519A (en) 2005-01-20 2005-01-20 Software code auto create and verify alogrithm with standard software code template

Country Status (1)

Country Link
KR (1) KR20060084519A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101040010B1 (en) * 2008-10-14 2011-06-08 현대자동차주식회사 Diagnosis information message automatic generating system for genterating diagnosis program for automobile and method thereof
KR101552914B1 (en) * 2007-01-30 2015-10-01 에스케이커뮤니케이션즈 주식회사 Web server application framework web application processing method using the framework and computer readable medium processing the method
CN110162365A (en) * 2019-04-28 2019-08-23 苏宁云计算有限公司 A kind of method and system being automatically brought into operation SAP business software
KR102130002B1 (en) 2020-04-24 2020-07-03 한화시스템 주식회사 Combat system development platform for next generation naval ship using software component standard
WO2022203392A1 (en) * 2021-03-23 2022-09-29 (주)인스웨이브시스템즈 Integrated user interface platform development system comprising design system, and method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101552914B1 (en) * 2007-01-30 2015-10-01 에스케이커뮤니케이션즈 주식회사 Web server application framework web application processing method using the framework and computer readable medium processing the method
KR101040010B1 (en) * 2008-10-14 2011-06-08 현대자동차주식회사 Diagnosis information message automatic generating system for genterating diagnosis program for automobile and method thereof
CN110162365A (en) * 2019-04-28 2019-08-23 苏宁云计算有限公司 A kind of method and system being automatically brought into operation SAP business software
CN110162365B (en) * 2019-04-28 2022-12-02 苏宁云计算有限公司 Method and system for automatically operating SAP service software
KR102130002B1 (en) 2020-04-24 2020-07-03 한화시스템 주식회사 Combat system development platform for next generation naval ship using software component standard
WO2022203392A1 (en) * 2021-03-23 2022-09-29 (주)인스웨이브시스템즈 Integrated user interface platform development system comprising design system, and method

Similar Documents

Publication Publication Date Title
CN111158674B (en) Component management method, system, device and storage medium
US7949997B2 (en) Integration of software into an existing information technology (IT) infrastructure
US9916133B2 (en) Software release workflow management
US20140075413A1 (en) Workflow-based application generator
CN102681835A (en) Code clone notification and architectural change visualization
KR20060084519A (en) Software code auto create and verify alogrithm with standard software code template
US11886810B2 (en) System and method for electronic document interaction with external resources
De La Vara et al. The AMASS Tool Platform: An Innovative Solution for Assurance and Certication of Cyber-Physical Systems.
de la Vara et al. The AMASS approach for assurance and certification of critical systems
Stevens Towards sound, optimal, and flexible building from megamodels
CN115630835A (en) Activity-based workflow general parameter configuration method and system
EP3683675A1 (en) System, apparatus and method of integrated deployment
US20050246687A1 (en) Determination of the status of an object in a source control system and a method to automatically check-in an object when its definition is provided from an external source
Pulgar Eat your own DevOps: a model driven approach to justify continuous integration pipelines
JP5117619B2 (en) P2P type workflow system
Yoshino et al. Requirements traceability management support tool for UML models
Maiti Capturing, Eliciting, and Prioritizing (CEP) Non-Functional Requirements Metadata during the Early Stages of Agile Software Development
Degueule et al. Tooling support for variability and architectural patterns in systems engineering
JP2008165388A (en) Program update management system, program update management method and computer program
JP6546569B2 (en) Data processing program and data processing method
JP2012150740A (en) Program generating device and method
CN118278053B (en) Distributed information authorization authentication method and system based on blockchain
Kulkarni et al. A model-driven architectural framework for integration-capable enterprise application product lines
Corrêa Towards automatic consistency preservation for model-driven software product lines
CN111209002B (en) Development and deployment method for program package, server and computer readable storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application