KR100319765B1 - Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed - Google Patents

Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed Download PDF

Info

Publication number
KR100319765B1
KR100319765B1 KR1019990053776A KR19990053776A KR100319765B1 KR 100319765 B1 KR100319765 B1 KR 100319765B1 KR 1019990053776 A KR1019990053776 A KR 1019990053776A KR 19990053776 A KR19990053776 A KR 19990053776A KR 100319765 B1 KR100319765 B1 KR 100319765B1
Authority
KR
South Korea
Prior art keywords
code
dynamic
document
programming language
token
Prior art date
Application number
KR1019990053776A
Other languages
Korean (ko)
Other versions
KR20010048898A (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 KR1019990053776A priority Critical patent/KR100319765B1/en
Publication of KR20010048898A publication Critical patent/KR20010048898A/en
Application granted granted Critical
Publication of KR100319765B1 publication Critical patent/KR100319765B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

본 발명은 동적문서의 연동에 관한 것으로, 웹 어플리케이션 서버의 자원을 효율적으로 이용하면서, 시각적인 화면설계와 업무 흐름을 분리시켜 고속으로 동적문서를 생성하기 위한, 동적문서 연동 장치 및 그 방법을 제공하는데 그 목적이 있다.The present invention relates to interworking of dynamic documents, and provides a dynamic document interworking apparatus and method for generating dynamic documents at high speed by separating visual screen design and work flow while efficiently using resources of a web application server. Its purpose is to.

이를 위해 본 발명은 동적문서 연동 장치에 적용되는 동적 문서 연동 방법에 있어서, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 웹 어플리케이션 서버가 관리하는 자원을 이용할 수 있도록 동적 스크립트를 추가하는 제 1 단계; 상기 제 1 단계에서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하는 제 2 단계; 상기 제 2 단계에서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하는 제 3 단계; 및 외부로부터의 서비스 요구에 따라 상기 제 3 단계에서 컴파일된 실행코드를 실행하는 제 4 단계를 포함하며, 본 발명은 웹 어플리케이션 개발 시스템 등에 이용된다.To this end, the present invention provides a dynamic document linkage method applied to a dynamic document linkage device, comprising: adding a dynamic script to use a resource managed by a web application server to a template document visually produced using a web page description language. Stage 1; A second step of converting the template document to which the dynamic script is added in the first step into a pure programming language; A third step of compiling the template document converted into a pure programming language into executable code in the second step; And a fourth step of executing the executable code compiled in the third step according to a service request from the outside, and the present invention is used in a web application development system or the like.

Description

시각적인 화면 설계와 고속 처리가 가능한 동적문서 연동 장치 및 그 방법{Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed}Method and Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed}

본 발명은 동적문서의 연동에 관한 것으로, 특히, 시각적인 화면설계와 고속 처리가 가능한 동적문서 연동 장치 및 그 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to interworking of dynamic documents, and more particularly, to a dynamic document interworking apparatus capable of visual screen design and high-speed processing, and a method and a computer-readable recording medium recording a program for realizing the method.

인터넷 초기의 문서는 모두 정적인 문서였으나 공통 관문 인터페이스(CGI:Common Gateway Interface)(이하, 간단히 'CGI'라함) 프로그래밍의 도입과, 웹(Web) 서버의 응용 프로그래밍 인터페이스(API:Application Programming Interface)(이하, 간단히 'API'라함)를 이용하므로써 인터넷 문서가 동적으로 작동하여 서비스할 수 있게 되었다.The early documents of the Internet were all static documents, but the introduction of Common Gateway Interface (CGI) (hereinafter simply referred to as 'CGI') programming and Web server's application programming interface (API). (Hereinafter simply referred to as 'API'), Internet documents can be operated dynamically to serve.

이하, 도 1 내지 도 3 을 참조하여 종래의 기술을 상세히 설명한다.Hereinafter, the prior art will be described in detail with reference to FIGS. 1 to 3.

도 1 은 종래의 공통 관문 인터페이스(CGI) 방식의 동적문서 연동 방법의 일실시예 개념도이다.FIG. 1 is a conceptual diagram of a dynamic document linking method using a conventional common gateway interface (CGI) method. Referring to FIG.

CGI 프로그래밍 방법은 어플리케이션 개발 시에 직접 프로그래밍 언어(103)로 하이퍼텍스트 마크업 랭귀지(HTML:HyperText Markup Language)(이하, 간단히 'HTML'이라함) 문서를 작성해야 하므로 시각적인 화면 내용이 프로그램 코드 내에 묻혀 완성된 프로그램을 실행시키기 전에는 HTML 화면 내용을 확인할 수 없어 시각적인 화면 디자인을 할 수 없을 뿐만 아니라, 각각의 프로세스들에 의해 데이터베이스(105) 연결과 같은 공유 자원을 독자적으로 초기화하고 사용하여야 하기 때문에 늦은 처리속도로 인해 대용량의 업무에는 사용할 수 없다는 문제점이 있었다.The CGI programming method involves writing a HyperText Markup Language (HTML) document (hereinafter simply referred to as "HTML") in the programming language (103) directly at the time of application development. Since the contents of the HTML screen cannot be checked before the buried finished program is executed, not only the visual screen design can be performed, but also the shared resources such as the database 105 connection must be independently initialized and used by each process. Due to the slow processing speed, there was a problem that it cannot be used for a large amount of work.

도 2 는 종래의 인터프리터 방식의 동적문서 연동 방법의 일실시예 개념도이다.2 is a conceptual diagram of an embodiment of a dynamic document interworking method using a conventional interpreter.

CGI 방법 중 스크립트와 같은 프로그래밍 언어(203)를 사용하는 경우가 있는데, 이 방법은 클라이언트(201)가 서비스를 요구할 때에야 비로서 인터프리터(204)에 의해 문서를 해석해서 서비스를 처리하므로 미리 컴파일된 코드에 비해 처리 속도가 현저히 떨어지는 문제점이 있었다.One of the CGI methods uses a programming language 203, such as a script, which precompiles the code because the interpreter 204 processes the service by interpreting the document only when the client 201 requests the service. There was a problem that the processing speed is significantly lower than.

도 3 은 종래의 웹 서버 응용 프로그래밍 인터페이스(API) 방식의 동적문서 연동 방법의 일실시예 개념도이다.3 is a conceptual diagram of a dynamic document interworking method using a conventional web server application programming interface (API) method.

웹 서버의 API(303)를 이용한 방법은 웹 서버(302)에서 데이터베이스와 같은 공유자원(306)을 관리하기 때문에 대용량의 업무 처리를 할 수는 있지만, 이 방법 역시 직접 웹 서버의 API 만을 갖고 HTML 문서를 작성하여 시각적인 화면의 확인 없이 개발해야 했으며, 웹 서버마다 서로 다른 복잡한 API를 개발자가 반드시 숙지해야만 어플리케이션을 만들 수 있어 프로그램 개발시간이 길었으며, 웹 서버가 변경되면 모든 프로그램을 처음부터 다시 작성해야 하는 문제점이 있었다.The method using the web server's API 303 manages a shared resource 306 such as a database in the web server 302, so that a large amount of work can be handled. It was necessary to write a document and develop it without checking the visual screen, and the program development time was long because the developer must be familiar with the complex APIs that are different for each web server, so that the program development time was long. There was a problem that needs to be written.

본 발명은 상기 문제점을 해결하기 위하여 안출된 것으로, 웹 어플리케이션 서버의 자원을 효율적으로 이용하면서, 시각적인 화면설계와 업무 흐름을 분리시켜 고속으로 동적문서를 생성하기 위한, 동적문서 연동 장치 및 그 방법과 상기 방법을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체를 제공하는데 그 목적이 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and the dynamic document interworking apparatus and method for generating dynamic documents at high speed by separating visual screen design and work flow while efficiently using the resources of the web application server. And a computer readable recording medium having recorded thereon a program for realizing the above method.

도 1 은 종래의 공통 관문 인터페이스(CGI) 방식의 동적문서 연동 방법의 일실시예 개념도.1 is a conceptual diagram of one embodiment of a dynamic document linking method using a conventional common gateway interface (CGI) method.

도 2 는 종래의 인터프리터 방식의 동적문서 연동 방법의 일실시예 개념도.2 is a conceptual diagram of an embodiment of a dynamic document interworking method of a conventional interpreter.

도 3 은 종래의 웹 서버 응용 프로그래밍 인터페이스(API) 방식의 동적문서 연동 방법의 일실시예 개념도.3 is a conceptual diagram of an exemplary dynamic document interworking method using a conventional web server application programming interface (API) method.

도 4 는 본 발명에 따른 시각적인 화면 설계와 고속 처리가 가능한 동적문서 연동 방법의 일실시예 흐름도.Figure 4 is a flow diagram of an embodiment of a dynamic document interworking method capable of visual screen design and high-speed processing according to the present invention.

도 5 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정의 일실시예 상세 흐름도.5 is a detailed flowchart of one embodiment of a process of converting into a pure programming language by a converter according to the present invention.

도 6a 및 도 6b 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 자바(Java) 코드의 처리 과정의 일실시예 흐름도.6A and 6B are flow diagrams of an embodiment of a process of processing Java code during conversion into a pure programming language by a converter in accordance with the present invention.

도 7a 및 도 7b 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 구조적 질의어(SQL) 코드의 처리 과정의 일실시예 상세 흐름도.7A and 7B are detailed flowcharts of an embodiment of a process of processing a structured query code (SQL) code during conversion into a pure programming language by a converter according to the present invention.

도 8 은 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 HTML 코드의 처리 과정의 일실시예 상세 흐름도.8 is a detailed flowchart of an embodiment of a process of processing HTML code in a process of being converted into a pure programming language by a converter according to the present invention.

도 9 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 변수 접근 코드의 처리 과정의 일실시예 상세 흐름도.9 is a detailed flowchart of an embodiment of a process of processing a variable access code during conversion into a pure programming language by a converter according to the present invention;

도 10 은 본 발명에 따른 동적문서에서의 자바 프로그래밍 언어 삽입 과정을 나타내는 일실시예 도표.10 is an embodiment diagram illustrating a Java programming language insertion process in a dynamic document according to the present invention.

도 11 은 본 발명에 따른 동적문서에서의 공유자원을 이용하는 스크립트 과정을 나타내는 일실시예 도표.11 is an exemplary diagram illustrating a scripting process using shared resources in a dynamic document according to the present invention.

도 12 는 본 발명에 따른 동적문서에서의 공유자원을 접근하기 위한 변수 종류를 나타내는 일실시예 도표.12 is a diagram illustrating an example of a variable type for accessing a shared resource in a dynamic document according to the present invention.

도 13 은 본 발명에 따른 웹 어플리케이션 서버에서의 자원 초기화 과정의 일실시예 상세 흐름도.13 is a detailed flowchart illustrating an embodiment of a resource initialization process in a web application server according to the present invention.

도 14a 및 도 14b 는 본 발명에 따른 웹 어플리케이션 서버에서의 서비스 처리 과정의 일실시예 상세 흐름도.14A and 14B are detailed flowcharts of one embodiment of a service processing process in a web application server according to the present invention;

도 15 는 본 발명에 의한 변환과정을 거치기 전의 동적 문서의 일예시도.15 is an exemplary view of a dynamic document before undergoing a conversion process according to the present invention.

도 16 은 본 발명에 의한 변환과정을 거친 후의 동적 문서의 일예시도.16 shows an example of a dynamic document after the conversion process according to the present invention.

도 17 은 본 발명에 의한 동적 문서의 실행에 따른 화면의 일예시도.17 is an exemplary view of a screen according to execution of a dynamic document according to the present invention.

도 18 은 본 발명에 따른 동적문서 연동 장치의 일실시예 구성도.18 is a block diagram of an embodiment of a dynamic document interworking device according to the present invention;

상기 목적을 달성하기 위한 본 발명은, 동적문서 연동 장치에 적용되는 동적 문서 연동 방법에 있어서, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 웹 어플리케이션 서버가 관리하는 자원을 이용할 수 있도록 동적 스크립트를 추가하는 제 1 단계; 상기 제 1 단계에서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하는 제 2 단계; 상기 제 2 단계에서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하는 제 3 단계; 및 외부로부터의 서비스 요구에 따라 상기 제 3 단계에서 컴파일된 실행코드를 실행하는 제 4 단계를 포함한다.The present invention for achieving the above object, in the dynamic document interworking method applied to the dynamic document linkage device, dynamic so that the web application server can use the resources managed by the template document visually produced using the web page description language A first step of adding a script; A second step of converting the template document to which the dynamic script is added in the first step into a pure programming language; A third step of compiling the template document converted into a pure programming language into executable code in the second step; And a fourth step of executing the executable code compiled in the third step according to the service request from the outside.

또한, 본 발명은 시각적인 화면 설계와 고속 처리가 가능한 동적 문서 연동 장치에 있어서, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 공유 자원을 이용할 수 있도록 동적 스크립트를 추가하기 위한 동적 문서 작성 수단; 상기 동적 문서 작성 수단에서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하기 위한 변환 수단; 상기 변환 수단에서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하기 위한 컴파일링 수단; 및 외부의 서비스 요구에 따라 상기 컴파일링 수단에 의해 컴파일된 실행코드를 실행하기 위한 실행 수단을 포함한다.In addition, the present invention is a dynamic document interworking device capable of visual screen design and high-speed processing, dynamic document creation for adding a dynamic script to use a shared resource in a template document visually produced using a web page description language Way; Conversion means for converting the template document to which the dynamic script is added in the dynamic document creation means into a pure programming language; Compiling means for compiling the template document converted from the converting means into a pure programming language into executable code; And execution means for executing the execution code compiled by the compilation means in accordance with an external service request.

또한, 본 발명은 대용량 프로세서를 구비한 동적문서 연동 장치에, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 웹 어플리케이션 서버가 관리하는 자원을 이용할 수 있도록 동적 스크립트를 추가하는 제 1 기능; 상기 제 1 기능에 의해서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하는 제 2 기능; 상기 제 2 기능에 의해서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하는 제 3 기능; 및 외부로부터의 서비스 요구에 따라 상기 제 3 기능에 의해서 컴파일된 실행코드를 실행하는 제 4 기능을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체를 제공한다.In addition, the present invention provides a dynamic document interworking device having a large processor, a first function for adding a dynamic script to use the resources managed by the web application server to the template document visually produced using the web page description language; A second function of converting the template document to which the dynamic script is added by the first function into a pure programming language; A third function of compiling the template document converted into a pure programming language by the second function into executable code; And a computer readable recording medium having recorded thereon a program for realizing a fourth function of executing executable code compiled by the third function in response to a service request from the outside.

본 발명은 HTML 문서를 HTML 저작도구 등을 이용해 시각적인 방법으로 화면을 디자인하여 템플릿 문서를 작성한 후, 템플릿 문서에 웹 어플리케이션 서버에서 관리하고 있는 자원을 이용할 수 있는 스크립트 코드를 추가하도록 하므로써 시각적인 디자인과 별개로 프로그램을 작성할 수 있어 빠른 개발 속도를 갖을 수 있도록 한다.The present invention design a screen by visually designing an HTML document using an HTML authoring tool, etc., to create a template document, and then add a script code that can use a resource managed by a web application server to the template document. The program can be written separately from the program so that the development speed can be increased.

또한, 스크립트 코드가 추가된 문서를 업무 처리 결과인 HTML 문서로 다시 만들어 낼 수 있는 순수 프로그래밍 언어로 자동 변환시켜준 후, 해당 프로그래밍 언어의 컴파일러에 의해 컴퓨터에서 바로 사용될 수 있는 실행코드로 변형시켜 놓고, 클라이언트의 요구를 받은 웹 서버가 웹 어플리케이션 서버를 통해 실행코드를 요청하면, 웹 어플리케이션 서버에 의해 바로 실행되어 웹 어플리케이션 서버가 관리하는 공유자원을 사용하여 서비스를 처리할 수 있도록 하므로써, 대용량의 업무 처리를 위한 빠른 처리 속도를 갖을 수 있도록 한다.In addition, it automatically converts the document with the script code into a pure programming language that can be re-created as an HTML document as a result of business processing. When a web server that is requested by a client requests execution code through a web application server, it is executed by the web application server to process a service using a shared resource managed by the web application server. It allows to have a fast processing speed for processing.

즉, 본 발명은 처음부터 프로그래밍 언어로 직접 동적문서를 작성하여 시각적인 화면 설계를 못하는 어려움과, 서버의 자원을 이용하지 않고 직접 서비스를 하여 자원을 비효율적으로 활용하였던 종래의 기술을 개선하여 인터넷상의 동적문서의 시각적인 디자인과 업무처리를 위한 코드를 분리하여 빠른 개발을 할 수 있으며, 서버의 공유 자원을 효율적으로 이용할 수 있도록 한다.In other words, the present invention improves the difficulty of creating a visual screen by directly writing a dynamic document in a programming language and improving the conventional technology that inefficiently uses resources by directly serving without using a server resource. It enables rapid development by separating the visual design of the dynamic document and the code for work processing, and makes it possible to efficiently use the shared resources of the server.

이하, 도 4 내지 도 18 을 참조하여 본 발명에 따른 바람직한 일실시예를 상세히 설명한다.Hereinafter, a preferred embodiment according to the present invention will be described in detail with reference to FIGS. 4 to 18.

도 4 는 본 발명에 따른 시각적인 화면 설계와 고속 처리가 가능한 동적문서 연동 방법의 일실시예 흐름도이고, 도 18 은 본 발명에 따른 동적문서 연동 장치의 일실시예 구성도이다. 또한, 도 10 은 본 발명에 따른 동적문서에서 일반 자바 언어의 문장을 사용하기 위한 문법을 나타내는 일실시예 도표이고, 도 11 은 본 발명에 따른 동적문서에서 데이터베이스를 접속하기 위한 문법을 나타내는 일실시예 도표이며, 도 12 는 본 발명에 따른 동적 HTML(SQL-JHTML)구문에서 사용되는 다양한 종류의 변수를 사용하기 위한 문법을 나타내는 일실시예 도표이다. 좀 더 상세히 살펴보면 이하와 같다.도 10 은 본 발명에 따른 동적문서에서 일반 자바 언어의 문장을 사용하기 위한 문법을 나타내는 일실시예 도표로 자바 언어의 임포트 구문, 변수 선언, 리턴(return)값이 있는 메쏘드인 함수의 선언, 리턴값이 없는 메쏘드인 프로시져의 선언, 'while' 및 'if'의 제어문을 사용할 수 있도록 정의한다.본 발명에 따른 동적문서에서 일반 자바 언어의 문장을 사용하기 위한 구문은 도 10 의 시작열의 태그(tag)로 시작해서 종료열의 태그로 끝나며, 시작열의 태그와 종료열의 태그 사이에, 해당하는 자바 언어의 문장이 삽입된다. 삽입된 자바 언어의 문장은 도 6 의 자바 코드 처리 과정에 의해 적절하게 처리된다.도 11 은 본 발명에 따른 동적문서에서 데이터베이스를 접속하기 위한 문법을 나타내는 일실시예 도표로 구조적 질의어(SQL)문을 사용할 수 있도록 정의한다.본 발명에 따른 동적문서에서 데이터베이스를 접속하기 위한 구문은 도 11 의 시작열의 태그(tag)로 시작해서 종료열의 태그로 끝나며, 시작열의 태그와 종료열의 태그 사이에, 해당하는 구조적 질의어 문장이 삽입된다. 단, 종료열의 태그가 N/A(Not Available)인 경우에는 시작열의 태그만으로 이루어지며 시작열의 태그와 종료열의 태그 사이에 해당하는 구조적 질의어 문장도 존재하지 않는다.도 11 의 시작열의 태그가 '<java SQL Database DB명>'인 경우는 문서에서 사용할 데이터베이스 명을 응용 서버(Application Server)로부터 가져와, 그 이후의 구조적 질의어 문장은 상기 데이터베이스와 연결하여 사용하도록 한다. 종료열의 태그는 N/A(Not Available)이다.또한, 시작열의 태그가 '<java SQL Query QueryHandle>'인 경우는 구조적 질의어 선택문이 내용으로 삽입되며 구조적 질의어 선택문을 실행하여 결과셋을 가져온다. 가져온 결과셋은 질의핸들(QueryHandle)의 이름을 통해 접근한다.또한, 시작열의 태그가 '<java SQL Execute>'인 경우는 구조적 질의어 문장의 데이터 조작언어문이 내용으로 삽입되어 데이터베이스 갱신, 삽입 및 삭제 구문이 실행되도록 한다.또한, 시작열의 태그가 '<java SQL Free QueryHandle>'인 경우는 사용이 끝난 질의핸들을 시스템에 반납하도록 한다. 종료열의 태그는 N/A(Not Available)이다.또한, 시작열의 태그가 '<java SQL Next QueryHandle>'인 경우는 해당 질의핸들에서 다음 결과를 읽을 수 있도록 페치한다. 종료열의 태그는 N/A(Not Available)이다.또한, 시작열의 태그가 '<java SQL Print QueryHandle>'인 경우는 동적 HTML 구문(SQL-JHTML 구문)가 내용으로 삽입되며, 삽입된 동적 HTML 구문(SQL-JHTML 구문)을 프린트하도록 하며, 다음의 즉각적인 사용을 위해 질의핸들의 다음 결과를 미리 페치한다.또한, 시작열의 태그가 '<java SQL PrintRows QueryHandle[max=num]>'인 경우는 동적 HTML 구문(SQL-JHTML 구문)가 내용으로 삽입되며, 삽입된 동적 HTML 구문(SQL-JHTML 구문)을 최대값(max)에서 정해진 횟수만큼 반복하여 프린트하도록 한다. 이때, 한번 프린트할 때마다 새로운 결과를 페치하여 사용하도록 한다. 그리고, 최대값이 정해지지 않은 경우에는 페치할 결과가 더 이상 없을 때까지 반복한다.그리고, 도 11 에서 정의된 구조적 질의어 문장은 도 7 의 구조적 질의어(SQL) 코드의 처리 과정에 의해 적절하게 자바 언어로 변환된다.도 12 는 본 발명에 따른 동적 HTML(SQL-JHTML)구문에서 사용되는 다양한 종류의 변수를 사용하기 위한 문법을 나타내는 일실시예 도표로 공통 관문 변수, 자바 변수 및 구조적 질의어 변수를 표시한다.상기 공통 관문 변수는 HTTP(Hypertext Transfer Protocol) 서버를 통해 들어온 'GET' 방식의 질의문이나 'POST' 방식의 키(Key)=값(Value) 쌍의 값을 키를 통해 접근한다.그리고, 자바 변수는 도 10 의 '<java Define>'절에서 정의된 자바 변수의 값을 접근한다.그리고, 구조적 질의어 변수는 도 11 의 '<java SQL Query QueryHandle>'절에서 정의된 질의문의 결과셋을 접근한다.그리고, 도 12 에서 정의된 문장은 도 9 의 변수 접근 코드의 처리 과정에 의해 적절하게 자바 언어로 변환된다.4 is a flowchart illustrating an example of a dynamic document interworking method capable of visual screen design and high-speed processing according to the present invention, and FIG. 18 is a diagram illustrating an embodiment of a dynamic document interworking device according to the present invention. FIG. 10 is an exemplary diagram illustrating a grammar for using a sentence of a general Java language in a dynamic document according to the present invention, and FIG. 11 is a diagram illustrating a grammar for accessing a database in a dynamic document according to the present invention. 12 is an example diagram illustrating a grammar for using various kinds of variables used in dynamic HTML (SQL-JHTML) syntax in accordance with the present invention. A more detailed description is as follows. FIG. 10 is an exemplary diagram illustrating a grammar for using a sentence of a general Java language in a dynamic document according to the present invention. The import syntax, variable declaration, and return value of the Java language are shown in FIG. Defines the declaration of a function, which is a method, the declaration of a procedure that has no return value, and the control statements of 'while' and 'if'. Syntax for using statements in the general Java language in a dynamic document according to the present invention. Starts with a tag of the start column of FIG. 10 and ends with a tag of the end column, and a sentence of a corresponding Java language is inserted between the tag of the start column and the tag of the end column. The embedded Java language sentence is properly processed by the Java code processing process of FIG. 6. FIG. 11 is a structured query statement (SQL) statement showing an grammar for accessing a database in a dynamic document according to the present invention. The syntax for accessing a database in the dynamic document according to the present invention starts with a tag of the start column of FIG. 11 and ends with a tag of the end column, between the tag of the start column and the tag of the end column. The structured query statement is inserted. However, if the end column tag is N / A (Not Available), it consists only of the start column tag, and there is no structural query statement between the start column tag and the end column tag. In the case of SQL Database DB name> ', the database name to be used in the document is obtained from the application server, and subsequent structural query statements are used in connection with the database. The end column tag is N / A (Not Available) .In addition, if the start column tag is '<java SQL Query QueryHandle>', the structured query selection statement is inserted as the content and the result set is executed by executing the structured query selection statement. The retrieved result set is accessed through the name of QueryHandle. Also, if the tag of the starting column is '<java SQL Execute>', the data manipulation language statement of the structured query statement is inserted as the content to update, insert, and Allows the delete statement to be executed. Also, if the tag of the starting column is '<java SQL Free QueryHandle>', return the used query handle to the system. The end column tag is N / A (Not Available). If the start column tag is '<java SQL Next QueryHandle>', the next result is fetched so that the next query can be read. The end column tag is N / A (Not Available). If the start column tag is '<java SQL Print QueryHandle>', the dynamic HTML syntax (SQL-JHTML syntax) is inserted as the content, and the inserted dynamic HTML syntax is inserted. (SQL-JHTML syntax) to print, prefetch the next result of the query handle for immediate use. Also, if the start column tag is '<java SQL PrintRows QueryHandle [max = num]>' HTML syntax (SQL-JHTML syntax) is inserted as content, and the inserted dynamic HTML syntax (SQL-JHTML syntax) is repeatedly printed as many times as the maximum value (max). At this time, every time you print a new result to fetch. If the maximum value is not determined, the process is repeated until there are no more results to fetch. And, the structured query statement defined in FIG. 11 is appropriately determined by the processing of the structured query code (SQL) code of FIG. 7. 12 is an exemplary diagram illustrating a syntax for using various types of variables used in dynamic HTML (SQL-JHTML) syntax according to the present invention, and showing common gateway variables, Java variables, and structural query variable. The common gateway variable accesses the value of a 'GET' query statement or a 'POST' key = value pair input from a Hypertext Transfer Protocol (HTTP) server through a key. The Java variable accesses the value of the Java variable defined in the '<java Define>' section of FIG. 10. The structured query variable is the result set of the query statement defined in the '<java SQL Query QueryHandle>' section of FIG. Folding And, and, a sentence defined in Figure 12 is converted into an appropriate Java language, by the processing of variable access code of FIG.

도면에 도시된 바와 같이 어플리케이션 개발자(1801)는 시각적인 HTML 저작도구(1802) 등을 이용하여 업무에서 사용하기 위한 기본적인 HTML 문서가 되는 템플릿을 작성한다(401).As shown in the drawing, the application developer 1801 creates a template that becomes a basic HTML document for use in a job by using a visual HTML authoring tool 1802 or the like (401).

작성된 템플릿에 웹 어플리케이션 서버(1805)에서 관리하는 자원을 사용하는 스크립트를 도 10 내지 도 12 의 문법에 맞게 추가하여 프로그램 로직이 추가된 동적 HTML 문서(SQL-JHTML 문서)를 작성한다(402).A script using a resource managed by the web application server 1805 is added to the created template in accordance with the syntax of FIGS. 10 to 12 to create a dynamic HTML document (SQL-JHTML document) to which program logic is added (402).

작성된 동적 HTML 문서(SQL-JHTML 문서)는 동적 HTML 변환기(1803)에 의해 자동적으로 웹 어플리케이션 서버(1805)의 자원을 이용하면서 업무를 처리할 수 있는 순수 프로그래밍 언어 코드로 변환된다. 여기서, 동적 HTML 변환기에 의한 문서변환과정은 도 5 와 같다(403).The generated dynamic HTML document (SQL-JHTML document) is automatically converted into a pure programming language code that can execute a task while using the resources of the web application server 1805 by the dynamic HTML converter 1803. Here, the document conversion process by the dynamic HTML converter is shown in FIG. 5 (403).

순수 프로그래밍 언어 코드로 변환된 문서는 해당 프로그래밍 언어 컴파일러(1804)에 의해 실행코드로 컴파일된다(404).The document converted into pure programming language code is compiled 404 into executable code by the programming language compiler 1804.

컴파일된 실행 코드는 웹 어플리케이션 서버(1805)에 의해 실행되어진다.Compiled executable code is executed by the web application server 1805.

웹 어플리케이션 서버(1805)는 도 13 과 같이 초기화 과정을 거쳐서 데이터베이스 연결과 같은 자원을 초기화하여 저장하고 있으며, 컴파일된 실행코드는 도 14 와 같이 웹 서버(1811)가 클라이언트(1812)에 의해 해당 문서를 요청받을 때에 웹 어플리케이션 서버의 서버 관리자(1809)에 의해 실행코드 저장장치(1806)에 적재되어 실행장치(1807)로 옮겨져서 클라이언트(1812)가 요구한 서비스를 처리한다.The web application server 1805 initializes and stores resources such as a database connection through an initialization process as shown in FIG. 13, and the compiled execution code is stored in the document by the client 1812 by the web server 1811 as shown in FIG. 14. Is loaded into the execution code storage device 1806 by the server manager 1809 of the web application server and transferred to the execution device 1807 to process the service requested by the client 1812.

클라이언트(1812)의 요구를 처리하면서 데이터베이스(1810)와 같은 공유자원을 사용할 필요가 있을 경우에는 동적 HTML 문서에 추가한 해당 스크립트에서 변환된 프로그래밍 언어 코드에서 자동적으로 공유자원 저장장치(1808)에 있는 자원을 이용하여 요구를 처리하고, 처리 결과를 HTML 저작도구로 만든 템플릿에 기반하여 HTML 문서로 결과를 클라이언트에게 전달한다.If it is necessary to use a shared resource, such as database 1810, while processing a request from a client 1812, the programming language code converted from the corresponding script added to the dynamic HTML document is automatically located on the shared resource storage 1808. It uses the resources to process the request and delivers the results to the client in an HTML document based on a template created by the HTML authoring tool.

서비스가 끝난 실행코드는 사용하였던 공유자원을 공유자원 저장장치(1808)에 반납한 후, 나중의 사용을 위해 실행코드 저장장치(1806)에 계속 상주한다.The executed executable code returns the used shared resource to the shared resource storage device 1808 and then continues to reside in the executable code storage device 1806 for later use.

도 13 은 본 발명에 따른 웹 어플리케이션 서버에서의 자원 초기화 과정의 일실시예 상세 흐름도이다.13 is a detailed flowchart illustrating an embodiment of a resource initialization process in a web application server according to the present invention.

즉, 웹 어플리케이션 서버는 데이터베이스 연결에 관한 설정 정보를 읽어 초기화 과정을 시작한다(1301).That is, the web application server reads the configuration information about the database connection and starts the initialization process (1301).

설정정보에서 설정되어 있는 내용에 따라 사용하려는 데이터베이스 드라이버들을 메모리로 적재하여(1302,1303), 설정되어 있는 개수 만큼의 데이터베이스 연결 객체를 만들어서 데이터베이스 연결 풀에 저장한다(1304,1305,1306).The database drivers to be used are loaded into the memory according to the contents set in the configuration information (1302, 1303), and as many database connection objects as the set number are created and stored in the database connection pool (1304, 1305, 1306).

도 14a 및 도 14b 는 본 발명에 따른 웹 어플리케이션 서버에서의 서비스 처리 과정의 일실시예 상세 흐름도이다.14A and 14B are detailed flowcharts of an embodiment of a service processing process in a web application server according to the present invention.

즉, 웹 어플리케이션 서버는 클라이언트로 부터의 서비스 요구를 기다리고 있다가, 클라이언트로부터 서비스 요구가 도착하였으면(1401,1402), 요구를 분석하여 해당하는 클래스를 적재한다.That is, the web application server waits for a service request from the client, and when the service request arrives from the client (1401 and 1402), the web application server analyzes the request and loads the corresponding class.

이때, 우선 메모리 상의 캐쉬에 해당 클래스가 있으면(1403), 그것을 로드하고(1404), 만약 캐쉬에 없다면 자신의 로컬에 있는 저장장치에 존재하는지 검사하여 있으면 적재한다(1410,1411).At this time, if there is a corresponding class in the cache on the memory (1403), it is loaded (1404), if it is not in the cache checks whether it exists in the local storage device (1410, 1411).

로컬에도 없는 경우에는 해당 클래스가 레파지토리에 있는지 검사하여 적재한다(1412,1411). 해당 클래스가 없으면 에러처리를 하고(1413) 다시 클라이언트로 부터의 서비스 요구를 기다린다(1401).If not, it checks if the class exists in the repository and loads it (1412, 1411). If the class does not exist, error processing is performed (1413), and the service request from the client is waited again (1401).

적재된 클래스는 실행시키기 위해 인스턴스화되고(1404), 메쏘드가 실행된다(1405).The loaded class is instantiated for execution (1404) and the method is executed (1405).

실행시에 웹 어플리케이션의 자원을 이용할 필요가 있는 경우에는(1406), 웹 어플리케이션 서버에게 자원을 요청하여 필요한 자원을 확보하여 서비스를 처리한다(1414,1415). 그리고, 사용이 끝난 자원은 웹 어플리케이션에게 반납한다(1416).If it is necessary to use the resources of the web application at runtime (1406), the resource is requested to the web application server to secure the necessary resources to process the service (1414, 1415). The used resource is returned to the web application (1416).

실행시에 웹 어플리케이션의 자원을 이용할 필요가 없는 경우에는 자원을 이용하지 않고 서비스를 수행한다(1407).If it is not necessary to use the resources of the web application at run time, the service is performed without using the resources (1407).

서비스 처리과정을 거쳐서 메쏘드 실행이 완료되면(1408) 생성된 HTML 문서를 클라이언트에게 보내고(1409), 메쏘드 길행이 완료되지 않으면(1408) 상기 1406 과정으로 진행한다.When the method execution is completed through the service process (1408), the generated HTML document is sent to the client (1409). If the method execution is not completed (1408), the process proceeds to step 1406.

도 5 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정의 일실시예 상세 흐름도로서, 작성된 동적 HTML 문서(SQL-JHTML 문서)를 순수 프로그래밍 언어 코드로 변환하는 과정(403)의 상세 흐름도이다.5 is a detailed flowchart of an embodiment of a process of converting a generated dynamic HTML document (SQL-JHTML document) into a pure programming language code by a converter according to the present invention. to be.

변환기(1803)는 우선 헤더(Header), 컨텐트(Content), 테일(Tail)이라는 3개의 버퍼를 준비한 후(501), 동적 HTML 문서(SQL-JHTML 문서)를 읽으면서(502) 도 10, 11, 12 에 있는 문법에 맞는지를 파싱한다(503).The converter 1803 first prepares three buffers (Header, Content, and Tail) (501), and then reads a dynamic HTML document (SQL-JHTML document) (502). In step 503, the code parses the grammar in 12 (503).

만약 정해진 문법에 맞지 않는 문법으로 작성되었으면(504) 에러 처리를 하고(509) 변환 과정이 중단된다.If it is written with a grammar that does not match the specified grammar (504), error processing (509) and the conversion process is stopped.

문법에 맞는 경우에는(504) 문서의 끝인지를 확인하여(505), 문서의 끝이 아니면 각각의 논-터미널-토큰(Non-Terminal Token)에 대하여 해당하는 노드의 클래스를 실행하여(506, 507, 510, 511, 512, 513) 순수 프로그래밍 언어로 변환시켜, 미리 준비된 헤더(Header), 컨텐트(Content), 테일(Tail) 버퍼에 추가하고, 문서의 끝이면(505) 3개의 버퍼를 합하여 파일로 저장시킨다(508).If the syntax is correct (504), it checks whether it is the end of the document (505), and if it is not the end of the document, executes the class of the corresponding node for each Non-Terminal Token (506, 507, 510, 511, 512, 513 are converted to a pure programming language, added to the header, content, and tail buffers prepared in advance, and the three buffers are summed at the end of the document (505). Save to file (508).

여기서 논-터미널(Non-Terminal)에 해당하는 각각의 클래스는 자바(Java) 코드를 처리하기 위한 클래스(510), SQL 코드를 처리하기 위한 클래스(511), 변수 접근을 위한 클래스(512), HTML 코드를 위한 클래스(513)가 있다. 각각의 코드를 처리하기 위한 클래스의 실행과정은 도 6 내지 도 9 에 도시하였다.In this case, each of the non-terminal classes corresponds to a class 510 for processing Java code, a class 511 for processing SQL code, a class 512 for variable access, There is a class 513 for HTML code. Execution of the class for processing each code is shown in Figs.

도 6a 및 도 6b 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로변환되는 과정 중 자바(Java) 코드의 처리 과정의 일실시예 흐름도로서, 자바(Java) 코드를 처리하기 위한 클래스의 실행 과정이다.6A and 6B are flowcharts illustrating an example of a process of processing Java code in a process of converting to a pure programming language by a converter according to the present invention, which is a process of executing a class for processing Java code. .

우선, 토큰(Token)이 자바(Java)의 임포트(Import) 구문인 경우에는(601), 임포트(Import)할 내용을 동적 HTML 문서(SQL-JHTML 문서)로부터 읽어(602) 헤더(Header) 버퍼의 가장 앞에 삽입시킨다(603).First, if the token is a Java import statement (601), the content to be imported is read from a dynamic HTML document (SQL-JHTML document) (602). Insert the front of the (603).

토큰(Token)이 정의(Define) 구문일 경우에는(604) 메쏘드 및 변수를 정의(606)한 정의(Define) 절을 읽어(605) 헤더(Header) 버퍼에 추가한다(607).If the token is a Define syntax (604), the Define clause defining the method and the variable (606) is read (605) and added to the header buffer (607).

토큰(Token)이 절차(procedure) 구문일 경우에는(608) 실행한 메쏘드 이름 및 파라미터를 읽어(609), 파라미터가 첨부된 절차(procedure)를 프린트하는 코드로 생성하여(610) 컨텐트(Content) 버퍼에 추가한다(611),If the token is a procedure statement (608), the method name and parameters executed are read (609) and generated as code to print the procedure with the parameter attached (610). Add to buffer (611),

토큰(Token)이 기능(function) 구문인 경우에는(612) 기능(function)의 결과가 저장될 플레이스홀더(PlaceHolder) 및 기능(function)에 사용되는 파라미터를 읽어(613,614), 기능(function)의 결과가 플레이스홀더(PlaceHolder)에 저장되는 형식으로 코드를 생성하여(615) 컨텐트(Content) 버퍼에 추가한다(616).If the token is a function syntax (612), read the placeholder (PlaceHolder) where the result of the function is to be stored and the parameters used for the function (613, 614). The code is generated (615) and added to the content buffer in a format in which the result is stored in a placeholder (PlaceHolder) (616).

또한, 토큰(Token)이 제어문인 경우에는(617) 제어문에 해당하는 조건절을 읽고(618), 조건을 만족하는 경우 실행될 실행문을 읽어(619), 프로그래밍 언어의 제어문 형식에 맞는 코드를 생성하여(620) 컨텐트(Content)버퍼에 추가한다(621).In addition, when the token is a control statement (617), the condition clause corresponding to the control statement is read (618), and the execution statement to be executed when the condition is satisfied (619) to generate code suitable for the control statement format of the programming language. (620) It is added to the content buffer (621).

도 7a 및 도 7b 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 구조적 질의어(SQL) 코드의 처리 과정의 일실시예 흐름도로서, 동적 HTML 문서(SQL-JHTML 문서)의 구조적 질의어(SQL) 코드를 처리하기 위한 과정이다.7A and 7B are flowcharts illustrating an example of a process of processing a structured query code (SQL) code during conversion into a pure programming language by a converter according to the present invention, and showing a structured query word of a dynamic HTML document (SQL-JHTML document). SQL) Process to process code.

토큰(Token)이 테이터베이스(DATABASE) 구문인 경우에는(701) 데이터베이스 명을 읽고(702), 웹 어플리케이션 서버(WAS)(1805)로부터 데이터베이스 명에 해당하는 커넥션(Connection)을 가져오도록 하는 함수 코드를 생성하여(703) 컨텐트(Content) 버퍼에 추가한다(724).If the token is a DATABASE syntax (701), the function code reads the database name (701) and obtains the connection corresponding to the database name from the web application server (WAS) 1805. Create (703) and add (724) to the Content buffer.

토큰(Token)이 질의(QUERY)문인 경우에는(704) 질의의 결과를 참조할 핸들명을 읽고(705), 실제 질의를 수행할 선택(SELECT) 질의문을 읽어(706), 자바(Java)의 문장(Statement) 객체를 이용한 코드를 작성하여(707) 컨텐트(Content) 버퍼에 추가한다(724). 여기서, 문장(Statement) 객체를 이용한 질의문은 데이터베이스의 커넥션(Connection)을 이용하여 질의를 수행할 수 있는 코드 및 실행 결과셋을 핸들과 연결시키는 코드로 작성한다(708,709).If the token is a QUERY statement (704), read the handle name to refer to the result of the query (705), read the SELECT query statement to perform the actual query (706), Java The code using the Statement object of the user is written (707) and added to the content buffer (724). In this case, the query using the statement object is written as code that executes a query using a connection of a database and code that connects the execution result set with a handle (708 and 709).

토큰(Token)이 실행(Execute)문인 경우에는(710) 데이터 조작언어(DML:Data Manipulation Language) 문을 읽어(711) 실행(Execute) 문을 문장(Statement) 코드로 작성하고(712), 데이터베이스의 커넥션(Connection)을 이용해 명령을 실행하는 코드를 작성하여(713) 컨텐트(Content) 버퍼에 추가한다(724).If the token is an Execute statement (710), the Data Manipulation Language (DML) statement is read (711) and the Execute statement is written as Statement code (712). Write code to execute a command using the Connection of the control (713) and add it to the content buffer (724).

토큰(Token)이 프린트로우(PrintRow)문인 경우에는(714) 질의의 결과를 참조하고 있는 핸들명 및 최대 프린트할 반복 횟수를 읽고(715), 실제 프린트할 내용을 읽은 후(716), 프로그래밍 언어의 'for' 문을 사용하여 결과셋을 프린트하고, 다음 레코드를 페치(fetch)하는 코드를 생성하여(714) 컨텐트(Content) 버퍼에 추가한다(724).If the token is a PrintRow statement (714), read the handle name and the maximum number of iterations to print (715), then read the actual print (716), then the programming language. The result set is printed using the 'for' statement, and the code for fetching the next record is generated (714) and added to the content buffer (724).

토큰(Token)이 넥스트(Next)인 경우에는(718) 결과셋을 참조하고 있는핸들(Handle) 명을 읽고(719), 핸들의 다음 레코드를 페치(fetch)하는 코드를 작성하여(720) 컨텐트(Content) 버퍼에 추가한다(724).If the token is Next (718), the code reads the handle name referring to the result set (719), and writes code to fetch the next record of the handle (720). Add to the (Content) buffer (724).

토큰(Token)이 프리(Free)문인 경우에는(721) 결과셋을 지칭하는 핸들을 종료하고(722), 데이터베이스 연결(Connection)을 웹 어플리케이션 서버에 반환하는 코드를 작성하여(723) 컨텐트(Content) 버퍼에 추가한다(723).If the token is a free statement (721), the code terminates the handle that points to the result set (722) and writes code that returns a database connection to the web application server (723). Add to the buffer (723).

도 8 은 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 HTML 코드의 처리 과정의 일실시예 흐름도로이다.8 is a flowchart illustrating an embodiment of a process of processing HTML code in a process of converting a pure programming language by a converter according to the present invention.

변환기(1803)는 HTML 코드를 읽어(801) HTML 코드를 유일한 이름을 갖는 스트링 변수에 저장하는 코드를 생성하여(802), 유일한 이름의 스트링 변수의 코드를 테일(Tail) 버퍼에 추가한다(803). 그리고, 유일한 스트링 변수를 출력하는 코드를 작성하여(804) 컨텐트(Content) 버퍼에 추가한다(805).The converter 1803 reads the HTML code (801), generates code that stores the HTML code in a string variable with a unique name (802), and adds the code of the string variable with the unique name to the tail buffer (803). ). Then, a code for outputting a unique string variable is written (804) and added to the content buffer (805).

도 9 는 본 발명에 따른 변환기에 의해 순수 프로그래밍 언어로 변환되는 과정 중 변수 접근 코드의 처리 과정의 일실시예 흐름도로서, 변환기에 의해 변수를 접근하기 위한 처리 과정이다.9 is a flowchart illustrating an example of a process of processing a variable access code in a process of converting a pure programming language by a converter according to the present invention.

즉, 변수가 이름, 값의 쌍으로 구성된 일반 CGI 변수인 경우에는(901) CGI 변수명을 파라미터로 하여 CGI 변수를 추출하는 함수를 호출하는 코드를 생성하여(902,903) 생성된 코드를 컨텐트(Content) 버퍼에 추가한다(910).That is, when the variable is a general CGI variable composed of name / value pairs (901), a code for calling a function that extracts the CGI variable using the CGI variable name as a parameter is generated (902,903) to generate the content (Content). (910).

토큰(Token)이 일반 자바(Java) 변수를 접근하기 위한 코드이면(904), 정의(Define) 구문에서 정의된 자바(Java) 변수를 접근하기 위한 코드를 생성하여(905,906) 컨텐트(Content) 버퍼에 추가한다(910).If the token is a code for accessing a regular Java variable (904), generate a code for accessing a Java variable defined in the Define syntax (905, 906). (910).

또한, 토큰(Token)이 구조적 질의어(SQL) 질의를 수행한 결과를 접근하기 위한 구조적 질의어(SQL) 변수 접근 구문이면(907), 핸들명과 필드명을 읽어(908), 핸들의 결과셋으로부터 필드명에 해당하는 값을 가져오기 위한 코드를 생성하여(909) 컨텐트(Content) 버퍼에 추가한다(910).In addition, if the token is a structured query (SQL) variable access syntax for accessing the result of performing a structured query (SQL) query (907), the handle name and field name are read (908), and the field from the result set of the handle is read. A code for obtaining a value corresponding to the name is generated (909) and added to a content buffer (910).

이상의 과정을 거친 동적 HTML 문서(SQL-JHTML 문서)는 순수 프로그래밍 언어로 변환된다.The dynamic HTML document (SQL-JHTML document) that went through the above process is converted into a pure programming language.

상기 도 5 내지 도 9 에 도시된 바와 같은 과정으로 변환기에 의해 동적 HTML 문서(SQL-JHTML 문서)로부터 순수 프로그래밍 언어로 변환되는 일례는 도 15 내지 도 17 에 도시되어 있다.An example of converting a dynamic HTML document (SQL-JHTML document) into a pure programming language by a converter by the process as illustrated in FIGS. 5 to 9 is illustrated in FIGS. 15 to 17.

도 15 는 본 발명에 의한 변환과정을 거치기 전의 동적 문서의 일예시도이며, 도 16 은 본 발명에 의한 변환과정을 거친 후의 동적 문서의 일예시도이고, 도 17 은 본 발명에 의한 동적 문서의 실행에 따른 화면의 일예시도이다.15 is an example of a dynamic document before the conversion process according to the present invention, FIG. 16 is an example of a dynamic document after the conversion process according to the present invention, and FIG. 17 is a diagram of a dynamic document according to the present invention. One example of the screen according to the execution.

동적 HTML 문서(SQL-JHTML 문서)의 정의(Define) 구문(1501)은 생성된 클래스의 메쏘드(1601)로 포함됨을 볼 수 있다.It can be seen that the Define syntax 1501 of the dynamic HTML document (SQL-JHTML document) is included as the method 1601 of the generated class.

또한, 구조적 질의어(SQL) 문을 처리하기 위한 데이터베이스(DATABASE) 구문과 질의(QUERY) 구문(1502)은 연결을 선택한다거나, 질의를 수행하는 함수의 코드(1602)로 변환된다.In addition, the DATABASE syntax and the QUERY syntax 1502 for processing a structured query (SQL) statement are converted into a code 1602 of a function for selecting a connection or performing a query.

동적 HTML 문서(SQL-JHTML 문서)의 절차(Procedure) 구문(1503)은 함수를 호출하여 프린트하는 코드(1603)로 변환되었다.The procedure syntax 1503 of a dynamic HTML document (SQL-JHTML document) has been translated into code 1603 that calls and prints a function.

그리고, 동적 HTML 문서(SQL-JHTML 문서)의 프린트로우(PrintRow)구문(1504)은 For 제어문(1604)으로 변환되었다. 또한 일반 HTML 코드는 유일한 스트링 변수(1605)들로 변환되어 상수와 같이 사용되고 있다.Then, the PrintRow syntax 1504 of the dynamic HTML document (SQL-JHTML document) was converted into a For control statement 1604. Generic HTML code is also converted into unique string variables 1605 to be used with constants.

상기의 변환된 프로그래밍 언어 코드는 웹 어플리케이션 서버에 의해 실행되어 도 17 과 같은 결과를 생성한다.The translated programming language code is executed by the web application server to produce a result as shown in FIG.

상기의 예제와 같이 순수 프로그래밍 언어 코드로 변환된 문서는 해당 프로그래밍 언어 컴파일러(1804)에 의해 실행코드로 컴파일된다. 컴파일된 실행 코드는 웹 어플리케이션 서버(1805)에 의해 실행되어진다.Documents converted to pure programming language code, as in the above example, are compiled into executable code by the programming language compiler 1804. Compiled executable code is executed by the web application server 1805.

도 13 은 본 발명에 따른 웹 어플리케이션 서버에서의 자원 초기화 과정의 일실시예 상세 흐름도이다.13 is a detailed flowchart illustrating an embodiment of a resource initialization process in a web application server according to the present invention.

웹 어플리케이션 서버(1805)는 도 13 과 같이 초기화 과정을 거쳐서 데이터베이스 연결과 같은 자원을 초기화하여 저장하고 있다.The web application server 1805 initializes and stores resources such as a database connection through an initialization process as shown in FIG. 13.

즉, 데이터베이스 설정 정보로부터, 사용하려는 모든 데이터베이스 드라이버를 적재하고, 설정정보에 설정되어 있는 개수 만큼 데이터베이스에 미리 로그인을 하여 다수의 연결(Connection)을 생성하여 연결 풀(Connection Pool)에 저장해 놓는다.That is, all the database drivers to be used are loaded from the database configuration information, and a number of connections are created by logging in to the database in advance as many as the number set in the configuration information, and stored in the connection pool.

도 14a 및 도 14b 는 본 발명에 따른 웹 어플리케이션 서버에서의 서비스 처리 과정의 일실시예 상세 흐름도이다.14A and 14B are detailed flowcharts of an embodiment of a service processing process in a web application server according to the present invention.

컴파일된 실행코드는 도면에 도시된 바와 같이 웹 서버(1811)가 클라이언트(1812)에 의해 해당 문서를 요청 받을 때에 웹 어플리케이션 서버(1805)의 서버 관리자(1809)에 의해 실행코드 저장장치(1806)에 적재되어 실행장치(1807)로 옮겨져서 클라이언트(1812)가 요구한 서비스를 처리한다(1401 내지 1405,1410 내지 1413).The compiled executable code is executed by the server manager 1809 of the web application server 1805 when the web server 1811 receives a corresponding document by the client 1812, as shown in the figure. Is loaded into the execution device 1807 to process the services requested by the client 1812 (1401 to 1405, 1410 to 1413).

클라이언트(1812)의 요구를 처리하면서 데이터베이스(1810)와 같은 공유자원을 사용할 필요가 있을 경우에는 동적 HTML 문서에 추가한 해당 스크립트에서 변환된 프로그래밍 언어 코드에서 자동적으로 공유자원 저장장치(1808)에 있는 자원을 이용하여 요구를 처리하고, 처리 결과를 HTML 저작도구로 만든 템플릿에 기반하여 HTML 문서로 결과를 클라이언트에게 전달한다(1406 내지 1409,1414 내지 1416).If it is necessary to use a shared resource, such as database 1810, while processing a request from a client 1812, the programming language code converted from the corresponding script added to the dynamic HTML document is automatically located on the shared resource storage 1808. The resource is used to process the request, and the processing result is delivered to the client as an HTML document based on a template created by the HTML authoring tool (1406 to 1409, 1414 to 1416).

서비스가 끝난 실행코드는 사용하였던 공유자원을 공유자원 저장장치(1808)에 반납한 후, 나중의 사용을 위해 실행코드 저장장치(1806)에 계속 상주한다(1416).The executed executable code returns the used shared resource to the shared resource storage device 1808 and then continues to reside in the execution code storage device 1806 for later use (1416).

이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 있어 본 발명의 기술적 사상을 벗어나지 않는 범위내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the spirit of the present invention for those skilled in the art to which the present invention pertains, and the above-described embodiments and accompanying It is not limited to the drawing.

상기와 같은 본 발명은 시각적인 디자인과 별개로 동적 문서 프로그램을 작성할 수 있어 빠른 개발 속도를 갖을 뿐만 아니라. 컴파일된 실행 코드에 의해 웹 어플리케이션 서버의 공유자원을 이용해 빠른 처리 속도를 갖을 수 있는 우수한 효과가 있다.The present invention as described above can create a dynamic document program separately from the visual design, as well as have a rapid development speed. Compiled executable code has an excellent effect of having fast processing speed by using shared resources of web application server.

Claims (11)

동적문서 연동 장치에 적용되는 동적 문서 연동 방법에 있어서,In the dynamic document linkage method applied to the dynamic document linkage device, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 웹 어플리케이션 서버가 관리하는 자원을 이용할 수 있도록 동적 스크립트를 추가하는 제 1 단계;A first step of adding a dynamic script to use a resource managed by a web application server in a template document visually produced using a web page description language; 상기 제 1 단계에서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하는 제 2 단계;A second step of converting the template document to which the dynamic script is added in the first step into a pure programming language; 상기 제 2 단계에서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하는 제 3 단계; 및A third step of compiling the template document converted into a pure programming language into executable code in the second step; And 외부로부터의 서비스 요구에 따라 상기 제 3 단계에서 컴파일된 실행코드를 실행하는 제 4 단계A fourth step of executing the executable code compiled in the third step according to a service request from the outside 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 1 항에 있어서,The method of claim 1, 상기 제 2 단계는,The second step, 상기 제 1 단계에서 동적 스크립트가 추가된 상기 템플릿 문서가 문법에 맞게 작성되었는지를 확인하는 제 5 단계; 및A fifth step of checking whether the template document to which the dynamic script is added in the first step is written in a grammar; And 상기 제 1 단계에서 동적 스크립트가 추가된 상기 템프릿 문서의 각 부분에 대하여 해당하는 노드의 클래스를 실행하여 순수 프로그래밍 언어로 변환시켜 저장하는 제 6 단계A sixth step of executing a class of a corresponding node for each part of the template document to which the dynamic script has been added in the first step, converting the stored file into a pure programming language, and storing the same; 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 2 항에 있어서,The method of claim 2, 상기 제 6 단계는,The sixth step, 상기 템프릿 문서의 각 부분에 대하여 해당하는 노드의 상기 클래스가 자바 코드를 처리하기 위한 클래스인 경우에, 상기 클래스를 실행하여 프로그래밍 언어로 변환시켜 저장하는 제 7 단계;A seventh step of executing the class, converting it to a programming language, and storing the same when the class of the node corresponding to each part of the template document is a class for processing Java code; 상기 템프릿 문서의 각 부분에 대하여 해당하는 노드의 상기 클래스가 구조적 질의어(SQL) 코드를 처리하기 위한 클래스인 경우에, 상기 클래스를 실행하여 프로그래밍 언어로 변환시켜 저장하는 제 8 단계;An eighth step of executing the class, converting it to a programming language, and storing it if the class of the corresponding node for each part of the template document is a class for processing a structured query code (SQL) code; 상기 템프릿 문서의 각 부분에 대하여 해당하는 노드의 상기 클래스가 하이퍼텍스트 마크업 랭귀지(HTML) 코드를 처리하기 위한 클래스인 경우에, 상기 클래스를 실행하여 프로그래밍 언어로 변환시켜 저장하는 제 9 단계; 및A ninth step of executing the class and converting it into a programming language when the class of the corresponding node for each part of the template document is a class for processing hypertext markup language (HTML) code; And 상기 템프릿 문서의 각 부분에 대하여 해당하는 노드의 상기 클래스가 변수 접근 코드를 처리하기 위한 클래스인 경우에, 상기 클래스를 실행하여 프로그래밍 언어로 변환시켜 저장하는 제 10 단계A tenth step of executing the class, converting it into a programming language, and storing the variable if the class of the corresponding node is a class for processing variable access code for each part of the template document; 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 7 단계는,The seventh step, 토큰(Token)이 임포트(Import) 구문인 경우, 임포트할 내용을 상기 동적 문서로부터 읽어 헤더(Header) 버퍼에 삽입하는 제 11 단계;An eleventh step of reading a content to be imported from the dynamic document and inserting it into a header buffer when the token is an import statement; 토큰이 정의(Define) 구문인 경우 메쏘드 및 변수를 정의한 정의 절을 읽어 상기 헤더 버퍼에 추가하는 제 12 단계;A twelfth step of reading a definition clause defining a method and a variable and adding it to the header buffer when the token is a define syntax; 토큰이 절차(procedure) 구문인 경우 실행한 메쏘드 이름 및 파라미터를 읽어 파라미터가 첨부된 절차를 프린트하는 코드로 생성하여 컨텐트(Content) 버퍼에 추가하는 제 13 단계;A thirteenth step of reading the executed method name and the parameter when the token is a procedure syntax and generating the code to print the procedure with the parameter attached to the content buffer; 토큰이 기능(function) 구문인 경우 기능의 결과가 저장될 플레이스홀더(PlaceHolder) 및 기능에 사용되는 파라미터를 읽어 기능의 결과가 플레이스홀더(PlaceHolder)에 저장되는 형식으로 코드를 생성하여 상기 컨텐트 버퍼에 추가하는 제 14 단계; 및If the token is a function syntax, read the placeholder where the result of the function is to be stored and the parameters used for the function, and generate a code in a format in which the result of the function is stored in the placeholder. Adding a fourteenth step; And 토큰이 제어문인 경우 제어문에 해당하는 조건절을 읽고, 프로그래밍 언어의 제어문 형식에 맞는 코드를 생성하여 상기 컨텐트 버퍼에 추가하는 제 15 단계A fifteenth step of reading a condition clause corresponding to the control statement if the token is a control statement, generating a code suitable for the control statement format of a programming language, and adding the code to the content buffer; 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 8 단계는,The eighth step, 토큰(Token)이 데이터베이스(DATABASE) 구문인 경우 데이터베이스 명을 읽고, 커넥션(Connection)을 가져오도록 하는 함수 코드를 생성하여 컨텐트 버퍼에 추가하는 제 11 단계;An eleventh step of reading a database name if a token is a DATABASE syntax, generating a function code for obtaining a connection, and adding it to a content buffer; 토큰이 질의(QUERY)문인 경우 질의의 결과를 참조할 핸들명을 읽고, 실제 질의를 수행할 선택 질의문을 읽어, 자바의 문장 객체를 이용한 코드를 작성하여 상기 컨텐트 버퍼에 추가하는 제 12 단계;A twelfth step of reading a handle name to refer to the result of the query if the token is a QUERY statement, reading a selected query statement to execute the actual query, and writing code using a Java sentence object to add to the content buffer; 토큰이 실행(Execute)문인 경우 데이터 조작언어(DML) 문을 읽어 실행 문을 문장 코드로 작성하고, 데이터베이스의 커넥션(Connection)을 이용해 명령을 실행하는 코드를 작성하여 상기 컨텐트 버퍼에 추가하는 제 13 단계;When the token is an Execute statement, a data manipulation language (DML) statement is read to write an execute statement as sentence code, and a code for executing a command using a connection of a database is created and added to the content buffer. step; 토큰이 프린트로우(PrintRow)문인 경우 질의의 결과를 참조하고 있는 핸들명 및 최대 프린트할 반복 횟수를 읽고, 결과셋을 프린트하며, 다음 레코드를 페치(fetch)하는 코드를 생성하여 상기 컨텐트 버퍼에 추가하는 제 14 단계;If the token is a PrintRow statement, read the handle name and the maximum number of iterations to print, print the result set, and generate code to fetch the next record and add it to the content buffer. A fourteenth step; 토큰이 넥스트(Next)인 경우 결과셋을 참조하고 있는 핸들 명을 읽고, 핸들의 다음 레코드를 페치하는 코드를 작성하여 상기 컨텐트 버퍼에 추가하는 제 15 단계; 및A fifteenth step of reading a handle name referring to the result set when the token is next and writing code to fetch the next record of the handle to add to the content buffer; And 토큰이 프리(Free)문인 경우 결과셋을 지칭하는 핸들을 종료하고, 데이터베이스 커넥션(Connection)을 웹 어플리케이션 서버에 반환하는 코드를 작성하여 상기 컨텐트 버퍼에 추가하는 제 16 단계Step 16, if the token is a free statement, terminates the handle indicating the result set, and writes code that returns a database connection to the web application server and adds it to the content buffer. 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 9 단계는,The ninth step, 하이퍼텍스트 마크업 랭귀지 코드를 읽는 제 11 단계;An eleventh step of reading the hypertext markup language code; 상기 하이퍼텍스트 마크업 랭귀지 코드를 유일한 이름을 갖는 스트링 변수에 저장하는 코드를 생성하는 제 12 단계;Generating a code for storing the hypertext markup language code in a string variable having a unique name; 상기 유일한 이름을 갖는 스트링 변수에 저장하는 코드를 테일(Tail) 버퍼에 추가하는 제 13 단계; 및Adding a code for storing the unique name into a string variable in a tail buffer; And 상기 유일한 이름을 갖는 스트링 변수를 출력하는 코드를 작성하여 컨텐트 버퍼에 추가하는 제 14 단계A fourteenth step of writing code for outputting the string variable having the unique name and adding it to a content buffer 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 제 10 단계는,The tenth step is 변수가 일반 공통 관문 인터페이스(CGI) 변수인 경우 상기 공통 관문 인터페이스(CGI) 변수를 추출하는 함수를 호출하는 코드를 생성하여 컨텐트 버퍼에 추가하는 제 11 단계;An eleventh step of generating a code for calling a function for extracting the common gateway interface (CGI) variable and adding it to a content buffer when the variable is a general common gateway interface (CGI) variable; 토큰이 일반 자바(Java) 변수를 접근하기 위한 코드인 경우 정의(Define) 구문에서 정의된 자바 변수를 접근하기 위한 코드를 생성하여 상기 컨텐트 버퍼에 추가하는 제 12 단계; 및A twelfth step of generating a code for accessing a Java variable defined in a define syntax and adding it to the content buffer when the token is code for accessing a general Java variable; And 토큰이 구조적 질의어(SQL) 질의를 수행한 결과를 접근하기 위한 구조적 질의어(SQL) 변수 접근 구문이면, 핸들의 결과셋으로부터 필드명에 해당하는 값을 가져오기 위한 코드를 생성하여 상기 컨텐트 버퍼에 추가하는 제 13 단계If the token is a structured query (SQL) variable access statement for accessing the result of performing a structured query (SQL) query, generate a code to retrieve a value corresponding to a field name from the result set of the handle and add it to the content buffer. The thirteenth step 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 제 1 항 내지 제 7 항에 중 어느 한 항에 있어서,The method according to any one of claims 1 to 7, 상기 제 4 단계는,The fourth step, 상기 웹 어플리케이션 서버가 서비스 제공을 위하여 이용 가능한 자원을 초기화하는 제 17 단계; 및A seventeenth step in which the web application server initializes resources available for providing a service; And 서비스 요구가 있는 경우 상기 컴파일된 실행코드를 상기 웹 어플리케이션 서버가 읽어오는 제 18 단계; 및An eighteenth step in which the web application server reads the compiled execution code when there is a service request; And 상기 웹 어플리케이션 서버가 공유 자원을 이용하면서 상기 컴파일된 실행코드를 실행하여 상기 서비스 요구를 처리하는 제 19 단계A nineteenth step of the web application server executing the compiled execution code while using a shared resource to process the service request; 를 포함하는 동적 문서 연동 방법.Dynamic document linking method comprising a. 시각적인 화면 설계와 고속 처리가 가능한 동적 문서 연동 장치에 있어서,In the dynamic document linkage device which enables visual screen design and high speed processing, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 공유 자원을 이용할 수 있도록 동적 스크립트를 추가하기 위한 동적 문서 작성 수단;Dynamic document creation means for adding a dynamic script to use a shared resource in a template document visually produced using a web page description language; 상기 동적 문서 작성 수단에서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하기 위한 변환 수단;Conversion means for converting the template document to which the dynamic script is added in the dynamic document creation means into a pure programming language; 상기 변환 수단에서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하기 위한 컴파일링 수단; 및Compiling means for compiling the template document converted from the converting means into a pure programming language into executable code; And 외부의 서비스 요구에 따라 상기 컴파일링 수단에 의해 컴파일된 실행코드를 실행하기 위한 실행 수단Execution means for executing the executable code compiled by the compilation means in accordance with an external service request 을 포함하는 동적 문서 연동 장치.Dynamic document linkage device comprising a. 제 9 항에 있어서,The method of claim 9, 상기 실행 수단은,The execution means, 외부의 서비스 요구를 받아 서비스 실행 명령을 내리며 그 결과를 통보해 주기 위한 서버 관리 수단;Server management means for receiving a service request from outside to issue a service execution command and notify a result thereof; 상기 서버 관리 수단의 서비스 실행 명령에 따라 상기 컴파일링 수단으로부터 상기 컴파일된 실행코드를 불러오기 위한 실행코드 저장 수단;Execution code storage means for loading the compiled execution code from the compilation means in accordance with a service execution command of the server management means; 상기 실행코드 저장 수단으로부터 상기 컴파일된 실행코드를 불러와 실행 한 후 그 결과를 상기 서버 관리 수단에 전달하기 위한 실행코드 실행 수단; 및Execution code execution means for retrieving and executing the compiled execution code from the execution code storage means and transferring the result to the server management means; And 공유자원을 저장하고 있다가 상기 실행코드 실행 수단 및 상기 서버 관리 수단으로부터의 공유자원 사용 요청에 따라 저장하고 있던 공유자원을 제공하기 위한 공유자원 저장 수단Shared resource storage means for storing a shared resource and providing the shared resource stored in response to a request for using a shared resource from the execution code execution means and the server management means. 을 포함하는 동적 문서 연동 장치.Dynamic document linkage device comprising a. 대용량 프로세서를 구비한 동적문서 연동 장치에,In a dynamic document linking device having a large processor, 웹 페이지 기술언어를 이용하여 시각적으로 제작된 템플릿 문서에 웹 어플리케이션 서버가 관리하는 자원을 이용할 수 있도록 동적 스크립트를 추가하는 제 1 기능;A first function of adding a dynamic script to use a resource managed by a web application server in a template document visually produced using a web page description language; 상기 제 1 기능에 의해서 동적 스크립트가 추가된 상기 템플릿 문서를 순수 프로그래밍 언어로 변환하는 제 2 기능;A second function of converting the template document to which the dynamic script is added by the first function into a pure programming language; 상기 제 2 기능에 의해서 순수 프로그래밍 언어로 변환된 상기 템플릿 문서를 실행코드로 컴파일하는 제 3 기능; 및A third function of compiling the template document converted into a pure programming language by the second function into executable code; And 외부로부터의 서비스 요구에 따라 상기 제 3 기능에 의해서 컴파일된 실행코드를 실행하는 제 4 기능A fourth function of executing the executable code compiled by the third function according to a service request from the outside 을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체.A computer-readable recording medium having recorded thereon a program for realizing this.
KR1019990053776A 1999-11-30 1999-11-30 Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed KR100319765B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990053776A KR100319765B1 (en) 1999-11-30 1999-11-30 Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990053776A KR100319765B1 (en) 1999-11-30 1999-11-30 Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed

Publications (2)

Publication Number Publication Date
KR20010048898A KR20010048898A (en) 2001-06-15
KR100319765B1 true KR100319765B1 (en) 2002-01-09

Family

ID=19622637

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990053776A KR100319765B1 (en) 1999-11-30 1999-11-30 Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed

Country Status (1)

Country Link
KR (1) KR100319765B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100448865B1 (en) * 2000-12-19 2004-09-18 엘지전자 주식회사 Method for Managing System with Different System Modules in the Internet
KR100450605B1 (en) * 2001-12-07 2004-09-30 임민열 A web application sever and method for providing dynamic contents thereof
KR100473057B1 (en) * 2002-02-08 2005-03-08 삼성에스디에스 주식회사 The drawing method of database coupled report using an outlook method

Also Published As

Publication number Publication date
KR20010048898A (en) 2001-06-15

Similar Documents

Publication Publication Date Title
US6675354B1 (en) Case-insensitive custom tag recognition and handling
JP5010551B2 (en) Server-side code generation from dynamic web page content files
US6981212B1 (en) Extensible markup language (XML) server pages having custom document object model (DOM) tags
US6718516B1 (en) Method for verifying context between multiple related XML tags in document object model (DOM)
US7694284B2 (en) Shareable, bidirectional mechanism for conversion between object model and XML
US7340728B2 (en) Methods and systems for direct execution of XML documents
US6732330B1 (en) Scripting language blocks to support multiple scripting languages in a single web page
US6957439B1 (en) Method, system, and program for mapping objects in different language formats
US8935358B2 (en) Interactive server side components
US6854123B1 (en) Method, system, and program for mapping standard application program interfaces (APIs) to user interface APIs
US6961929B1 (en) Mechanism for automatic synchronization of scripting variables
JP4146590B2 (en) Apparatus, method and recording medium for task-oriented applications
US6948120B1 (en) Computer-implemented system and method for hosting design-time controls
US6981211B1 (en) Method for processing a document object model (DOM) tree using a tagbean
KR20050036973A (en) Xml streaming transformer
US6941520B1 (en) Method, system, and program for using a user interface program to generate a user interface for an application program
US7266766B1 (en) Method for developing a custom tagbean
US7970779B2 (en) Application interface including dynamic transform definitions
US6898786B1 (en) Javascript interpreter engine written in Java
US7165243B1 (en) Multi-lingual tag extension mechanism
JP4099948B2 (en) System, method and program for mapping structured document to structure data in programming language
JP2005332146A (en) Device, program and method for generating dynamic content creation program
KR100319765B1 (en) Method And Apparatus For Using Dynamic Document Capable Of Visual Screen Design And High Speed
Abrams et al. User interface markup language (UIML) specification
US9658838B2 (en) Optimized JavaServer Pages lifecycle model

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
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20121129

Year of fee payment: 12

FPAY Annual fee payment

Payment date: 20131128

Year of fee payment: 13

LAPS Lapse due to unpaid annual fee