KR20180077814A - Web Site Managemnet System - Google Patents

Web Site Managemnet System Download PDF

Info

Publication number
KR20180077814A
KR20180077814A KR1020160182540A KR20160182540A KR20180077814A KR 20180077814 A KR20180077814 A KR 20180077814A KR 1020160182540 A KR1020160182540 A KR 1020160182540A KR 20160182540 A KR20160182540 A KR 20160182540A KR 20180077814 A KR20180077814 A KR 20180077814A
Authority
KR
South Korea
Prior art keywords
template
web
web programming
delimiter
language
Prior art date
Application number
KR1020160182540A
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 KR1020160182540A priority Critical patent/KR20180077814A/en
Publication of KR20180077814A publication Critical patent/KR20180077814A/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 relates to a website management system capable of executing a template in a web programming environment without creating a unique tag, and to a method thereof. The website management system which includes a server connected to a client through a network and applies a web programming environment, comprises: a writing means for writing, by a user, a source code using a web programming language through a client; a storage means for storing a program code template unit in which various source codes and data that can be compiled are collected in a database form; and a replacement means for replacing a delimiter of the template with a delimiter of an existing web programming language. Accordingly, by using the website management system and method applying the web programming environment as described above, developers who are familiar with conventional web programming languages can easily adapt without learning a new language to write a template, and the functions of the conventional web programming languages can be sufficiently utilized.

Description

웹사이트 관리 시스템{Web Site Managemnet System}Web Site Management System {Web Site Managemnet System}

본 발명은 웹 프로그래밍 환경을 이용한 템플릿의 작성 및 실행을 관리할 수 있는 웹사이트 관리 시스템 및 방법에 관한 것The present invention relates to a web site management system and method capable of managing creation and execution of a template using a web programming environment

으로서, 특히 고유한 태그를 만들지 않고 웹 프로그래밍 환경에서 템플릿을 실행할 수 있는 웹사이트 관리 시스템 및 방법A web site management system and method capable of executing a template in a web programming environment without creating a unique tag

에 관한 것이다..

통상, 고급언어로 쓰인 프로그램이 컴퓨터에서 수행되기 위해서는 컴퓨터가 직접 이해할 수 있는 어셈블리 언어나 기계어Generally, in order for a program written in a high-level language to be executed on a computer, an assembly language or a machine language

로 바꾸어 주어야 하는데, 이러한 일을 하는 프로그램을 컴파일러(compiler)라고 한다. 이 경우에 컴파일을 하기 위하여The program that does this is called a compiler. To compile in this case

입력되는 프로그램을 원시 프로그램이라 하고 이 원시 프로그램을 기술한 언어를 원시언어라 하며, 컴파일되어 출력되는The input program is called a native program, and the language describing the native program is called a native language.

프로그램을 목적 프로그램이라 하고 이 목적 프로그램을 기술한 언어를 목적언어라 한다.A program is called an object program, and a language that describes the object program is called a target language.

컴파일러를 이용하여 원시 프로그램을 컴파일하여 목적 프로그램으로 바꾸어 놓으면 원시 프로그램을 수정하지 않는 한If you compile a source program with a compiler and replace it with a destination program,

계속 반복해서 수행할 수 있게 되며, 프로그램을 구매하고자하는 고객이 컴퓨터에서 사용할 수 있는 실행 오브젝트로 변환You can continue to do it over and over again, and convert the program into an executable object that you can use on your computer

된다.do.

목적 프로그램을 수정제작하기 위해서는 원시 프로그램을 수정한 뒤에 이를 다시 컴파일해주어야 하므로, 프로그래머는To make a modified program, you have to modify the original program and recompile it.

항상 컴파일 프로그램을 필요로 하게 된다.You will always need a compilation program.

또한, 웹 프로그래밍 환경을 이용하여 템플릿을 작성하는 방법으로 "동적 방식"과 "정적 방식"을 사용하고 있다. "동적 방In addition, "dynamic method" and "static method" are used as a method of creating a template using a web programming environment. "Dynamic room

식"은 동적인 생동감을 주고자 하는 목적으로 개발된 방식이다. 우선, 웹사이트를 관리하는 툴에서 원하는 웹 문서를 미리First of all, it is necessary to use a tool that manages the Web site to preview the desired Web document in advance.

생성하여 웹서버에 올려둔 후, 클라이언트로부터 해당하는 페이지에 대한 요청이 왔을 때 서버에서 데이터베이스의 데이After creating and uploading to the web server, when a request for the corresponding page comes from the client,

터를 호출하여 원하는 웹 페이지로 출력해내는 프로그램이 실행되는 방식이다. 반면, "정적 방식"은 미리 웹 페이지를 생성It is the way that the program that invokes the program and prints out to the desired web page is executed. On the other hand, the "static method"

하는 방식으로서, 웹서버에 HTML 소스문서를 저장하고 클라이언트의 컴퓨터상에서 웹브라우저의 표시창을 통해 보여지, The HTML source document is stored in the web server and displayed on the client computer through the display window of the web browser

는 방식이다. 결국, 웹브라우저를 통해 보는 것은 웹서버에 오래전에 미리 준비하여 보여 주기로 한 내용과 형식으로 보게Is a method. After all, what you see through your web browser will look and look like what you intended to show up on your web server a long time ago

되는 매우 수동적이고 정적인 형태이다.It is a very passive and static form.

지금까지 템플릿 기술에서 정적 방식으로 페이지를 생성하기 위해서는 회사마다 고유한 태그를 고안하고, 삽입된 태그를Until now, in order to generate a static page from template technology, it is necessary to devise a unique tag for each company,

고유의 템플릿 실행 프로그램이 변환하도록 하는 방식을 사용했다. 그러나 이러한 정적 방식의 경우 기존의 강력한 기능을So that the template executor can convert the template. However, in the case of this static method,

제공한 프로그래밍 언어만큼의 기능을 템플릿 언어가 제공하지는 못한다. 이 때문에 템플릿 언어를 배우기가 어렵거나, 다The template language does not provide the same functionality as the provided programming language. This makes it difficult to learn the template language.

양한 프리젠테이션 로직이 필요할 경우에는 이에 대응하기 어려운 문제점을 가지고 있다.웹 프로그래밍 환경에서 동적 방식으로 웹페이지를 생성하는 방법들에 대한 예로 다음과 같은 기술들이 제시되고 있다.In this paper, we propose a method for generating a web page in a web programming environment.

우선, 웹 프로그래밍 환경을 이용하여 템플릿을 작성하기 위한 방법의 일례로 일본 특허공개공보 2000-339251호에 개시First, an example of a method for creating a template using a web programming environment is disclosed in Japanese Patent Laid-Open Publication No. 2000-339251

된 기술이 있다.Technology.

상기 공보에 개시된 기술은 디지털 콘텐츠의 편성 시스템에 관한 것으로서, 인터넷상의 WWW, PC 통신 등의 온라인 시스The technology disclosed in the above publication is related to a system for organizing digital contents, and it is an online system such as WWW and PC communication on the Internet

템이나 전자 카달로그, CD-ROM 등의 디지털 콘텐츠를 편성하는 편성 시스템 및 자동 편성되는 디지털 콘텐츠의 기록 매A system for organizing digital contents such as electronic catalogs and CD-ROMs, and a recording system for automatically organizing digital contents

체에 관한 기술 및 방법이다. 상기 공보에 개시된 기술은 유저나 웹디자이너가 프로그래머의 도움을 받는 일없이 HTMLIs a technique and a method concerning the sieve. The technique disclosed in the above publication allows users and web designers to create HTML

페이지의 디자인을 용이하게 변경할 수 있게 하는 디지털 콘텐츠의 자동 편성시스템을 제공하는 방법이다.A method of providing an automatic organizing system of digital contents which enables a design of a page to be easily changed.

이러한 목적을 달성하기 위하여 상기 공보에 개시된 기술은 사이트를 구성하는 모든 웹페이지에 관하여 타입과 생성 방법In order to accomplish this object, the technology disclosed in the above publication can be classified into a type and a generation method

을 프로그램에 지시하고, 이것과 조합하고, 생성할 웹페이지의 디자인을 정의한다. 그리고 1개 또는 복수의 데이터베이스To the program, combines this with the program, and defines the design of the web page to be created. And one or more databases

로부터 데이터를 규칙적으로 추출하고, 정의되는 디자인의 템플릿을 기초로 하여 웹페이지에 데이터를 매입하고, 웹페이The data is regularly extracted from the web page, the data is imported into the web page based on the template of the defined design,

지를 생성한다. 이를 통하여, 유저나 디자이너가 자동 생성되는 사이트의 구조와 웹페이지의 디자인을 자유롭게 변경하는Lt; / RTI > This allows users and designers to freely change the structure of the site and the design of the web page

것을 가능하게 한다.Lt; / RTI >

또한, 다양한 프리젠테이션 로직을 표현하기 위한 방법의 일례로 대한민국 특허공개공보 2003-0089044호에 개시된 기As an example of a method for expressing various presentation logic, Japanese Patent Laid-Open Publication No. 2003-0089044

술이 있다.There is alcohol.

상기 공보에 개시된 기술은 소스코드모듈 조합 및 웹 환경을 제공할 수 있는 컴파일 시스템 및 방법에 관한 것이다. 즉, 프The techniques disclosed in the above publications relate to a compilation system and method capable of providing source code module combinations and a web environment. That is,

로그래머가 필요로 하는 다양한 기능을 미리 소스코드를 모듈화하여 저장하여 두고 이와 같이 저장되어 있는 소스코드모The various functions that logramers require are pre-stored in a modular manner, and the stored source code

듈을 인터넷을 통하여 사용자에게 웹 환경으로서 제공하여 주어 프로그래머가 시간과 공간상의 제약이 없이 컴파일을 손The module is provided as a web environment to the user through the Internet, and the programmer can compile the program without time and space constraints.

쉽게 할 수 있도록 하는 소스코드모듈 조합 및 웹 환경 제공이 가능한 컴파일 시스템 및 방법이다.It is a compilation system and method that can provide a combination of source code modules and a web environment that can be easily made.

상기 공보에 개시된 기술은 프로그래머가 컴파일 프로그램을 휴대하거나 설치하는데 많은 시간 및 작업을 필요로 하기 때The technique disclosed in the above publication is problematic in that when a programmer needs a lot of time and work to carry or install a compilation program

문에 매우 불편한 점을 해소하여 준다.It relieves a very uncomfortable point on the door.

그러나 상기 공보들에 개시된 기술을 비롯하여 종래의 웹 페이지 생성 방법에는 다음과 같은 문제가 있다.However, conventional web page generation methods including the techniques disclosed in the above publications have the following problems.

먼저, 관련된 스크립트를 사용하여 웹 페이지를 수동으로 생성하는 것은 가장 간단한 형태의 웹 페이지가 개발되는 경우에First, manually creating a web page using the associated script is the most simple form of the web page

만 적당하다.It is only appropriate.

다음으로, 특정 데이터 소스로부터 웹 페이지를 생성하도록 특별히 개발된 이용 가능한 애플리케이션을 사용하는 것이다.Next, it is to use available applications specifically developed to generate web pages from specific data sources.

그러한 프로그램은 예를 들어 CGI(Common Gateway Interface), 자바 서블릿, JSP(Java Server Pages), ASP(ActiveSuch programs include, for example, Common Gateway Interface (CGI), Java Servlet, Java Server Pages (JSP)

Server Pages), PHP(Hypertext Preprocessor)를 포함한다. 이러한 이용 가능한 프로그램은 웹 페이지 표현Server Pages), and PHP (Hypertext Preprocessor). These available programs are web page representations

(presentation) 및 탐색 구조에 관해 내포된 정보를 포함한다. 이것은 시스템적인 방법으로 대량의 데이터로부터 정보를lt; RTI ID = 0.0 > information < / RTI > about presentation and search structures. This is a systematic way to extract information from large amounts of data.

공개하기 위한 메커니즘으로서 적당하다. 그러나 많은 페이지 정의(page definition)가 프로그램의 로직에 포함되기 때문It is suitable as a mechanism for disclosure. However, because many page definitions are included in the logic of the program

에, 이러한 방법으로 생성된 웹 페이지를 갱신하고 유지하는 것은 어렵다., It is difficult to update and maintain the generated web page in this way.

또, 동적인 웹페이지 구축을 위한 종래의 기술이나 방법들에는 많은 한계를 드러내고 있으며 상당히 숙련된 개발자가 아니In addition, conventional techniques and methods for building dynamic web pages have many limitations and are not very skilled developers

고서는 개발에 많은 어려움이 있었다.The book had many difficulties in development.

본 발명의 목적은 상술한 바와 같은 문제점을 해결하기 위해 이루어진 것으로서, 고유한 태그 없이 프로그래밍 환경을 제SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and it is an object of the present invention to provide a non-

공하는 웹 프로그래밍 환경을 이용하여 템플릿을 실행시킬 수 있는 웹사이트 관리 시스템 및 방법을 제공하는 것이다.And to provide a web site management system and method capable of executing a template using a web programming environment provided by the web site.

본 발명의 다른 목적은 기존 웹 프로그래밍 언어에 익숙한 개발자들이 기존 웹 프로그래밍 기능을 충분히 활용할 수 있는Another object of the present invention is to provide a method and apparatus for a web application,

웹사이트 관리 시스템 및 방법을 제공하는 것이다.A web site management system and method are provided.

상술한 바와 같이, 본 발명에 따른 웹 프로그래밍 환경을 응용한 웹사이트 관리 시스템 및 방법에 의하면 템플릿 작성을 위As described above, according to the web site management system and method applying the web programming environment according to the present invention,

해 새로운 언어를 배울 필요없이 기존 JSP, ASP, PHP 등의 언어에 익숙한 개발자가 쉽게 적응할 수 있다는 효과가 얻어진It has the effect of being able to easily adapt to developers who are familiar with languages such as JSP, ASP, PHP without having to learn a new language.

다.All.

또, 본 발명에 따른 웹 프로그래밍 환경을 응용한 웹사이트 관리 시스템 및 방법에 의하면, 기존 웹 프로그래밍 언어의 기In addition, according to the web site management system and method applying the web programming environment according to the present invention,

능을 충분히 활용할 수 있기 때문에 중소 업체가 간단하게 만든 템플릿 작성용 언어에 비해 훨씬 강력하고 풍부한 프로그It is a much more powerful and richer program than the language for templates created by small companies.

래밍 기능을 제공할 수 있다는 효과도 얻어진다.A ramming function can be provided.

본 발명의 이와 같은 효과는 DB 등에 들어있는 정보를 원하는 디자인을 적용하여 HTML/JSP/ASP/PHP, WML, PDF 등The effect of the present invention is that the information contained in the DB and the like is applied to a desired design, such as HTML / JSP / ASP / PHP, WML, PDF

의 최종 형태로 변환시키는 용도에 사용할 수 있다.To the final form of the product.

또한, 웹 프로그래밍 환경을 응용한 템플릿의 작성 및 실행 분야에서 본 발명의 기술적 사상의 범위를 벗어나지 않는 범위Further, in the field of creation and execution of a template applying a web programming environment, a range that does not deviate from the technical idea of the present invention

내에서 다양하게 응용될 수 있다.It can be applied in various ways.

도 1은 본 발명에 따른 웹 프로그래밍 환경을 응용한 웹 사이트 관리 시스템도,1 is a diagram illustrating a web site management system using a web programming environment according to the present invention,

상기 목적을 달성하기 위한 본 발명의 구성에 따른 웹사이트 관리시스템은 클라이언트, 상기 클라이언트와 네트워크를 통According to an aspect of the present invention, there is provided a web site management system including a client,

하여 연결되는 서버를 구비하고 웹 프로그래밍 환경을 응용한 웹사이트 관리 시스템에 있어서, 사용자가 상기 클라이언트A web site management system having a server connected to a web site and applying a web programming environment,

를 통해 웹 프로그래밍 언어를 사용하여 소스 코드를 작성하는 작성수단, 컴파일될 수 있는 다양한 소스 코드와 데이터들A means of writing source code using the Web programming language, a variety of source code and data that can be compiled

이 데이터베이스 형태로 집합된 프로그램 코드 템플릿부를 저장하는 저장 수단, 상기 템플릿의 구분자를 기존 웹 프로그래A storage means for storing a program code template portion collected in the form of a database,

밍 언어의 구분자로 치환하는 제 1의 치환수단, 상기 제 1의 치환 수단에 의해 치환된 템플릿 구분자를 다시 기존의 웹 프A template replacing means for replacing the template delimiter replaced by the first replacing means with an existing template,

로그래밍 언어의 구분자로 치환하기 위한 제 2의 치환 수단을 포함하는 것을 특징으로 한다.And a second replacing means for replacing the delimiter with a delimiter of a logarithm language.

또한, 본 발명에 따른 웹사이트 관리 시스템에 있어서 상기 제 1의 치환수단 및 제 2의 치환 수단에 의해 치환된 상기 기존Further, in the website management system according to the present invention, it is preferable that the existing

웹 프로그래밍 언어는 손상되지 않는 것을 특징으로 한다.The web programming language is characterized by being intact.

또한, 본 발명에 따른 웹사이트 관리 시스템에 있어서 상기 시스템은 미리 HTML을 생성하는 정적 방식에 적용되는 것을Further, in the web site management system according to the present invention, the system may be applied to a static method for generating HTML in advance

특징으로 한다..

또한, 상기 목적을 달성하기 위한 본 발명에 따른 웹사이트 관리 방법은 클라이언트, 상기 클라이언트와 네트워크를 통하According to another aspect of the present invention, there is provided a method of managing a web site, the method comprising:

여 연결되는 서버를 구비하여 웹 프로그래밍 환경을 응용한 웹사이트 관리 방법에 있어서, 기존 웹 프로그래밍 언어로 템A web site management method using a web programming environment equipped with a server to be connected,

플릿 코드를 작성하는 작성단계, 상기 작성단계에서 작성된 웹 프로그래밍 언어의 시작과 끝에 해당하는 구분자를 기존에A deleting step of deleting the delimiter corresponding to the start and end of the web programming language created in the creating step;

작성된 구분자와 다르게 변경하는 단계, 변경된 구분자를 템플릿으로 등록하는 단계, 상기 템플릿 구분자와 기존 웹 프로Changing the created delimiter differently from the created delimiter, registering the changed delimiter as a template,

그래밍 언어의 구분자를 서로 치환하는 제 1의 치환단계 및 상기 제 1의 치환 단계에서 치환된 형태의 템플릿을 해당 언어A first replacing step of replacing delimiters of the grammar language with each other;

의 실행 환경을 이용하여 실행하는 단계를 포함하는 것을 특징으로 한다.Using the execution environment of < RTI ID = 0.0 >

또한, 본 발명에 따른 웹사이트 관리 방법에 있어서 상기 실행단계의 결과에서 상기 템플릿 구분자를 다시 기존 웹 프로그Further, in the web site management method according to the present invention, in the result of the execution step,

래밍 언어의 구분자로 치환하는 제 2의 치환단계와 상기 제 2의 치환단계에서의 처리 후 템플릿을 실행하여 상기 서버에A second replacing step of replacing the template with a delimiter of a ramming language, and a post-processing template in the second replacing step,

등록하는 단계를 더 포함하는 것을 특징으로 한다.Further comprising the step of registering.

또한, 본 발명에 따른 웹사이트 관리 방법에 있어서 상기 방법은 상기 웹서버에서 실행되어야 하는 웹 프로그래밍 코드를Further, in the web site management method according to the present invention, the method may further include:

손상시키지 않으면서도 템플릿 코드를 실행시키는 것을 특징으로 한다.And the template code is executed without damaging it.

이하, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명을 용이하게 실시할 수 있을 정도로 상세히 설명하DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

기 위하여, 본 발명의 가장 바람직한 실시예를 첨부된 도면을 참조로 하여 상세히 설명하기로 한다. 본 발명의 목적, 작용,The most preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. The purpose, operation,

효과를 포함하여 기타 다른 목적들, 특징점들, 그리고 동작상의 이점들이 바람직한 실시예의 설명에 의해 더욱 명확해질Other objects, features, and operational advantages, including the effects, will become more apparent by the description of the preferred embodiment

것이다.will be.

이하, 본 발명의 실시예를 도면에 따라서 설명한다.Hereinafter, embodiments of the present invention will be described with reference to the drawings.

도 1은 본 발명에 따른 웹 프로그래밍 환경을 응용한 웹 사이트 관리 시스템도이다.1 is a diagram of a web site management system applying a web programming environment according to the present invention.

도 1에 있어서, (10)은 웹 콘텐츠(Web contents)를 열람, 작성 또는 편집하기 위한 클라이언트로서, 이 클라이언트에는1, reference numeral 10 denotes a client for browsing, creating or editing Web contents,

HTML(Hyper Text Markup Language), Java Script, Java Applet, ActiveX 등의 브라우저 및 에디터가 설치되어 있다.HTML (Hyper Text Markup Language), Java Script, Java Applet, ActiveX and the like are installed.

(20)은 웹페이지가 들어있는 파일을 네트워크를 통해 클라이언트(10)에게 제공하기 위한 웹서버(Web server)이고, (30)(30) is a web server for providing a file containing a web page to a client (10) via a network,

은 CGI, 자바서블릿, JSP, ASP, PHP를 이용한 웹서버(20)에서 웹페이지를 생성하여 클라이언트(10)에게 공급하기 위한For generating a web page in the web server 20 using the CGI, the Java servlet, the JSP, the ASP, and the PHP and supplying the web page to the client 10

웹어플리케이션서버이다.It is a web application server.

또 도 1에 있어서, (40)은 각종 데이터를 저장하기 위한 데이터베이스서버이고, (50)은 메일 관리 등을 하는 각종 시스템을1, reference numeral 40 denotes a database server for storing various data, and reference numeral 50 denotes various systems for managing mail,

구축한 기존 시스템이다.It is an existing system built.

다음에 도 1에 도시된 시스템에 따라 콘텐츠를 관리하는 방법에 대해 도 2에 따라 설명한다.Next, a method of managing content according to the system shown in Fig. 1 will be described with reference to Fig.

도 2는 본 발명에 따른 템플릿 생성 방식을 설명하기 위한 도면이다.2 is a diagram for explaining a template generation method according to the present invention.

사용자가 클라이언트(10)를 통해 페이지 요청을 하는 경우, 웹어플리케이션서버(30)은 CMS(Contents ManagementWhen a user makes a page request through the client 10, the web application server 30 sends a content request

System) 환경에서 데이터베이스서버(40)에서의 데이터와 웹어플리케이션서버(30)에서의 템플릿을 조합하여 페이지를System) environment, the data in the database server 40 and the template in the web application server 30 are combined to create a page

생성한다.이와 같이 생성된 페이지는 웹서버(20)를 통해 클라이언트(10)에게 전송되거나 또는 웹어플리케이션서버(30)에서 클라이The generated page is transmitted to the client 10 via the web server 20 or transmitted from the web application server 30 to the client 10. [

언트(10)에게 직접 전송된다.(10).

다음에 본 발명의 실시예에 따른 웹 프로그래밍 환경을 응용한 템플릿의 작성 및 실행에 대해 도 3 내지 도 8에 따라 설명Next, the creation and execution of a template applying the web programming environment according to the embodiment of the present invention will be described with reference to Figs. 3 to 8

한다.do.

도 3은 본 발명에 따른 웹 프로그래밍 환경을 응용한 웹사이트 관리 방법을 설명하는 흐름도이고, 도 4는 본 발명의 실시예FIG. 3 is a flowchart illustrating a method of managing a web site using a web programming environment according to the present invention.

에 따라 작성된 템플릿의 소스코드이고, 도 5는 본 발명의 실시예에 따라 작성된 템플릿의 치환 결과를 나타낸 소스코드이FIG. 5 is a diagram showing a source code of a template created according to an embodiment of the present invention,

고, 도 6은 본 발명의 실시예에 따라 작성된 템플릿의 실행 결과를 나타낸 소스코드이고, 도 7은 본 발명의 실시예에 따라FIG. 6 is a source code showing the execution result of a template created according to the embodiment of the present invention, and FIG.

작성된 템플릿의 실행결과를 다시 치환한 결과를 나타낸 소스코드이고, 도 8은 본 발명의 실시예에 따라 작성된 템플릿의FIG. 8 is a diagram showing a result of the template creation process according to an embodiment of the present invention. FIG.

실행 결과를 웹서버에서 다시 실행한 결과를 나타낸 소스코드이다.It is the source code that shows the result of executing execution result on web server again.

도 4에서 보는 바와 같이, 먼저 사용자는 클라이언트(10)를 통해 기존의 웹 프로그래밍 언어의 하나인 JSP로 템플릿 코드As shown in FIG. 4, first, the user inputs a template code (JSP), which is one of the existing web programming languages,

를 작성한다(스텝 S10).(Step S10).

이후, 웹 프로그래밍 언어의 시작과 끝에 해당하는 구분자를 기존에 작성된 구분자와 다르게 변경한다(스텝 S20). 예를 들Then, the delimiter corresponding to the start and end of the web programming language is changed differently from the delimiter previously created (step S20). For example

어 JSP에서는 시작과 끝 구분자가 각각 "<%" 와 "%>"이다. 따라서, JSP의 구분자"<% out.println ("JSP Code"); %>"와In JSP, the beginning and end delimiters are "<%" and "%>" respectively. Therefore, the JSP delimiter "<% out.println (" JSP Code ");%>" and

구별되는 템플릿 구분자"<$= a.get("title") $>"로 작성한다. 다음에 이것을 템플릿으로 웹서버(20)에 등록한다(스텝 S30).The template delimiter "<$ = a.get (" title ") $>" is distinguished. Next, this is registered as a template in the Web server 20 (step S30).

그 후, 도 5에서 보는 바와 같이, JSP로 작성된 소스 코드에서 템플릿 구분자"<$= a.get("title") $>"와 기존 웹 프로그래밍Then, as shown in FIG. 5, in the source code written in JSP, the template delimiter "<$ = a.get (" title ") $>

언어의 구분자"<% out.println ("JSP Code"); %>"를 웹어플리케이션서버(30)를 통해 서로 치환한다(스텝 S40). 즉, JSPQuot; <% out.println (" JSP Code ");%> " through the web application server 30 (step S40). That is,

의 구분자"<% out.println ("JSP Code"); %>"는 템플릿 구분자"<$ out.println ("JSP Code"); $>"로, 템플릿 구분자"<$=<$ Out.println ("JSP Code"); $> "with the template delimiter" <$ out.println ("JSP Code");%>

a.get("title") $>"는 JSP 구분자"<%= a.get("title") %>"로 치환된다.a.get ("title") $> "is replaced with the JSP delimiter" <% = a.get ("title")%> ".

그 후, 도 6에서 보는 바와 같이, 치환된 형태의 템플릿을 해당 언어의 실행 환경을 이용하여 실행"테스트 콘텐츠의 제목입Thereafter, as shown in FIG. 6, the template of the substituted form is executed using the execution environment of the corresponding language "

니다."한다(스텝 S50).(Step S50).

그 후, 도 7에서 보는 바와 같이, 실행된 소스 코드의 템플릿 구분자"<$ out.println ("JSP Code"); $>"를 다시 기존 웹 프Then, as shown in FIG. 7, the template separator "<$ out.println (" JSP Code "); $>" of the executed source code is re-

로그래밍 언어의 구분자"<% out.println ("JSP Code"); %>"로 치환한다(스텝 S60).Quot; <% out.println (" JSP Code ");%> " in step S60.

이와 같은 과정이 진행되고 나면 웹서버(20)에서 실행되어야 하는 웹 프로그래밍 코드를 손상시키지 않으면서도 템플릿After such a process has been carried out, the web server 20 can execute the template

코드를 실행시킬 수 있으며, 도 8에서 보는 바와 같이 템플릿을 실행한 결과 페이지는 예를 들어 JSP 등으로 웹서버(20) 상As shown in FIG. 8, the resultant page of the execution of the template may be displayed on the Web server 20, for example, as a JSP

에 등록"JSP CODE"되어 다시 한번 실행될 수 있다(스텝 S70).Quot; JSP CODE " and can be executed again (step S70).

이상 본 발명자에 의해서 이루어진 발명을 상기 실시예에 따라 구체적으로 설명하였지만, 본 발명은 상기 실시예에 한정되While the present invention has been particularly shown and described with reference to exemplary embodiments thereof,

는 것은 아니고 그 요지를 이탈하지 않는 범위에서 여러 가지로 변경 가능한 것은 물론이다.It goes without saying that the present invention can be variously modified within the scope not departing from the gist of the invention.

Claims (1)

클라이언트, 상기 클라이언트와 네트워크를 통하여 연결되는 서버를 구비하고 웹 프로그래밍 환경을 응용한 웹사이트 관
리 시스템에 있어서,
사용자가 상기 클라이언트를 통해 웹 프로그래밍 언어를 사용하여 소스 코드를 작성하는 작성수단,
컴파일될 수 있는 다양한 소스 코드와 데이터들이 데이터베이스 형태로 집합된 프로그램 코드 템플릿부를 저장하는 저장
수단,
상기 템플릿의 구분자를 기존 웹 프로그래밍 언어의 구분자로 치환하는 제 1의 치환수단,
상기 제 1의 치환 수단에 의해 치환된 템플릿 구분자를 다시 기존의 웹 프로그래밍 언어의 구분자로 치환하기 위한 제 2의
치환 수단을 포함하는 것을 특징으로 하는 웹 프로그래밍 환경을 응용한 웹사이트 관리 시스템.
A client, and a server connected to the client through a network,
In the re-system,
A creating means for creating a source code by a user using the web programming language through the client,
A program code template in which various source codes and data that can be compiled are collected in a database form.
Way,
First replacement means for replacing the delimiter of the template with a delimiter of an existing web programming language,
And a second replacement unit for replacing the template delimiter replaced by the first replacement unit with a delimiter of an existing web programming language
Wherein the web site management system includes a substitution unit.
KR1020160182540A 2016-12-29 2016-12-29 Web Site Managemnet System KR20180077814A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160182540A KR20180077814A (en) 2016-12-29 2016-12-29 Web Site Managemnet System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160182540A KR20180077814A (en) 2016-12-29 2016-12-29 Web Site Managemnet System

Publications (1)

Publication Number Publication Date
KR20180077814A true KR20180077814A (en) 2018-07-09

Family

ID=62919104

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160182540A KR20180077814A (en) 2016-12-29 2016-12-29 Web Site Managemnet System

Country Status (1)

Country Link
KR (1) KR20180077814A (en)

Similar Documents

Publication Publication Date Title
KR100661393B1 (en) Web site management system and method applying web programming environment
US20190171696A1 (en) Web-intrinsic interactive documents
WO2007013418A1 (en) System for writing software documentation in natural languages
US20140006913A1 (en) Visual template extraction
GB2373085A (en) Method, computer program and system for style sheet generation.
CN101714133A (en) WEB-based mathematical formula editing system and method
WO2004086222A2 (en) Development of software systems
CN101165685A (en) Dynamic web page generation method and system
Spaanjaars Beginning asp. net 4: in c# and vb
US20120096148A1 (en) System and method for representing user interaction with a web service
CN104798067A (en) Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
CN103646023A (en) Page and control increasing method based on WEB
KR101730070B1 (en) Method for providing webpage in SaaS ENVIRONMENT, Computer program for the same, and Recording medium storing computer program for the same
KR20180077814A (en) Web Site Managemnet System
Kerer et al. Building and managing XML/XSL-powered Web sites: an experience report
Stroulia et al. Reverse engineering interaction plans for legacy interface migration
Bittar et al. Accessible organizational elements in wikis with model-driven development
Le A react responsive web application managing offers and configurations of projects
Japikse et al. Complete the web application with ASP. NET Core
Khanal MODERN RESPONSIVE AND INFORMATIVE CORPORATE WEBSITE
Reinefeld et al. GuiGen: A toolset for creating customized interfaces for grid user communities
Wiriyakul et al. A visual editor for language-independent scripting for BPMN modeling
Rabby ScrapBook: The Web Application Based On Web Scraping
KR20220122246A (en) System and method for producing homepage in SaaS ENVIRONMENT
Zoranovic et al. GenAn–DSL for describing web application GUI based on TextX meta-language

Legal Events

Date Code Title Description
N231 Notification of change of applicant