KR20190006349A - System and method for providing client-server intergrated development platform - Google Patents

System and method for providing client-server intergrated development platform Download PDF

Info

Publication number
KR20190006349A
KR20190006349A KR1020170087239A KR20170087239A KR20190006349A KR 20190006349 A KR20190006349 A KR 20190006349A KR 1020170087239 A KR1020170087239 A KR 1020170087239A KR 20170087239 A KR20170087239 A KR 20170087239A KR 20190006349 A KR20190006349 A KR 20190006349A
Authority
KR
South Korea
Prior art keywords
development
providing
pattern
developer
server
Prior art date
Application number
KR1020170087239A
Other languages
Korean (ko)
Other versions
KR102022542B1 (en
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 KR1020170087239A priority Critical patent/KR102022542B1/en
Publication of KR20190006349A publication Critical patent/KR20190006349A/en
Application granted granted Critical
Publication of KR102022542B1 publication Critical patent/KR102022542B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The present invention discloses a method for providing client-server integrated development platform. More specifically, the present invention relates to a system and method for providing client-server integrated development platform providing environment capable of integrally developing a client and a server. According to an embodiment of the present invention, participants in project development may write and distribute a development specification in which developments applied to common grammar is defined, and full stack developers including not only each participant but also front end and back end developers may easily develop a system by providing a platform for automatically generating codes based on writing and distributing the development specification.

Description

클라이언트-서버 통합 개발 플랫폼 제공 시스템 및 방법{SYSTEM AND METHOD FOR PROVIDING CLIENT-SERVER INTERGRATED DEVELOPMENT PLATFORM} [0001] SYSTEM AND METHOD FOR PROVIDING CLIENT-SERVER INTERGRATED DEVELOPMENT PLATFORM [0002]

본 발명은 통합 개발 플랫폼 제공 방법에 관한 것으로, 클라이언트와 서버를 통합적으로 개발할 수 있는 환경을 제공하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템 및 방법에 관한 것이다. The present invention relates to a method of providing an integrated development platform, and more particularly, to a system and method for providing a client-server integrated development platform that provides an environment for integrally developing a client and a server.

소프트웨어 개발분야에 있어서, 프론트 엔드(Front-end) 개발자는 시스템의 클라이언트(Client) 측으로서 사용자에게 보여지는 웹 페이지를 제작하는 담당자를 가리키며, 백 엔드(Back-end) 개발자는 시스템의 서버(server) 측으로서 서버에서 작용하는 기능을 구현하는 담당자라 할 수 있다. In the field of software development, a front-end developer refers to a person in charge of producing a web page displayed to a user as a client side of the system, and a back-end developer refers to a server ) Side can be said to be a person in charge of implementing functions acting on the server.

최근의 추세에 따르면, 서버 인프라를 쉽게 구축할 수 있는 클라우드 컴퓨팅(Cloud Computing)기술의 보급과 다양한 정보 공유 사이트들을 통해 클라이언트측 및 서버측 모두를 개발할 수 있는 환경이 조성되었으며, 이에 프론트 엔드 및 백 엔드 분야를 모두 개발할 수 있는 풀 스택(Full stack) 개발자가 각광받고 있다.According to recent trends, the spread of cloud computing technology that can easily build server infrastructure and various information sharing sites have created environment for developing both client side and server side, and front end and back Full stack developers who are able to develop end-to-end applications are attracting attention.

풀 스택 개발자는 서버측 언어와 클라이언트측 언어를 모두 숙지하고 있어야 하는 부담이 있으나, 개발 관리측면에서 두 분야를 한번에 개발하는 것이 비용측면에서도 유리하다는 장점에 따라, 풀 스택 개발자들에 대한 요구는 점차 증대되고 있다.Full stack developers have a burden to be familiar with both the server-side language and the client-side language, but with the advantage that the development of both fields is advantageous in terms of cost, the demand for full stack developers gradually increases Is increasing.

풀 스택 개발자는 서버측 개발을 진행한 후 클라이언트측 개발을 진행하게 된다. 일반적으로, 서버 개발은 데이터를 설계 및 배치하고, 클라이언트의 요청에 대한 응답을 할 수 있는 코드를 작성하며, 이후 클라이언트를 개발하는 순으로 진행되게 된다. 여기서, 클라이언트 요청에 대한 응답 즉, 프로토콜에 대한 구조의 설계 과정에는 반복적인 작업절차가 요구되며, 이에 대응되는 클라이언트 측 문서화 작업이 추가되게 된다.The full stack developer proceeds with server-side development and client-side development. Generally, server development is done by designing and deploying data, writing code that can respond to client requests, and then developing clients. Here, the design process of the response to the client request, that is, the structure of the protocol, requires an iterative work procedure, and corresponding client-side documenting work is added.

또한, 구조 설계 작업이 완료되면, 서버측 코드작성 및 클라이언트 코드작성 과정이 진행되게 된다.In addition, when the structural design work is completed, the server side code creation and the client code creation process are performed.

뿐만 아니라, 시스템 개발에 속한 기획자는 어플리케이션 개발에 필요한 문구를 번역하고 이를 개발자에게 전달하여야 하며, 개발자는 이를 코드에 반영하여 빌드(Build) 작업을 진행해야 함에 따라, 담당자들은 그 작업과정에서 불편함을 겪게 되며, 그 전달과정에서 누락되거나 반영되지 않는 경우도 종종 발생하게 되어, 모두가 원하는 결과물을 얻지 못하는 문제가 발생할 수 있다.In addition, the planners belonging to the system development must translate the phrases necessary for application development and transmit them to the developers, and the developers must reflect the codes in the code and build the work, And it sometimes happens that it is not reflected or reflected in the transmission process, so that there is a problem that not all the desired result is obtained.

등록특허공보 제10-1609751호(등록일자: 2016.03.31.)Patent Registration No. 10-1609751 (Registration date: March 31, 2013)

본 발명은 전술한 문제점을 해결하기 위해 안출된 것으로, 본 발명은 시스템 개발에 참여하는 개발자, 웹 디자이너, 기획자 및 관리자 등의 참여자들에게 개발 명세서를 제공하여 개발사항을 정의하도록 하고, 생성패턴 스크립트를 통해 개발 명세서에 기초하여 클라이언트측 및 서버측 문서를 자동으로 생성하고, 유지 보수할 수 있는 환경을 제공하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템 및 방법을 제공하는 데 과제가 있다.SUMMARY OF THE INVENTION The present invention has been conceived to solve the above-mentioned problems, and it is an object of the present invention to provide a development specification to a developer, a web designer, a planner, There is a problem in providing a system and method for providing a client-server integrated development platform that automatically generates and maintains client-side and server-side documents based on a development specification through a web browser.

전술한 과제를 해결하기 위해, 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 시스템은, 클라이언트-서버 통합 소프트웨어 개발 프로젝트를 위한 플랫폼을 제공하는 시스템에 있어서, 개발자 그룹에 포함되는 하나 이상의 개발자 단말의 요청에 따라, 개발 명세서를 이용하는 개발환경을 제공하는 웹 서비스 부와, 하나 이상의 프로젝트를 관리하고, 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 서비스 제공부와, 상기 패턴 스크립트를 관리하는 패턴 관리부를 포함하고, 상기 통합 개발 플랫폼은 상기 패턴 스크립트를 실행하여 상기 개발 명세서에 대응하는 프로그래밍 코드를 상기 개발자 단말에 제공할 수 있다.In order to solve the above-described problems, a client-server integrated development platform providing system according to an embodiment of the present invention is a system for providing a platform for a client-server integrated software development project, A service providing unit that provides an integrated development platform that manages one or more projects and includes at least one pattern script for progressing a registered project in accordance with a request from the terminal, And a pattern management unit for managing the pattern script, and the integrated development platform can execute the pattern script and provide programming codes corresponding to the development specification to the developer terminal.

또한, 본 발명의 다른 양태의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 방법은, 하나 이상의 개발자 단말로부터 개발자 그룹을 지정받는 단계와, 하나 이상의 개발자 단말의 요청에 따라, 개발 명세서에 기초한 개발환경을 제공하고, 프로젝트를 등록하는 단계와, 상기 개발자 단말에 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 단계와, 상기 개발자 단말로부터 개발 명세서를 입력받는 단계와, 상기 패턴 스크립트를 실행하여 상기 개발 명세서에 대응하는 프로그래밍 코드를 생성하는 단계와, 상기 프로그래밍 코드를 상기 개발자 단말에 제공하는 단계를 포함할 수 있다.According to another aspect of the present invention, there is provided a method of providing a client-server integrated development platform, including: receiving a developer group from one or more developer terminals; The method comprising the steps of: registering a project; providing an integrated development platform including at least one pattern script for progressing a project registered in the developer terminal; inputting a development specification from the developer terminal; Executing the pattern script to generate programming code corresponding to the development specification, and providing the programming code to the developer terminal.

본 발명의 실시예에 따르면, 프로젝트 개발의 참여자들이 공통적인 문법이 적용되는 개발사항이 정의된 개발명세서를 작성 및 배포하며, 이에 기초하여 자동으로 코드를 생성하는 플랫폼을 제공함으로써, 각 참여자들뿐만 아니라, 특히 프론트 엔드 및 백 엔드측을 모두 포괄하는 풀 스택 개발자들이 시스템 개발을 용이하게 할 수 있도록 하는 효과가 있다.According to the embodiment of the present invention, it is possible to provide a platform in which a developer of a project develops and distributes a development specification defining a development subject to which a common grammar is applied, and automatically generates a code based thereon, In particular, there is an effect that full stack developers, including both the front end and the back end, can facilitate system development.

도 1은 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 시스템 및 이의 전체적인 연결구조를 나타낸 도면이다.
도 2a 및 도 2b는 본 발명의 실시예에 따른 통합 개발 시스템 및 이에 포함되는 플랫폼의 구조를 나타낸 도면이다.
도 3은 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 방법을 나타낸 도면이다.
도 4a 및 도 4b는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 개발자 단말에 제공하는 CLI 서비스 및 이를 통한 개발과정을 나타낸 도면이다.
도 5는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 개발자 단말에 제공하는 웹 및 모바일 서비스를 나타낸 도면이다.
도 6는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 제공하는 웹 서버 서비스를 나타낸 도면이다.
1 is a block diagram illustrating a client-server integrated development platform providing system and an overall connection structure thereof according to an embodiment of the present invention.
FIGS. 2A and 2B are views illustrating a structure of an integrated development system and a platform included therein according to an embodiment of the present invention.
3 illustrates a method of providing a client-server integrated development platform according to an embodiment of the present invention.
4A and 4B are diagrams illustrating a CLI service provided by a system for providing an integrated development platform according to an exemplary embodiment of the present invention and a development process thereof.
5 is a diagram illustrating web and mobile services provided to a developer terminal by an integrated development platform providing system according to an embodiment of the present invention.
6 is a diagram illustrating a web server service provided by the integrated development platform providing system according to the embodiment of the present invention.

설명에 앞서, 본 명세서 전체에서 어떤 부분이 어떤 구성요소를 "구비" 또는 "포함" 한다고 할 때, 이는 특별히 반대되는 기재가 없는 한, 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.Prior to the description, when an element is referred to as being " comprising " or " comprising " any element throughout the specification, it is to be understood that the element It means that you can.

본 명세서에서 "실시예"라는 용어는 예시, 사례 또는 도해의 역할을 하는 것을 의미하나, 발명의 대상은 그러한 예에 의해 제한되지 않는다. 그리고, "포함하는", "구비하는" 및 "갖는" 등의 용어와, 다른 유사한 용어가 사용되고 있으나, 청구범위에서 사용되는 경우 임의의 추가적인 또는 다른 구성요소를 배제하지 않는 개방적인 전환어(Transition word)로서 "포함하는(Comprising)"이라는 용어와 유사한 방식으로 포괄적으로 사용된다. The term " embodiment " is used herein to mean serving as an example, instance, or illustration, although the subject matter of the invention is not limited by such example. It is also to be understood that the terminology " including ", " comprising ", and " having " and other similar terms are used, quot; is used generically in a manner similar to the term " Comprising " as word.

또한, 본 명세서의 전반에 걸쳐 기재된 "...단말(terminal)", "...서버(server) 및 "...시스템(system)" 등의 용어는 하나 또는 둘 이상의 기능이 조합된 동작을 처리하는 단위를 의미하며, 이는 하드웨어, 소프트웨어 또는, 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.The term " terminal, " ... server and " system " and the like, which are used throughout this specification, , Which may be implemented in hardware, software, or a combination of hardware and software.

본 명세서에 설명된 다양한 기법은 하드웨어 또는 소프트웨어와 함께 구현될 수 있거나, 적합한 경우에 이들 모두의 조합과 함께 구현될 수 있다. 본 명세서에 사용된 바와 같은 "단말", "서버" 및 "시스템" 등의 용어는 마찬가지로 컴퓨터 관련 엔티티(Entity), 즉 하드웨어, 하드웨어 및 소프트웨어의 조합, 소프트웨어 또는 실행 시의 소프트웨어와 등가로 취급할 수 있다. 또한, 본 발명에서 사용자 단말에서 실행되는 어플리케이션 프로그램은 "부" 또는 "모듈" 단위로 구성될 수 있고, 읽기, 쓰기 및 지우기가 가능한 형태로 하나의 물리적 메모리에 기록되거나, 둘 이상의 메모리 또는 기록매체 사이에 분산되어 기록될 수 있다.The various techniques described herein may be implemented with hardware or software, or may be implemented with a combination of both, where appropriate. As used herein, terms such as " terminal, " " server, " and " system " are likewise equally applicable to computer-related entities, i.e., hardware, a combination of hardware and software, . In addition, in the present invention, an application program executed in a user terminal may be configured in units of " negative " or " module ", and may be recorded in one physical memory in a form readable, writable, and erasable, As shown in FIG.

이하, 도면을 참조하여 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 방법 및 시스템을 설명하면 다음과 같다.Hereinafter, a method and system for providing a client-server integrated development platform according to an embodiment of the present invention will be described with reference to the drawings.

도 1은 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 시스템 및 이의 전체적인 연결구조를 나타낸 도면이다. 1 is a block diagram illustrating a client-server integrated development platform providing system and an overall connection structure thereof according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템(100)은 정보통신망을 통해 다수의 개발자 단말(10)에 클라이언트 및 서버 통합 소프트웨어 개발을 위한 개발환경을 제공하고, 이를 위해 운용자 단말(30)로부터 다수의 패턴 스크립트를 입력받아 개발자 단말(10)에 제공할 수 있다.Referring to FIG. 1, an integrated development platform providing system 100 according to an embodiment of the present invention provides a development environment for client and server integrated software development to a plurality of developer terminals 10 through an information communication network. A plurality of pattern scripts can be received from the operator terminal 30 and provided to the developer terminal 10.

개발자 단말(10)은 소프트웨어 개발 프로젝트에 속한 개발자, 웹 디자이너 및 기획자 등이 정보통신망을 통해 통합 개발 플랫폼 제공 시스템(100)에 접속하여 서비스를 제공받는 모바일 및 거치형 PC 등의 컴퓨팅 장치일 수 있다.The developer terminal 10 may be a computing device such as a mobile and stationary PC that a developer, a web designer, and a planner belonging to a software development project access the integrated development platform providing system 100 through an information communication network and receive services.

소프트웨어 개발 프로젝트를 진행하고자 하는 기획자 및 개발자 등은 통합 개발 플랫폼 제공 시스템(100)을 통해 프로젝트를 자유롭게 생성, 등록, 갱신 및 삭제 등의 관리작업을 수행할 수 있으며, 프로젝트의 최종 결과물로서 소프트웨어 소스코드를 획득할 수 있다.A planner and a developer who intend to conduct a software development project can freely create, register, update, or delete a project through the integrated development platform providing system 100. The software source code Can be obtained.

프로젝트는 개발자, 웹 디자이너 및 기획자 등의 개발 주체들이 협업할 수 있는 공간으로서, 프로젝트에서 개발 명세서를 관리하고 패턴을 적용할 수 있다. 또한, 각 개발주체들에 대하여 프로젝트를 개설한 자는 호스트로서 권한을 부여할 수 있다.A project is a place where developers, web designers, and planners can collaborate, and can manage development specifications and apply patterns in the project. In addition, a person who opens a project for each development subject can grant authority as a host.

여기서, 프로젝트는 개설할 때 공개 또는 비공개 여부가 설정될 수 있으며, 자유소프트웨어 공개개념에 따라, 비공개로 설정될 경우, 개발자 그룹 또는 호스트는 시스템에 일정한 비용을 지불하는 형태로 운영될 수 있다.Here, when a project is opened, it can be set to be public or non-public, and according to the concept of free software disclosure, when set to private, a developer group or a host can be operated in a form of paying a certain fee to the system.

개발자들은 개발자 단말(10)을 통해 통합 개발 플랫폼 제공 시스템(100)에 접속하고, 시스템에서 웹 상에 게시한 패턴 스크립트(Pattern Script)를 선택하여 자신이 개발 명세서를 입력하거나, 커맨드 라인 인터페이스(Command Line Interface; CLI) 서비스를 통해 개발 명세서에 대응하는 프로그래밍 소스코드를 생성하여 프로젝트를 진행할 수 있다. The developers access the integrated development platform providing system 100 through the developer terminal 10 and select a pattern script posted on the web in the system so that they can input a development specification or input a command with a command line interface Line interface (CLI) service to generate the programming source code corresponding to the development specification.

또한, 개발자들은 프로젝트에 자신이 작성한 개발 명세서를 등록하여 동일 개발자 그룹내 타 개발자들과 공유하여 협업을 구현할 수 있다.In addition, developers can register their own development specifications in the project and share them with other developers in the same developer group.

운용자 단말(20)은 통합 개발 플랫폼 제공 시스템(100)에 하나 이상의 패턴 스크립트를 등록할 수 있다. 패턴 스크립트는 개발 명세서내 토큰을 인자로 하여 소프트웨어 소스코드를 생성하는 역할을 하는 것으로, 운용자에 의해 제작될 수 있다.The operator terminal 20 can register one or more pattern scripts in the integrated development platform providing system 100. [ The pattern script generates the software source code with the token in the development specification as an argument and can be produced by the operator.

등록된 패턴 스크립트는 문서형식별, 프로그래밍 언어별 또는 타겟이 되는 운영체제별로 분류되어 게시되고, 개발자들의 선택에 따라 개발 명세서에 기초하여 해당 분야별 소스 코드를 생성할 수 있다. 복수의 운용자는 하나의 시스템 운용 그룹에 속할 수 있으며, 스스로 제작한 패턴 스크립트를 통합 개발 플랫폼 제공 시스템(100)에 등록 및 게시함으로써, 개발자들이 원하는 형식의 패턴 스크립트를 선택할 수 있도록 한다. The registered pattern script is classified and published according to the document format, the programming language, or the target operating system, and the source code for each field can be generated based on the development specification according to the developer's selection. A plurality of operators can belong to one system operation group, and register and publish their own pattern scripts in the integrated development platform providing system 100 so that developers can select pattern scripts of a desired format.

통합 개발 플랫폼 제공 시스템(100)은 다수의 개발자들이 자신의 의도에 따라 패턴 스크립트를 선택하여, 개발 명세서에 기초한 소스코드를 생성할 수 있도록 하는 플랫폼을 제공할 수 있다.The integrated development platform providing system 100 can provide a platform by which a plurality of developers can select a pattern script according to their intention and generate source code based on the development specification.

상세하게는, 통합 개발 플랫폼 제공 시스템(100)은 운용자 단말(20)에 의해 등록된 복수의 패턴 스크립트를 웹 상에 게시하고, 개발자 단말(10)의 요청에 따라 프로젝트를 등록하고 개발 명세서를 입력 받을 수 있다. 또한, 개발자 단말(10)의 요청에 따라 개발 명세서를 파싱(parsing)하여 토큰(token)을 추출하고, 선택된 패턴 스크립트를 실행하여 추출된 토큰을 인자로 전달함으로써 개발 명세서에 기초한 클라이언트-서버 프로그램을 생성할 수 있다.Specifically, the integrated development platform providing system 100 posts a plurality of pattern scripts registered by the operator terminal 20 on the web, registers a project according to a request of the developer terminal 10, inputs a development specification Can receive. Also, a client-server program based on the development specification is generated by parsing the development specification to extract a token, executing the selected pattern script, and passing the extracted token as a parameter, upon request of the developer terminal 10 Can be generated.

또한, 통합 개발 플랫폼 제공 시스템(100)은 개발자 단말(10)에 의해 등록된 개발 명세서가 갱신되면, 그 변경사항에 대하여 해당 개발자 그룹에 속하는 모든 개발자 단말(10)에 알림정보를 제공할 수 있다. When the development specification registered by the developer terminal 10 is updated, the integrated development platform providing system 100 can provide notification information to all the developer terminals 10 belonging to the developer group with respect to the change .

개발자 단말(10)이 모바일 장치일 경우 알림정보는 SMS, MMS 형태로 전송될 수 있고, 개발자 단말(10)이 거치형 PC일 경우 알림정보는 전자메일 형태로 전송될 수 있다.When the developer terminal 10 is a mobile device, the notification information may be transmitted in the form of SMS or MMS. In the case where the developer terminal 10 is a stationary PC, the notification information may be transmitted in an electronic mail form.

이러한 구조에 따라, 클라이언트-서버 소프트웨어 개발 프로젝트에서 개발자들이 서버측과 클라이언트측의 프로그램 개발을 별개로 진행하는 것이 아닌, 개발 명세서에 기반하여 클라이언트측과 서버측의 개발을 동시에 진행함으로써, 풀 스택 개발자를 위한 최적의 서비스를 제공할 수 있다.According to this structure, in the client-server software development project, the developers do not separately develop the program on the server side and the client side, but develop the client side and the server side simultaneously based on the development specification, It is possible to provide an optimal service for the user.

이하, 도면을 참조하여 본 발명의 실시예에 따른 통합 개발 시스템의 구조를 설명한다.Hereinafter, a structure of an integrated development system according to an embodiment of the present invention will be described with reference to the drawings.

도 2a 및 도 2b는 본 발명의 실시예에 따른 통합 개발 시스템 및 이에 포함되는 플랫폼의 구조를 나타낸 도면이다.FIGS. 2A and 2B are views illustrating a structure of an integrated development system and a platform included therein according to an embodiment of the present invention.

도 2a를 참조하면, 본 발명의 실시예에 따른 통합 개발 시스템(100)은 개발자 그룹에 포함되는 하나 이상의 개발자 단말의 요청에 따라, 개발 명세서를 이용하는 개발환경을 제공하는 웹 서비스부(110), 하나 이상의 프로젝트를 관리하고, 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 서비스 제공부(120) 및, 패턴 스크립트를 관리하는 패턴 관리부(130)를 포함할 수 있고, 특히 통합 개발 플랫폼(200)은 패턴 스크립트를 실행하여 개발 명세서에 대응하는 프로그래밍 코드를 개발자 단말에 제공할 수 있다.Referring to FIG. 2A, an integrated development system 100 according to an embodiment of the present invention includes a web service unit 110 for providing a development environment using a development specification in response to a request from one or more developer terminals included in a developer group, A service provider 120 that manages one or more projects and provides an integrated development platform that includes one or more pattern scripts for the progress of a registered project, and a pattern management unit 130 that manages pattern scripts , In particular, the integrated development platform 200 can execute the pattern script and provide programming code corresponding to the development specification to the developer terminal.

웹 서비스부(110)는 개발자 단말에 정보통신망을 통해 패턴 스크립트를 게시할 수 있다. 시스템에 등록된 다수의 패턴 스크립트는 설명내용과 함께 리스트화되어 인터넷 게시판의 게시글 형태로 배포될 수 있고, 개발자는 프로젝트의 목표에 따라 적절한 개발 명세서를 작성하고, 웹 서비스부(110)가 제공하는 리스트상에서 패턴 스크립트를 선택하여 개발을 진행할 수 있다.The web service unit 110 can post the pattern script to the developer terminal through the information communication network. A plurality of pattern scripts registered in the system can be listed together with explanatory contents and distributed in the form of a bulletin board on the Internet bulletin board. The developer writes an appropriate development specification according to the goal of the project, You can select the pattern script from the list to proceed with the development.

서비스 제공부(120)는 클라이언트-서버 소프트웨어 개발을 위한 프로젝트 관리기능 및 플랫폼을 제공할 수 있다. 이러한 서비스 제공부(120)는 프로젝트 관리모듈(121) 및 플랫폼(200)을 포함할 수 있다.The service providing unit 120 may provide a project management function and a platform for client-server software development. The service providing unit 120 may include a project management module 121 and a platform 200.

프로젝트 관리모듈(121)은 개발자 단말의 요청에 따라, 프로젝트의 생성, 등록, 갱신 및 삭제 등의 관리기능을 수행할 수 있다. 프로젝트는 하나 이상의 개발자로 이루어지는 개발자 그룹단위로 등록될 수 있고, 프로젝트 별로 하나 이상의 개발 명세서가 등록될 수 있고, 개발자에 의해 선택된 패턴 스크립트에 대한 연관정보가 저장될 수 있다. The project management module 121 can perform management functions such as creation, registration, update, and deletion of a project at the request of the developer terminal. A project can be registered as a developer group consisting of one or more developers, one or more development specifications can be registered for each project, and association information for a pattern script selected by the developer can be stored.

플랫폼(200)은 프로젝트 별로 등록된 개발 명세서와 개발자에 의해 선택된 패턴 스크립트를 관리 및 실행하는 개발환경을 제공할 수 있다. 이러한 플랫폼은 개발자 단말의 형태에 따라 하나 이상의 방식으로 개발 명세서를 등록, 갱신 및 삭제할 수 있고, 패턴 스크립트를 실행하여 개발자가 의도한 프로그래밍 소스코드를 생성할 수 있다. The platform 200 can provide a development environment for managing and executing a development script registered for each project and a pattern script selected by the developer. Such a platform can register, update, and delete a development specification in one or more ways according to the form of a developer terminal, and can execute a pattern script to generate a programming source code intended by a developer.

패턴 스크립트 관리부(130)는 운용자 단말에 의해 입력되는 하나 이상의 패턴 스크립트를 등록 및 삭제하는 기능을 제공한다. 패턴 스크립트는 다양한 형식에 따라 다수개가 등록될 수 있으며, 운용자는 자신의 제작한 패턴 스크립트를 내용설명과 함께 시스템에 등록하여 개발자에게 제공함으로써 이에 대한 수익모델을 창출할 수 있다.The pattern script managing unit 130 provides a function of registering and deleting one or more pattern scripts input by the operator terminal. A number of pattern scripts can be registered according to various formats, and an operator can create a profit model by registering pattern scripts produced by the operator in a system together with contents descriptions and providing them to a developer.

데이터 베이스(140)는 프로젝트, 개발 명세서 및 패턴 스크립트를 저장할 수 있다. 데이터들은 프로젝트 진행에 따라 갱신, 추가 또는 삭제될 수 있고, 필요시 서비스 제공부(120)에 의해 참조 또는 호출될 수 있다.The database 140 may store a project, a development specification, and a pattern script. The data may be updated, added or deleted as the project progresses, and may be referred to or invoked by the service provider 120 as needed.

또한, 데이터 베이스(140)에는 본 발명의 통합 개발 시스템(100)의 운용에 필요한 회원정보 및 설정정보 등이 저장 될 수 있다.In addition, the database 140 may store member information and setting information necessary for the operation of the integrated development system 100 of the present invention.

도 2b를 참조하면, 본 발명의 실시예에 따른 통합 개발 시스템의 플랫폼(200)은 웹, 모바일 및 커맨드 라인 인터페이스 방식 중, 어느 하나에 따라 상기 개발자 단말과 연동하는 연동부(210), 다수의 패턴 스크립트가 다수의 형식에 따라 정의되는 패턴 스크립트 설정부(220), 상기 개발 명세서의 변경사항을 갱신하고, 최신의 개발 명세서를 파싱하여 패턴 스크립트의 인자로 입력하는 적용부(230), 복수의 패턴 스크립트의 리스트에서 선택된 패턴 스크립트를 적용부(230)에 제공하는 패턴 제공부(240) 및 패턴 스크립트를 실행하여, 해당 형식의 프로그래밍 소스 코드를 생성하는 소스 생성기(250)를 포함할 수 있다.Referring to FIG. 2B, the platform 200 of the integrated development system according to the embodiment of the present invention includes an interlocking unit 210 interlocked with the developer terminal according to any one of web, mobile, and command line interface methods, A pattern script setting unit 220 for defining a pattern script according to a plurality of formats, an application unit 230 for updating the development specification, parsing the latest development specification and inputting the parameter as a parameter of a pattern script, A pattern generator 240 for providing a pattern script selected from a list of pattern scripts to the application unit 230, and a source generator 250 for executing a pattern script to generate a programming source code of the corresponding format.

연동부(210)는 웹 서비스 부를 통해 각 개발자 단말과의 연동을 수행할 수 있다. 연동부(210)는 웹 방식(212), 모바일 방식(213) 및 커맨드 라인 인터페이스 방식(214) 등으로 개발자 단말과 데이터를 송수신할 수 있고, 각 방식에 따라 적절한 서비스가 제공되도록 한다. The interworking unit 210 can perform interworking with each developer terminal through the web service unit. The interlocking unit 210 can transmit and receive data to and from the developer terminal through the web system 212, the mobile system 213 and the command line interface system 214 and provides appropriate services according to each method.

패턴 스크립트 설정부(220)는 등록된 다수의 패턴 스크립트의 형식을 정의할 수 있다. 본 발명에서 최종 목적물인 소스코드는 PDF, HTML와 같은 일반문서 형식(221) 이외에도, 개발 대상인 클라이언트 및 서버 프로그래밍을 위한 NodeJS, PHP, Java, Ruby, Python 등의 프로그래밍 언어 형식(222)을 가질 수 있고, Android, IOS, Hybrid, AngularJS 등의 서로 다른 운영체제를 대상으로 하는 OS 형식(223)등으로 생성될 수 있다. The pattern script setting unit 220 can define the formats of the plurality of registered pattern scripts. In the present invention, the source code as the final object may have a programming language format 222 such as NodeJS, PHP, Java, Ruby, Python, etc. for client and server programming to be developed in addition to the general document format 221 such as PDF and HTML And an OS type 223 targeting different operating systems such as Android, IOS, Hybrid, and AngularJS.

패턴 스크립트 설정부(220)는 이러한 다양한 형식을 반영하여 패턴 스크립트를 정의함으로써 프로젝트의 의도에 따른 적절한 목적물을 생성할 수 있도록 한다.The pattern script setting unit 220 can generate appropriate objects according to the intention of the project by defining the pattern script by reflecting the various formats.

적용부(230)는 개발 명세서(231)를 파싱하여 토큰을 추출하며, 선택된 패턴 스크립트의 인자값을 입력할 수 있다. 개발 명세서(231)는 클라이언트 및 서버간 데이터 처리를 위한 프로토콜, 스트링, 구조체 및 에러 중, 하나 이상이 정의되는 문서이고, 패턴 스크립트(241)는 입력되는 인자값을 패턴에 적용하여 소스코드를 도출하는 스크립트 프로그램이다. 적용부(230)는 구문 분석기를 포함하고, 개발 명세서(231)를 파싱하여 Json 스트링을 추출하며 선택된 패턴 스크립트(232)에 입력할 수 있다.The application unit 230 may parse the development specification 231 to extract the token, and may input an argument value of the selected pattern script. The development specification 231 is a document in which at least one of a protocol, a string, a structure, and an error for data processing between a client and a server is defined. The pattern script 241 extracts a source code by applying an input factor value to a pattern . The application unit 230 may include a parser and may extract the Json string by parsing the development specification 231 and input it into the selected pattern script 232.

또한, 적용부(230)는 개발 명세서(231)에 변경사항이 발생하면, 이를 반영하여 이후의 파싱 과정에서 적용될 수 있도록 한다.In addition, the application unit 230 reflects the change in the development specification 231 so that it can be applied in a subsequent parsing process.

패턴 제공부(240)는 패턴 스크립트 설정부(220)에 의해 정의된 다수의 패턴 스크립트(241)를 적용부(230)에 제공함으로써 선택된 패턴 스크립트(232)에 적용되도록 한다.The pattern providing unit 240 provides a plurality of pattern scripts 241 defined by the pattern script setting unit 220 to the application unit 230 so as to be applied to the selected pattern scripts 232. [

소스 생성기(250)는 선택된 패턴 스크립트(232)를 인터프리팅(Interpreting)함으로써 개발 명세서(231)에 기초한 소스 코드를 생성할 수 있다.The source generator 250 may generate the source code based on the development specification 231 by interpreting the selected pattern script 232.

전술한 구조에 따라, 본 발명의 통합 개발 플랫폼 제공 시스템은 동일 프로젝트에 속한 개발자들이 플랫폼에 의해 제공되는 개발 명세서 및 패턴 스크립트에 기초하여 프로젝트를 수행할 수 있음에 따라, 보다 유연하면서도 편리한 개발환경에서 협업하여 소프트웨어를 개발할 수 있다.According to the above-described structure, the integrated development platform providing system of the present invention allows developers belonging to the same project to perform a project based on a development specification and a pattern script provided by the platform, so that a more flexible and convenient development environment You can collaborate to develop software.

이하, 도면을 참조하여 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템에 의한 클라이언트-서버 통합 개발 플랫폼 제공 방법을 설명한다. 이하의 설명에서는 별도의 기재가 없더라도 각 단계의 실행주체는 본 발명의 통합 개발 플랫폼 제공 시스템 및 이를 구성하는 각 구성부가 된다.Hereinafter, a method for providing a client-server integrated development platform by a system for providing an integrated development platform according to an embodiment of the present invention will be described with reference to the drawings. In the following description, the execution subject of each step is the integrated development platform providing system of the present invention and each constituent unit constituting the system.

도 3은 본 발명의 실시예에 따른 클라이언트-서버 통합 개발 플랫폼 제공 방법을 나타낸 도면이다.3 illustrates a method of providing a client-server integrated development platform according to an embodiment of the present invention.

도 3을 참조하면, 본 발명의 시스템에 의한 클라이언트-서버 통합 소프트웨어 개발 프로젝트를 위한 플랫폼을 제공하는 방법에 있어서, 하나 이상의 개발자 단말로부터 개발자 그룹을 지정받는 단계(S100), 하나 이상의 개발자 단말의 요청에 따라 개발 명세서에 기초한 개발환경을 제공하고, 프로젝트를 등록하는 단계(S110), 개발자 단말에 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 단계(S120), 개발자 단말로부터 개발 명세서를 입력받는 단계(S130), 패턴 스크립트를 실행하여 개발 명세서에 대응하는 프로그래밍 코드를 생성하는 단계(S140) 및, 프로그래밍 코드를 개발자 단말에 제공하는 단계(S150)를 포함할 수 있다.Referring to FIG. 3, a method for providing a platform for a client-server integrated software development project by a system of the present invention includes: receiving a developer group from one or more developer terminals (S100) Providing a development environment based on the development specification, registering a project (S110), providing an integrated development platform including at least one pattern script for progressing a project registered in the developer terminal (S120) (S140) of receiving a development specification from a terminal (S130), generating a programming code corresponding to a development specification by executing a pattern script (S140), and providing a programming code to a developer terminal (S150) .

S100 단계는, 본 발명의 통합 개발 플랫폼 제공 시스템을 이용하여 클라이언트-서버 소프트웨어를 개발하고자 하는 개발자가 개발자 단말을 통해 프로젝트를 협업하는 하나 이상의 개발자를 선정하여 개발자 그룹을 지정하는 단계이다. 시스템의 서비스 제공부는 프로젝트 생성 및 등록시 그 프로젝트에 속하는 개발자를 지정받고, 프로젝트의 진행을 위한 권한을 부여할 수 있다.In step S100, a developer who wishes to develop client-server software using the integrated development platform providing system of the present invention selects one or more developers to collaborate on a project through a developer terminal to designate a developer group. The service provider of the system can designate the developers belonging to the project when creating and registering the project, and can grant authority for the progress of the project.

S110 단계는, 웹 서비스 부가 각 개발자에 부여된 권한에 따라 개발을 위한 개발환경을 제공하는 단계이다. 플랫폼의 연동부는 웹, 모바일 및 커맨드 라인 인터페이스 방식 중, 어느 하나에 따른 개발환경을 개발자 단말에 제공할 수 있고, 개발자는 자신의 의도에 따라 적절한 방식으로 개발환경을 구축하고 프로젝트를 생성 및 등록할 수 있고, 개발 명세서를 작성하여 등록된 프로젝트를 진행할 수 있다.In step S110, the Web service unit provides a development environment for development according to the authority granted to each developer. The interworking part of the platform can provide the developer terminal with a development environment according to any one of the web, mobile and command line interface methods. The developer can construct the development environment in an appropriate manner according to his / her intention, You can create a development specification and proceed with the registered project.

S120 단계는, 웹 서비스 부가 서비스 제공부의 통합 개발 플랫폼을 개발자 단말에 제공하여 개발자가 프로젝트를 진행할 수 있도록 하는 단계이다. 본 단계에서 웹 서비스 부는 서비스 제공부에 등록된 복수의 패턴 스크립트에 대한 리스트를 웹에 게시하여 개발자 단말에 제공하고, 개발자는 프로젝트 의도에 따라 어느 하나 패턴 스크립트를 선택할 수 있다.In step S120, the integrated development platform of the web service application service providing unit is provided to the developer terminal so that the developer can proceed with the project. In this step, the web service unit publishes a list of a plurality of pattern scripts registered in the service provisioner to the developer terminal, and the developer can select any pattern script according to the intention of the project.

S130 단계는, 웹 서비스 부가 개발자 단말로부터 작성된 개발 명세서를 입력받고, 플랫폼은 이를 프로젝트에 등록하는 단계이다. 프로젝트에는 하나 이상의 개발 명세서가 등록될 수 있으며, 등록된 개발 명세서는 플랫폼에 의해 파싱절차가 진행될 수 있다.In step S130, the web service unit receives the development specification created from the developer terminal, and the platform registers the development specification in the project. One or more development specifications may be registered in the project, and the registered development specification may be parsed by the platform.

S140 단계는, 웹 서비스 부가 게시한 복수의 패턴 스크립트에 대한 리스트에서 하나의 패턴 스크립트가 선택되면, 플랫폼이 현재 프로젝트의 개발 명세서를 파싱하여 토큰을 추출하고, 선택된 패턴 스크립트에 토큰을 입력 및 패턴 스크립트를 실행하여 그 결과로서 소스 코드를 생성하는 단계이다.In step S140, when one pattern script is selected from the list of the plurality of pattern scripts posted by the web service unit, the platform parses the development specification of the current project to extract the token, inputs the token into the selected pattern script, And generates the source code as the result.

S150 단계는, 플랫폼의 소스 생성기가 생성한 프로그래밍 소스코드를 개발자 단말에게 제공하는 단계이다.Step S150 is a step of providing the programming source code generated by the source generator of the platform to the developer terminal.

또한, 도시되어 있지는 않지만, 본 발명에서 개발환경을 제공하기 위해서는 시스템에 다수의 패턴 스크립트가 등록되어 있어야 하며, 이에 따라 시스템은 하나 이상의 운용자 단말로부터 제공되는 패턴 스크립트를 등록하는 단계를 더 수행할 수 있다.In addition, although not shown, in order to provide a development environment in the present invention, a plurality of pattern scripts must be registered in the system. Accordingly, the system can further register a pattern script provided from one or more operator terminals have.

전술한 단계에 따라, 본 발명의 통합 개발 플랫폼 제공 방법에 의하면, 동일 프로젝트에 속한 각 개발자들이 개발 명세서에 기반하여 클라이언트-서버 프로그램을 일괄적으로 개발할 수 있다.According to the above-described steps, according to the integrated development platform providing method of the present invention, each developer belonging to the same project can collectively develop the client-server program based on the development specification.

이하, 도면을 참조하여 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템과 개발자 단말이 연동함에 따라 개발자 단말측에 제공되는 서비스의 구조를 통해 본 발명의 기술적 사상을 상세히 설명한다.Hereinafter, the technical idea of the present invention will be described in detail through a structure of a service provided on a developer terminal side in association with a system for providing an integrated development platform according to an embodiment of the present invention and a developer terminal.

도 4a 및 도 4b는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 개발자 단말에 제공하는 CLI 서비스 및 이를 통한 개발과정을 나타낸 도면이다.4A and 4B are diagrams illustrating a CLI service provided by a system for providing an integrated development platform according to an exemplary embodiment of the present invention and a development process thereof.

본 발명의 통합 개발 플랫폼 제공 시스템은 연동부를 통해 플랫폼에 의한 웹, 모바일 및 커맨드 라인 인터페이스 방식 중, 어느 하나로 개발자 단말과 연동할 수 있다.The integrated development platform providing system of the present invention can interwork with the developer terminal through any one of the web, mobile, and command line interface modes by the platform through the interworking unit.

도 4a 및 도 4b를 참조하면, 본 발명의 개발자 단말은 거치형 PC일 수 있고, 시스템과 커맨드 라인 인터페이스 방식으로 연동할 수 있다. 이에 플랫폼에서 제공하는 CLI 서비스(310)로서, 개발 명세서를 파싱하는 명세서 파서(311), 파싱된 명세서의 토큰을 Json 스트링 형태로 추출하는 Json 추출기(313) 및, 패턴 스크립트를 선택하고, Json 스트링을 인자로 하여 패턴 스크립트를 실행하는 스크립트 가상머신(315)을 제공할 수 있다.4A and 4B, the developer terminal of the present invention may be a stationary PC, and may be interworked with a system in a command line interface manner. As a CLI service 310 provided by the platform, a specification parser 311 parsing a development specification, a Json extractor 313 extracting a parsed specification token in the form of a Json string, and a pattern script are selected, and a Json string As a parameter, a script virtual machine 315 that executes a pattern script.

개발자는 개발자 단말을 통해 개발 명세서를 입력(S200)하고, 패턴 스크립트를 선택한 후(S210), CLI 서비스의 명세서 파서(parser, 311)를 통해 파싱 절차를 수행할 수 있다(S220).The developer inputs the development specification through the developer terminal (S200), selects the pattern script (S210), and can execute the parsing procedure through the specification parser (311) of the CLI service (S220).

CLI 서비스(310)는 개발자 단말에 개발 툴(development tool) 형태로 설치 및 실행될 수 있다. 명세서 파서(311)는 개발 명세서를 파싱(parsing)하여 그에 포함된 구문을 분석할 수 있다. Json 추출기(313)는 파싱 결과에 따른 토큰을 Json 스트링을 추출할 수 있고(S230), 자바 스크립트 가상머신(Javascript Virtual Machine; JSVM, 315)의 실행에 따라(S240), Json 스트링을 입력받아 메모리에 적재한다(S250).The CLI service 310 can be installed and executed in the form of a development tool in a developer terminal. The specification parser 311 can parse the development specification and analyze the syntax contained therein. The Json extractor 313 extracts a Json string from the token according to the parsing result at step S230. The Json extractor 313 receives the Json string according to the execution of the JavaScript virtual machine (JSVM) 315 (S240) (S250).

그리고, 개발자의 입력에 따라 선택된 패턴 스크립트를 실행함으로써(S260), 자바 스크립트 가상머신(315)이 Json 프로토콜을 처리하여(S270), 그 결과로서 소스 코드를 생성할 수 있다(S280).Then, the JavaScript virtual machine 315 processes the Json protocol (S270) by executing the selected pattern script according to the input of the developer (S260), and as a result, the source code can be generated (S280).

이하의 표 1은 주식 시스템에 기반한 투자 게임을 구현하는 클라이언트-서버 소프트웨어의 개발시 이용되는 파일명이 "fstock.devi"인 개발 명세서의 코드를 예시하고 있다.Table 1 below illustrates the code of the development specification with the file name " fstock.devi " used in the development of the client-server software that implements the investment game based on the stock system.

/**
패턴에서 사용될 변수를 정의합니다.
패턴 스크립트에서 변수를 사용할 수 있습니다.
**/

/**
Java 코드 생성시 패키지명입니다.
**/
var package = 'com.prepeo.fstock';

/**
안드로이드 Application 클래스명입니다.
**/
var appName = 'FStockApplication';

...

/**
데이타 정의
*/
struct StockInfo '종목 정보'
{
stockCode string '종목 코드'
stockName string '종목 명'
lastDay int32 '마지막 업데이트 일'
}

struct UserGame '사용자 게임'
{
gameId int32 '게임 아이디'
stockCode string '종목 코드'
gameType int32 '게임 타입'
gameState int32 '게임 상태'
currentTurn int32 '현재 턴'
turnCount int32 '전체 턴 수'
startDay int64 '시작 일시'
profit int64 '총 수익'
...}

...
/ **
Defines the variable to be used in the pattern.
You can use variables in pattern scripts.
** /

/ **
Package name when generating Java code.
** /
var package = 'com.prepeo.fstock';

/ **
The name of the Android Application class.
** /
var appName = 'FStockApplication';

...

/ **
Data Definition
* /
struct StockInfo 'item information'
{
StockCode string 'Stock code'
stockName string 'item name'
lastDay int32 'Last Update Date'
}

struct UserGame 'User Game'
{
gameId int32 'Game ID'
StockCode string 'Stock code'
gameType int32 'Game type'
gameState int32 'Game state'
currentTurn int32 'current turn'
turnCount int32 'total number of turns'
startDay int64 'date and time of start'
profit int64 'Total revenue'
...}

...

표 1을 참조하면, 개발 명세서는 프로그래밍 소스 코드에 대응하는 패키지명, 클래스 명, 구조체 및 변수 등이 선언되어 있고, 이는 파싱에 의해 구문 분석되어 패턴 스크립트에 인자로 전달되어 소스 코드가 생성되게 된다.Referring to Table 1, the development specification declares the package name, class name, structure, and variable corresponding to the programming source code, which is parsed by parsing and passed to the pattern script as an argument to generate the source code .

이하의 표 2는, CLI 서비스에서 소스 코드를 생성하기 위한 커맨드 라인의 구문을 예시하고 있다.Table 2 below illustrates the syntax of the command line for generating the source code in the CLI service.

call httpgen generate fstock.devi --pattern ./패턴코드/nodejs.js -out ./결과코드call httpgen generate fstock.devi --pattern ./ pattern code /nodejs.js -out ./ result code

표 2는 개발자 단말의 CLI 서비스에 따라 커맨트 라인에 개발 명세서인 "fstock.devi" 파일에 대하여 "--pattern"을 입력하고, "패턴코드"폴더에 저장된 자바 스크립트로 작성된 패턴 스크립트인 "nodejs.js"를 이용하여 실행하면 "결과코드"폴더에 nodejs 형식의 소스코드를 생성하는 예를 나타내고 있다.Table 2 shows the pattern script "nodejs." Generated by the JavaScript stored in the "pattern code" folder by inputting "--pattern" for the development specification "fstock.devi" file on the comment line according to the CLI service of the developer terminal. js "to generate the source code of the nodejs format in the" result code "folder.

또한, 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템은 전술한 커맨드 라인 인터페이스 방식이 아닌, 웹 방식 또는 모바일 방식으로 연동하여 서비스를 제공할 수 있다.In addition, the integrated development platform providing system according to the embodiment of the present invention can provide a service by interworking with a web system or a mobile system rather than the command line interface system.

도 5는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 개발자 단말에 제공하는 웹 및 모바일 서비스를 나타낸 도면이다.5 is a diagram illustrating web and mobile services provided to a developer terminal by an integrated development platform providing system according to an embodiment of the present invention.

도 5를 참조하면, 본 발명의 개발자 단말은 모바일 장치 또는 거치형 PC에 설치 및 실행되는 웹 서비스 클라이언트(320)에 의해 실행될 수 있고, 웹 서비스 클라이언트(320)는 문서로부터 추출된 Json 스트링(322), Json 스트링을 복수의 화면에 분할하여 표시하는 뷰(324), 뷰를 구현하기 위한 함수를 제공하는 뷰 라이브러리(326) 및 Json 스트링(322)에 대응하는 개발 명세서의 수정을 요청하는 수정 요청부(328)를 제공할 수 있다.5, a developer terminal of the present invention may be executed by a web service client 320 installed and executed in a mobile device or a stationary PC, and the web service client 320 may include a Json string 322 extracted from a document, A view 324 for dividing and displaying the Json string on a plurality of screens, a view library 326 for providing a function for implementing a view, and a modification request unit 325 for requesting modification of the development specification corresponding to the Json string 322. [ Lt; RTI ID = 0.0 > 328 < / RTI >

Json 스트링(322)은 플랫폼에 의해 파싱되어 개발자 단말에 제공될 수 있다. 뷰(324)는 Json 스트링(322)을 이루는 상수, 구조체, 프로토콜, 에러 및 스트링을 복수의 화면으로 나누어 개발자 단말상에 표시할 수 있다.The Json string 322 may be parsed by the platform and provided to the developer terminal. The view 324 can divide constants, structures, protocols, errors, and strings that make up the Json string 322 into a plurality of screens and display them on the developer terminal.

전술한 복수의 화면을 구현하기 위해서는 별도의 라이브러리가 필요할 수 있고, 웹 서비스 클라이언트(320)는 이를 위한 뷰 라이브러리(326)를 제공할 수 있다.In order to implement the above-described plurality of screens, a separate library may be required, and the web service client 320 may provide a view library 326 for this purpose.

또한, 수정 요청부(328)는 Json 스트링(322)을 확인한 개발자가 이를 수정 요청하면 그 사항을 시스템에 제공할 수 있다. 개발자는 개발자 단말에서 Json 스트링(322)을 직접 확인하고 수정이 필요한 항목에 대하여 형식, 값 및 위치 등의 정보를 입력하여 개발 명세서를 수정할 수 있다.In addition, the modification requesting unit 328 may provide the system with the information if the developer who confirmed the Json string 322 requests the modification. The developer can directly check the Json string 322 at the developer terminal and modify the development specification by inputting information such as format, value, and position for items requiring modification.

또한, 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템은 웹 서버를 통해 서비스를 제공할 수 있고, 개발자 단말이 웹 브라우저를 통해 웹 서버에 접속하여 서비스를 요청하는 형태로 개발과정을 진행할 수 있다.Also, the integrated development platform providing system according to the embodiment of the present invention can provide the service through the web server, and the developer terminal can access the web server through the web browser and request the service, .

도 6는 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템이 제공하는 웹 서버 서비스를 나타낸 도면이다.6 is a diagram illustrating a web server service provided by the integrated development platform providing system according to the embodiment of the present invention.

도 6을 참조하면, 본 발명의 실시예에 따른 통합 개발 플랫폼 제공 시스템의 웹 서버 서비스(330)는 이에 플랫폼은 개발자 단말의 웹 브라우저를 통한 웹 서버 서비스(330)로서, 개발 명세서를 파싱하는 명세서 파서(331), 파싱된 명세서의 토큰을 Json 스트링 형태로 추출하는 Json 추출기(333) 및, Json 스트링을 확인한 개발자 단말의 요청에 따라 수정사항을 반영하는 명세서 생성기(335)를 제공할 수 있다.6, the web server service 330 of the integrated development platform providing system according to the embodiment of the present invention includes a web server service 330 through a web browser of a developer terminal, and includes a specification for parsing a development specification A parser 331, a Json extractor 333 for extracting the parsed specification token in the form of a Json string, and a specification generator 335 for reflecting the modification in response to a request from the developer terminal confirming the Json string.

상기한 설명에 많은 사항이 구체적으로 기재되어 있으나 이것은 발명의 범위를 한정하는 것이라기보다 바람직한 실시예의 예시로서 해석되어야 한다. 따라서, 발명은 설명된 실시예에 의하여 정할 것이 아니고 특허청구범위와 특허청구범위에 균등한 것에 의하여 정하여져야 한다.While a great many are described in the foregoing description, it should be construed as an example of preferred embodiments rather than limiting the scope of the invention. Accordingly, the invention is not to be determined by the embodiments described, but should be determined by equivalents to the claims and the appended claims.

10 : 개발자 단말 20 : 운용자 단말
100 : 통합 개발 플랫폼 제공 시스템 110 : 웹 서비스 부
120 : 서비스 제공부 121 : 프로젝트 관리모듈
130 : 패턴 스크립트 관리부 140 : 데이터 베이스
200 : 플랫폼 210 : 연동부
220 : 패턴 스크립트 설정부 230 : 적용부
240 : 패턴 제공부 250 : 소스 생성기
10: Developer terminal 20: Operator terminal
100: Integrated development platform providing system 110: Web service department
120: Service providing unit 121: Project management module
130: pattern script managing unit 140:
200: platform 210:
220: pattern script setting unit 230: application unit
240: pattern supplier 250: source generator

Claims (12)

클라이언트-서버 통합 소프트웨어 개발 프로젝트를 위한 플랫폼을 제공하는 시스템에 있어서,
개발자 그룹에 포함되는 하나 이상의 개발자 단말의 요청에 따라, 개발 명세서를 이용하는 개발환경을 제공하는 웹 서비스부;
하나 이상의 프로젝트를 관리하고, 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 서비스 제공부; 및
상기 패턴 스크립트를 관리하는 패턴 관리부를 포함하고,
상기 통합 개발 플랫폼은,
상기 패턴 스크립트를 실행하여 상기 개발 명세서에 대응하는 프로그래밍 코드를 상기 개발자 단말에 제공하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
1. A system for providing a platform for a client-server integrated software development project,
A web service unit for providing a development environment using a development specification in response to a request of one or more developer terminals included in a developer group;
A service providing unit that provides an integrated development platform that manages one or more projects and includes one or more pattern scripts for proceeding with registered projects; And
And a pattern management unit for managing the pattern script,
The integrated development platform,
And providing the programming code corresponding to the development specification to the developer terminal by executing the pattern script.
제 1 항에 있어서,
상기 통합 개발 플랫폼은,
웹, 모바일 및 커맨드 라인 인터페이스 방식 중, 어느 하나에 따라 상기 개발자 단말과 연동하는 연동부;
다수의 패턴 스크립트가 다수의 형식에 따라 정의되는 패턴 스크립트 설정부;
상기 개발 명세서의 변경사항을 갱신하고, 최신의 개발 명세서를 파싱하여 패턴 스크립트의 인자로 입력하는 적용부; 및
복수의 패턴 스크립트에 대한 리스트에서 선택된 패턴 스크립트를 상기 적용부에 제공하는 패턴 제공부
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
The method according to claim 1,
The integrated development platform,
An interlocking unit operatively associated with the developer terminal according to any one of a web, a mobile, and a command line interface scheme;
A pattern script setting unit in which a plurality of pattern scripts are defined according to a plurality of formats;
An application unit for updating the changes of the development specification, parsing the latest development specification and inputting the updated development specification as an argument of a pattern script; And
A pattern providing unit for providing the application unit with a pattern script selected from a list of a plurality of pattern scripts,
Server integrated development platform providing system.
제 2 항에 있어서,
상기 통합 개발 플랫폼은,
상기 패턴 스크립트를 실행하여, 해당 형식의 프로그래밍 소스코드를 생성하는 소스 생성기
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
3. The method of claim 2,
The integrated development platform,
A source generator for executing the pattern script to generate a programming source code of a corresponding format,
Server integrated development platform providing system.
제 2 항에 있어서,
상기 커맨드 라인 인터페이스 방식은,
상기 개발 명세서를 파싱하는 명세서 파서;
파싱된 명세서의 토큰을 Json 스트링 형태로 추출하는 Json 추출기; 및
패턴 스크립트를 선택하고, 상기 Json 스트링을 인자로 하여 상기 패턴 스크립트를 실행하는 스크립트 가상머신
을 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
3. The method of claim 2,
In the command line interface method,
A specification parser parsing the development specification;
A Json extractor for extracting the parsed statement token in the form of a Json string; And
A script virtual machine for selecting the pattern script and executing the pattern script with the Json string as an argument
And a client-server integrated development platform providing system.
제 2 항에 있어서,
상기 개발 명세서는,
개발 대상인 클라이언트 및 서버간 데이터 처리를 위한 프로토콜, 스트링, 구조체 및 에러 중, 하나 이상의 항목이 정의되는 문서인 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
3. The method of claim 2,
In the development specification,
A system for providing a client-server integrated development platform, wherein at least one item of a protocol, a string, a structure, and an error for data processing between a client and a server to be developed is defined.
제 5 항에 있어서,
상기 웹 또는 모바일 방식은,
상기 문서로부터 추출된 Json 스트링;
상기 Json 스트링을 항목별로 복수의 화면에 분할하여 표시하는 뷰;
상기 뷰를 구현하기 위한 함수를 제공하는 뷰 라이브러리; 및
상기 Json 스트링에 대응하는 개발 명세서의 수정을 요청하는 요청부
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
6. The method of claim 5,
The web or mobile approach may include,
A Json string extracted from the document;
A view for dividing and displaying the Json string on a plurality of screens for each item;
A view library providing a function for implementing the view; And
A request unit for requesting modification of the development specification corresponding to the Json string,
Server integrated development platform providing system.
제 2 항에 있어서,
상기 통합 개발 플랫폼은, 웹 서버 방식으로 상기 개발자 단말과 연동할 수 있고,
상기 웹 서버 방식은,
상기 개발 명세서를 파싱하는 명세서 파서;
파싱된 명세서의 토큰을 Json 스트링 형태로 추출하는 Json 추출기; 및
상기 개발자 단말로부터 상기 개발 명세서의 수정이 요청되면, 수정사항에 대응하여 갱신하는 명세서 생성기
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
3. The method of claim 2,
The integrated development platform may interoperate with the developer terminal in a web server manner,
In the web server system,
A specification parser parsing the development specification;
A Json extractor for extracting the parsed statement token in the form of a Json string; And
A specification generator for updating the development specification in response to the modification,
Server integrated development platform providing system.
제 1 항에 있어서,
상기 서비스 제공부는,
등록된 개발 명세서가 갱신되면, 해당 프로젝트의 개발자 그룹에 속한 개발자 단말기에 알림정보를 전송하는 클라이언트-서버 통합 개발 플랫폼 제공 시스템.
The method according to claim 1,
The service providing unit,
When the registered development specification is updated, the system sends the notification information to the developer terminal belonging to the developer group of the project.
청구항 1에 기재된 시스템에 의한 클라이언트-서버 통합 개발 플랫폼을 제공하는 방법에 있어서,
하나 이상의 개발자 단말로부터 개발자 그룹을 지정받는 단계;
하나 이상의 개발자 단말의 요청에 따라, 개발 명세서에 기초한 개발환경을 제공하고, 프로젝트를 등록하는 단계;
상기 개발자 단말에 등록된 프로젝트의 진행을 위한 하나 이상의 패턴 스크립트를 포함하는 통합 개발 플랫폼을 제공하는 단계;
상기 개발자 단말로부터 개발 명세서를 입력받는 단계;
상기 패턴 스크립트를 실행하여 상기 개발 명세서에 대응하는 프로그래밍 코드를 생성하는 단계; 및
상기 프로그래밍 코드를 상기 개발자 단말에 제공하는 단계
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 방법.
A method for providing a client-server integrated development platform by the system according to claim 1,
Receiving a developer group from one or more developer terminals;
Providing a development environment based on the development specification in response to a request of one or more developer terminals and registering the project;
Providing an integrated development platform including at least one pattern script for progressing a project registered in the developer terminal;
Receiving a development specification from the developer terminal;
Executing the pattern script to generate a programming code corresponding to the development specification; And
Providing the programming code to the developer terminal
Server integrated development platform.
제 9 항에 있어서,
상기 통합 개발 플랫폼을 제공하는 단계 이전에,
하나 이상의 운용자 단말로부터 제공되는 상기 패턴 스크립트를 등록하는 단계
를 더 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 방법.
10. The method of claim 9,
Prior to providing the integrated development platform,
Registering the pattern script provided from one or more operator terminals
Server integrated development platform.
제 9 항에 있어서,
상기 패턴 스크립트를 실행하여 상기 개발 명세서에 대응하는 프로그래밍 코드를 생성하는 단계는,
상기 개발 명세서를 파싱하는 단계;
파싱된 명세서의 토큰을 Json 스트링 형태로 추출하는 단계; 및
Json 스트링을 인자로 입력받아 상기 패턴 스크립트를 실행하는 단계
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 방법.
10. The method of claim 9,
Wherein the step of executing the pattern script to generate the programming code corresponding to the development specification comprises:
Parsing the development specification;
Extracting a token of the parsed statement as a Json string; And
A step of receiving the Json string as an argument and executing the pattern script
Server integrated development platform.
제 9 항에 있어서,
상기 개발 명세서를 입력받는 단계 이후,
상기 개발자 단말로부터 상기 개발 명세서의 변경사항을 입력받아 갱신하는 단계;
변경된 개발 명세서에 관련된 프로젝트의 개발자 그룹에 속한 각 개발자 단말을 식별하는 단계; 및
식별된 하나 이상의 개발자 단말에 갱신에 대한 알림정보를 제공하는 단계
를 포함하는 클라이언트-서버 통합 개발 플랫폼 제공 방법.
10. The method of claim 9,
After receiving the development specification,
Receiving and updating a change of the development specification from the developer terminal;
Identifying each developer terminal belonging to a developer group of a project related to the changed development specification; And
Providing notification information about the update to the identified one or more developer terminals
Server integrated development platform.
KR1020170087239A 2017-07-10 2017-07-10 System and method for providing client-server intergrated development platform KR102022542B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170087239A KR102022542B1 (en) 2017-07-10 2017-07-10 System and method for providing client-server intergrated development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170087239A KR102022542B1 (en) 2017-07-10 2017-07-10 System and method for providing client-server intergrated development platform

Publications (2)

Publication Number Publication Date
KR20190006349A true KR20190006349A (en) 2019-01-18
KR102022542B1 KR102022542B1 (en) 2019-09-18

Family

ID=65323762

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170087239A KR102022542B1 (en) 2017-07-10 2017-07-10 System and method for providing client-server intergrated development platform

Country Status (1)

Country Link
KR (1) KR102022542B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109814854A (en) * 2019-01-24 2019-05-28 平安科技(深圳)有限公司 Project skeleton generating method, device, computer equipment and storage medium
KR102355791B1 (en) * 2021-07-26 2022-02-08 해봄테크 주식회사 Tools to define requirements specification for the screen developing a software, web based service and mobile platform service

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249686A (en) * 2006-03-16 2007-09-27 Nec Corp Application gui development support system
KR101609751B1 (en) 2014-04-29 2016-04-06 주식회사 모빌씨앤씨 Mobile app and web unified development system using java script

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249686A (en) * 2006-03-16 2007-09-27 Nec Corp Application gui development support system
KR101609751B1 (en) 2014-04-29 2016-04-06 주식회사 모빌씨앤씨 Mobile app and web unified development system using java script

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109814854A (en) * 2019-01-24 2019-05-28 平安科技(深圳)有限公司 Project skeleton generating method, device, computer equipment and storage medium
CN109814854B (en) * 2019-01-24 2024-05-03 平安科技(深圳)有限公司 Project framework generation method, device, computer equipment and storage medium
KR102355791B1 (en) * 2021-07-26 2022-02-08 해봄테크 주식회사 Tools to define requirements specification for the screen developing a software, web based service and mobile platform service

Also Published As

Publication number Publication date
KR102022542B1 (en) 2019-09-18

Similar Documents

Publication Publication Date Title
US11561772B2 (en) Low-code development platform
US10824418B2 (en) Resource processing using an intermediary for context-based customization of interaction deliverables
US7305361B2 (en) Apparatus, methods and articles of manufacture for constructing and executing computerized transaction processes and programs
US8504913B2 (en) Client-side components
CN110727431A (en) Applet generation method and apparatus
WO2002033636A1 (en) Apparatus, methods and articles of manufacture for constructing and executing computerized transaction processes and programs
WO2011106280A2 (en) Presentation of a web-based visual representation of a structured data solution
US20210004226A1 (en) System and Method for Automated Source Code Generation to Provide Service Layer Functionality for Legacy Computing Systems in a Service-Oriented Architecture
CN110851167A (en) Container environment updating method, device, equipment and storage medium
Capilla et al. An enhanced architectural knowledge metamodel linking architectural design decisions to other artifacts in the software engineering lifecycle
US11010200B2 (en) Finite state machine driven workflows
CN110727580A (en) Response data generation method, full-flow interface data processing method and related equipment
KR20190006349A (en) System and method for providing client-server intergrated development platform
US8448143B2 (en) System and method for message choreographies of services
CN113434175B (en) Data processing method, device, storage medium and equipment
Abushark et al. Requirements specification via activity diagrams for agent-based systems
da Silva et al. Interaction protocols for cross-organisational workflows
CN110580624B (en) Chain code upgrading method and device
Strassner et al. TMF white paper on NGOSS and MDA
CN116028138B (en) Application publishing method and device
Okuda et al. Experimental development based on mapping rule between requirements analysis model and web framework specific design model
US20240061719A1 (en) Dual level multi-tenancy for exposing artificial intelligence content as cloud service
KR20070026979A (en) Method and apparatus for providing webpage service to execute application programs in internet
Mizuno et al. A model‐driven development method for Management Information Systems
CN115865898A (en) Method, device, equipment and medium for processing data information among multiple service systems

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
N231 Notification of change of applicant
GRNT Written decision to grant