KR102150536B1 - System and method for dynamically generating web UI component according to server preference - Google Patents

System and method for dynamically generating web UI component according to server preference Download PDF

Info

Publication number
KR102150536B1
KR102150536B1 KR1020180142570A KR20180142570A KR102150536B1 KR 102150536 B1 KR102150536 B1 KR 102150536B1 KR 1020180142570 A KR1020180142570 A KR 1020180142570A KR 20180142570 A KR20180142570 A KR 20180142570A KR 102150536 B1 KR102150536 B1 KR 102150536B1
Authority
KR
South Korea
Prior art keywords
web
component
object model
setting information
document object
Prior art date
Application number
KR1020180142570A
Other languages
Korean (ko)
Other versions
KR20200058651A (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 KR1020180142570A priority Critical patent/KR102150536B1/en
Publication of KR20200058651A publication Critical patent/KR20200058651A/en
Application granted granted Critical
Publication of KR102150536B1 publication Critical patent/KR102150536B1/en

Links

Images

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/904Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

HTML과 같은 W3C 표준으로 정해져 있지 않은 웹 UI 컴포넌트를 서버에 설정된 설정 값에 따라 동적으로 생성하는 시스템 및 방법이 개시된다. 본 발명의 일 측면에 따르면, 서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 웹 UI 컴포넌트 생성 시스템으로서, 소정의 서버로 대상 웹 문서를 요청하는 웹 문서 요청모듈-상기 대상 웹 문서는, W3C 표준 문서 객체 모델(Document Object Model; DOM) 요소 및 비표준 문서 객체 모델 요소로 파싱됨-, 상기 서버로부터 상기 대상 웹 문서를 수신하는 웹 문서 수신모듈, 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링하는 브라우저 기본 렌더링 엔진, 상기 서버로 상기 대상 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 요청하고, 상기 서버로부터 상기 설정정보를 수신하는 설정정보모듈 및 상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성하는 동적 웹 UI 컴포넌트 생성모듈을 포함하는 웹 UI 컴포넌트 생성 시스템이 제공된다.Disclosed is a system and method for dynamically generating a web UI component such as HTML, which is not specified in the W3C standard, according to a setting value set in a server. According to an aspect of the present invention, as a web UI component generation system for dynamically generating a web UI component according to a server setting, a web document request module for requesting a target web document from a predetermined server-the target web document is W3C Parsed into standard Document Object Model (DOM) elements and non-standard document object model elements-, a web document receiving module that receives the target web document from the server, and renders a standard document object model element of the target web document A default browser rendering engine, a setting information module for requesting setting information on a non-standard document object model element of the target document to the server, and receiving the setting information from the server, and a non-standard of the target web document according to the setting information There is provided a web UI component generation system including a dynamic web UI component generation module that dynamically renders a document object model element to generate a web UI component corresponding to the non-standard document object model element and the setting information.

Description

서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 시스템 및 방법{System and method for dynamically generating web UI component according to server preference}System and method for dynamically generating web UI component according to server preference}

본 발명은 서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 시스템 및 방법에 관한 것이다. 보다 상세하게는 HTML과 같은 W3C 표준으로 정해져 있지 않은 웹 UI 컴포넌트를 서버에 설정된 설정 값에 따라 동적으로 생성하는 시스템 및 방법에 관한 것이다.The present invention relates to a system and method for dynamically generating a web UI component according to a server setting. In more detail, it relates to a system and method for dynamically generating a web UI component such as HTML, which is not specified in the W3C standard, according to a setting value set in a server.

일반적인 웹 페이지는 다양한 HTML 마크업 요소와 스타일시트 요소 등으로 구성되며 웹 브라우저가 그 요소들을 해석하여 렌더링을 수행하게 된다. 웹 브라우저의 주요 기능은 사용자가 선택한 자원(예를 들어 웹 페이지)을 서버에 요청하고 이를 렌더링하여 표시하는 것이다. 자원은 보통 HTML 문서지만 PDF나 이미지 또는 다른 형태일 수 있다. 자원의 주소는 URI(Uniform Resource Identifier)에 의해 정해진다. 브라우저는 HTML과 CSS 명세에 따라 HTML 파일을 해석해서 표시하는데 이 명세는 웹 표준화 기구인 W3C(World Wide Web Consortium)에서 정한다. 과거에는 브라우저들이 일부만 이 명세에 따라 구현하고 독자적인 방법으로 확장함으로써 웹 제작자가 심각한 호환성 문제를 겪었지만 최근에는 대부분의 브라우저가 표준 명세를 따른다. 렌더링 엔진은 HTML 문서를 파싱하고 콘텐츠 트리 내부에서 태그를 문서객체 모델(Document Object Model; DOM) 노드로 변환한다. 그 다음 외부 CSS 파일과 함께 포함된 스타일 요소도 파싱한다. 따라서, 컴퓨팅 디바이스 상에서의 웹 페이지의 렌더링은 그 페이지의 DOM 트리에 의해 영향을 받는다. DOM 트리는 각각의 DOM 노드와 그에 상응하는 스타일 속성을 포함하는, 자식-부모 관계 (child-parent relationship)에서 하나 이상의 노드들을 규정한다.A typical web page is composed of various HTML markup elements and style sheet elements, and the web browser interprets the elements and performs rendering. The main function of a web browser is to request a user-selected resource (for example, a web page) from the server, and render and display it. The resource is usually an HTML document, but it could be a PDF, an image, or some other form. The address of a resource is determined by a Uniform Resource Identifier (URI). The browser interprets and displays HTML files according to the HTML and CSS specifications, which are set by the World Wide Web Consortium (W3C), a web standardization organization. In the past, browsers only partially implemented according to this specification and expanded in their own way, causing serious compatibility problems for web authors, but in recent years most browsers follow the standard specification. The rendering engine parses the HTML document and converts the tags into Document Object Model (DOM) nodes inside the content tree. It then parses the included style elements along with the external CSS file. Thus, the rendering of a web page on the computing device is influenced by the page's DOM tree. The DOM tree defines one or more nodes in a child-parent relationship, including each DOM node and its corresponding style attribute.

한편, 최근 컴퓨터 기술의 발전과 함께, 기업의 경영 및 관리에 관한 업무를 위한 컴퓨터 시스템인 전사적 자원 관리(Enterprise Resource Planning) 솔루션 소프트웨어를 도입하는 기업이 늘어나고 있는 추세이다. 이러한 ERP 솔루션 소프트웨어를 이용하여 기업에서는 재무, 생산, 재고와 같은 회사의 경영, 관리에 필요한 수많은 데이터를 취급하게 된다. ERP는 기업의 경영 및 관리에 관한 업무를 위한 컴퓨터 시스템 또는 이러한 시스템에 설치되는 패키지 소프트웨어로서, ERP를 취급하는 대표적인 회사는 SAP, 오라클 등이 있으며, 국내에는 대표적으로 더존을 들 수 있다. 한편 기업이 ERP 서비스를 제공받기 위해서는 기업 내의 사용자 단말에 ERP 소프트웨어가 설치되어야 할 뿐만 아니라 해당 기업의 각종 정보가 저장되는 데이터베이스가 구축되어야 한다. 기업은 ERP 시스템을 통해 회계, 인사, 급여, 영업, 무역, 구매, 자재, 생산, 외주, 서비스, 경영정보 등을 효율적으로 관리할 수 있다. 또한 기업은 ERP 시스템을 도입함으로써 관리 부서간의 정보시스템이 다를 때 일어나는 비효율성을 줄이고 원활한 회사의 자원 관리를 이끌어 냄으로써 생산성을 극대화할 수 있게 된다. 또한 ERP는 기업의 다양한 정보를 체계적으로 파악하고 관리할 수 있다는 장점을 제공할 수 있다. 각 기업은 저마다 고유한 비즈니스 프로세스를 가지고 있으며, 서로 다른 기업 경영 전략을 가지고 있으므로 ERP 소프트웨어는 일반적인 패키지 소프트웨어와 달리 적용될 기업의 특성이나 비즈니스 프로세스, 워크 플로우에 적합하도록 커스터마이징될 필요가 있다.On the other hand, with the recent development of computer technology, there is a growing trend of companies introducing enterprise resource planning solution software, which is a computer system for business management and management. Using this ERP solution software, companies handle a lot of data necessary for the company's management and management, such as finance, production, and inventory. ERP is a computer system for business management and management of a company, or package software installed on such a system. Representative companies handling ERP include SAP and Oracle, and representatively in Korea, Duzon. Meanwhile, in order for a company to be provided with an ERP service, not only the ERP software must be installed on the user terminal in the company, but also a database that stores various information of the company must be established. Companies can efficiently manage accounting, personnel, salaries, sales, trade, purchasing, materials, production, outsourcing, services, and management information through the ERP system. In addition, by introducing the ERP system, companies can maximize productivity by reducing inefficiencies that occur when information systems differ between management departments and leading to smooth company resource management. In addition, ERP can provide the advantage of being able to systematically grasp and manage a variety of corporate information. Since each company has its own business process and different business strategy, ERP software needs to be customized to suit the characteristics of the company to be applied, business process, and workflow unlike general package software.

그런데, ERP와 같이 적용 기업마다 기능적 혹은 시각적 요구사항이 조금씩 상이한 특성을 가지는 소프트웨어가 웹을 통해 구현되는 경우, 웹 UI를 구성하는 각종 컴포넌트에 대한 변경 또는 커스터마이징이 다수 발생할 수 밖에 없는데, 이에 대한 효과적인 대처 방법 중 하나는 웹 UI를 구성하는 각종 컴포넌트에 대한 설정을 중앙화된 서버에서 관리하는 것이다. 즉, 웹 UI 컴포넌트의 출력 위치, 출력 방식, 지역화 처리, 데이터 출력 포맷 적용, 사용자 도움말 등의 변경이나 커스터마이징을 위해 웹 페이지 혹은 웹 페이지를 구성하는 리소스를 직접 수정하는 것이 아니라, 컴포넌트 별 설정 값이나 웹 페이지 또는 웹 사이트 전역에 영향을 주는 설정 값을 중앙화된 서버에서 관리하고 서버 측 설정을 변경함으로써 이러한 서버 측 설정 사항이 웹 페이지 혹은 웹 페이지에 포함된 UI 컴포넌트에 반영될 수 있도록 하는 기술적 사상이 요구된다.However, when software having slightly different functional or visual requirements for each applied company, such as ERP, is implemented through the web, a number of changes or customizations to the various components constituting the web UI inevitably occur. One of the countermeasures is to manage the settings of various components constituting the web UI in a centralized server. In other words, instead of directly modifying the web page or the resource constituting the web page for customizing or changing the output location, output method, localization processing, data output format application, user help, etc. There is a technical idea that allows these server-side settings to be reflected in web pages or UI components included in web pages by managing setting values that affect the entire web page or web site in a centralized server and changing server-side settings. Required.

본 발명이 해결하고자 하는 과제는 종래 방안의 문제점을 해결하기 위하여, 컴포넌트 별 설정 값이나 웹 페이지 또는 웹 사이트 전역에 영향을 주는 설정 값을 중앙화된 서버에서 관리하고 서버 측 설정을 변경함으로써 이러한 서버 측 설정 사항이 웹 페이지 혹은 웹 페이지에 포함된 UI 컴포넌트에 반영될 수 있도록 하는 시스템 및 방법을 제공하는 것이다.The problem to be solved by the present invention is to solve the problems of the conventional method, by managing the setting values for each component or setting values that affect the entire web page or web site in a centralized server and changing the server-side settings. It is to provide a system and method that allows setting items to be reflected in a web page or a UI component included in a web page.

또한 통상적인 웹 브라우저에서 렌더링되는 표준 웹 UI 컴포넌트 외에 심미적으로 향상되고 복잡하고 기능을 수행할 수 있는 비표준 웹 UI 컴포넌트를 제공할 수 있는 시스템 및 방법을 제공하는 것이다.In addition, a system and a method capable of providing a non-standard web UI component capable of performing aesthetically improved and complex functions in addition to a standard web UI component rendered in a typical web browser is provided.

본 발명의 일 측면에 따르면, 서버 설정에 따라 동적으로 웹 UI(User Interface) 컴포넌트를 생성하기 위한 웹 UI 컴포넌트 생성 시스템으로서, 소정의 서버로 대상 웹 문서를 요청하는 웹 문서 요청모듈-상기 대상 웹 문서는, W3C 표준 문서 객체 모델(Document Object Model; DOM) 요소(element) 및 비표준 문서 객체 모델 요소로 파싱됨-, 상기 서버로부터 상기 대상 웹 문서를 수신하는 웹 문서 수신모듈, 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링하는 브라우저 기본 렌더링 엔진, 상기 서버로 상기 대상 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 요청하고, 상기 서버로부터 상기 설정정보를 수신하는 설정정보모듈 및 상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성하는 동적 웹 UI 컴포넌트 생성모듈을 포함하는 웹 UI 컴포넌트 생성 시스템이 제공된다.According to an aspect of the present invention, as a web UI component generation system for dynamically generating a web UI (User Interface) component according to a server setting, a web document request module for requesting a target web document from a predetermined server-the target web The document is parsed into a W3C standard document object model (DOM) element and a non-standard document object model element-, a web document receiving module that receives the target web document from the server, and the target web document A browser basic rendering engine that renders a standard document object model element, a setting information module for requesting setting information on a non-standard document object model element of the target document to the server, and receiving the setting information from the server, and the setting information A web UI component generation system including a dynamic web UI component generation module that dynamically renders a non-standard document object model element of the target web document accordingly to generate a web UI component corresponding to the non-standard document object model element and the setting information Is provided.

일 실시예에서, 상기 설정정보는, 상기 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트에 포함되는 각각의 UI 요소의 표시 여부, 형태, 레이아웃, 출력 포맷 및 표시 언어에 관한 정보를 포함할 수 있다.In an embodiment, the setting information may include information on whether to display each UI element included in a web UI component corresponding to the non-standard document object model element, a form, a layout, an output format, and a display language. .

일 실시예에서, 상기 설정정보는, 상기 서버에서 제공하는 모든 웹 문서에 공통적으로 적용되는 전역 설정정보, 상기 대상 웹 문서에 포함된 모든 비표준 문서 객체 모델 요소에 공통적으로 적용되는 문서 레벨 설정정보, 및 상기 대상 웹 문서에 포함된 각 비표준 문서 객체 모델 요소 마다 적용되는 요소 레벨 설정정보를 포함할 수 있다.In one embodiment, the setting information includes global setting information commonly applied to all web documents provided by the server, document level setting information commonly applied to all non-standard document object model elements included in the target web document, And element level setting information applied to each non-standard document object model element included in the target web document.

일 실시예에서, 상기 비표준 문서 객체 모델 요소는, 다중 아이템 선택 요소를 포함하되, 상기 동적 웹 UI 컴포넌트 생성모듈이 상기 다중 아이템 선택 요소를 동적 렌더링함으로써 생성되는 다중 아이템 선택 UI 컴포넌트는, 상기 다중 아이템 선택 UI 컴포넌트에 할당되어 있는 복수의 아이템의 개요 정보를 표시하는 텍스트 박스, 상기 텍스트 박스 내에 위치하는 검색 아이콘, 상기 검색 아이콘이 선택되는 경우에 팝업되며 복수의 선택 가능 아이템 중 적어도 일부를 선택할 수 있도록 구성되며, 선택된 복수의 아이템이 상기 다중 아이템 선택 UI 컴포넌트에 할당되도록 하기 위한 다중 아이템 선택창, 및 상기 다중 아이템 선택창을 통해 선택된 복수의 아이템을 드랍 다운 방식으로 표시하는 드랍다운 리스트를 포함할 수 있다.In one embodiment, the non-standard document object model element includes a multi-item selection element, and the multi-item selection UI component generated by dynamically rendering the multi-item selection element by the dynamic web UI component generation module includes the multi-item A text box that displays outline information of a plurality of items allocated to the selection UI component, a search icon located in the text box, and a pop-up when the search icon is selected, so that at least some of the plurality of selectable items can be selected. And a multi-item selection window for allowing a plurality of selected items to be assigned to the multi-item selection UI component, and a drop-down list for displaying a plurality of items selected through the multi-item selection window in a drop-down manner. have.

일 실시예에서, 상기 비표준 문서 객체 모델 요소는, 모자이크 이미지화 요소를 포함하되, 상기 동적 웹 UI 컴포넌트 생성모듈이 상기 모자이크 이미지화 요소를 동적 렌더링함으로써 생성되는 모자이크 이미지화 UI 컴포넌트는, 상기 서버로부터 수신한 소정의 텍스트 데이터에 포함된 각각의 문자에 상응하는 단위 이미지를 생성하고, 각각의 문자에 상응하는 단위 이미지를 랜덤하게 아핀 변환한 후 조합하여 상기 텍스트 데이터에 상응하는 모자이크 이미지를 생성하고, 생성한 상기 모자이크 이미지를 표시할 수 있다.In one embodiment, the non-standard document object model element includes a mosaic imaging element, and the mosaic imaging UI component generated by dynamically rendering the mosaic imaging element by the dynamic web UI component generation module includes a predetermined value received from the server. A unit image corresponding to each character included in the text data of is generated, the unit image corresponding to each character is randomly affine converted, and then combined to generate a mosaic image corresponding to the text data, and the generated Mosaic images can be displayed.

본 발명의 다른 일 측면에 따르면, 서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 웹 UI 컴포넌트 생성 방법으로서, 웹 UI 컴포넌트 생성 시스템이, 소정의 서버로 대상 웹 문서를 요청하는 단계-상기 대상 웹 문서는, W3C 표준 문서 객체 모델 요소 및 비표준 문서 객체 모델 요소로 파싱됨-, 상기 웹 UI 컴포넌트 생성 시스템이, 상기 서버로부터 상기 대상 웹 문서를 수신하는 단계, 상기 웹 UI 컴포넌트 생성 시스템이, 상기 서버로 상기 대상 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 요청하고, 상기 서버로부터 상기 설정정보를 수신하는 단계, 상기 웹 UI 컴포넌트 생성 시스템이, 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링하는 단계 및 상기 웹 UI 컴포넌트 생성 시스템이, 상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성하는 단계를 포함하는 웹 UI 컴포넌트 생성 방법이 제공된다.According to another aspect of the present invention, there is provided a method for generating a web UI component for dynamically generating a web UI component according to a server setting, the step of requesting, by a web UI component generation system, a target web document from a predetermined server-the target The web document is parsed into a W3C standard document object model element and a non-standard document object model element -, the web UI component generating system receiving the target web document from the server, the web UI component generating system, the Requesting setting information on a non-standard document object model element of the target document to a server, and receiving the setting information from the server, the web UI component generation system rendering the standard document object model element of the target web document And the web UI component generating system dynamically renders a non-standard document object model element of the target web document according to the setting information, and generates the non-standard document object model element and a web UI component corresponding to the setting information A method of generating a web UI component including the step of:

일 실시예에서, 상기 설정정보는, 상기 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트에 포함되는 각각의 UI 요소의 표시 여부, 형태, 레이아웃, 출력 포맷 및 표시 언어에 관한 정보를 포함할 수 있다.In an embodiment, the setting information may include information on whether to display each UI element included in a web UI component corresponding to the non-standard document object model element, a form, a layout, an output format, and a display language. .

일 실시예에서, 상기 설정정보는, 상기 서버에서 제공하는 모든 웹 문서에 공통적으로 적용되는 전역 설정정보, 상기 대상 웹 문서에 포함된 모든 비표준 문서 객체 모델 요소에 공통적으로 적용되는 문서 레벨 설정정보, 및 상기 대상 웹 문서에 포함된 각 비표준 문서 객체 모델 요소 마다 적용되는 요소 레벨 설정정보를 포함하는 웹 UI 컴포넌트 생성 시스템.In one embodiment, the setting information includes global setting information commonly applied to all web documents provided by the server, document level setting information commonly applied to all non-standard document object model elements included in the target web document, And element level setting information applied to each non-standard document object model element included in the target web document.

일 실시예에서, 상기 비표준 문서 객체 모델 요소는, 다중 아이템 선택 요소를 포함하되, 상기 웹 UI 컴포넌트 생성 시스템이 상기 다중 아이템 선택 요소를 동적 렌더링함으로써 생성되는 다중 아이템 선택 UI 컴포넌트는, 상기 다중 아이템 선택 UI 컴포넌트에 할당되어 있는 복수의 아이템의 개요 정보를 표시하는 텍스트 박스, 상기 텍스트 박스 내에 위치하는 검색 아이콘, 상기 검색 아이콘이 선택되는 경우에 팝업되며 복수의 선택 가능 아이템 중 적어도 일부를 선택할 수 있도록 구성되며, 선택된 복수의 아이템이 상기 다중 아이템 선택 UI 컴포넌트에 할당되도록 하기 위한 다중 아이템 선택창, 및 상기 다중 아이템 선택창을 통해 선택된 복수의 아이템을 드랍 다운 방식으로 표시하는 드랍다운 리스트를 포함할 수 있다.In one embodiment, the non-standard document object model element includes a multi-item selection element, and the multi-item selection UI component generated by dynamically rendering the multi-item selection element by the web UI component generation system includes the multi-item selection A text box that displays outline information of a plurality of items allocated to a UI component, a search icon located in the text box, and a pop-up when the search icon is selected, and configured to select at least some of a plurality of selectable items And a multi-item selection window for allowing a plurality of selected items to be allocated to the multi-item selection UI component, and a drop-down list for displaying a plurality of items selected through the multi-item selection window in a drop-down manner. .

일 실시예에서, 상기 비표준 문서 객체 모델 요소는, 모자이크 이미지화 요소를 포함하되, 상기 웹 UI 컴포넌트 생성 시스템이 상기 모자이크 이미지화 요소를 동적 렌더링함으로써 생성되는 모자이크 이미지화 UI 컴포넌트는, 상기 서버로부터 수신한 소정의 텍스트 데이터에 포함된 각각의 문자에 상응하는 단위 이미지를 생성하고, 각각의 문자에 상응하는 단위 이미지를 랜덤하게 아핀 변환한 후 조합하여 상기 텍스트 데이터에 상응하는 모자이크 이미지를 생성하고, 생성한 상기 모자이크 이미지를 표시할 수 있다.In one embodiment, the non-standard document object model element includes a mosaic imaging element, and the mosaic imaging UI component generated by dynamic rendering of the mosaic imaging element by the web UI component generation system includes a predetermined value received from the server. Generate a unit image corresponding to each character included in the text data, randomly affine transform the unit image corresponding to each character, and combine to generate a mosaic image corresponding to the text data, and the generated mosaic Images can be displayed.

본 발명의 다른 일 측면에 따르면, 데이터처리장치에 설치되어 상술한 방법을 수행하기 위한 프로그램을 기록한 컴퓨터 판독 가능한 기록매체가 제공된다.According to another aspect of the present invention, there is provided a computer-readable recording medium installed in a data processing apparatus and recording a program for performing the above-described method.

본 발명의 다른 일 측면에 따르면, 웹 UI 컴포넌트 생성 시스템으로서, 프로세서, 프로그램을 저장하고 있는 메모리를 포함하며, 상기 프로그램은, 상기 프로세서에 의해 실행되는 경우, 상기 웹 UI 컴포넌트 생성 시스템이 상술한 방법을 수행하도록 하는 웹 UI 컴포넌트 생성 시스템이 제공된다.According to another aspect of the present invention, a system for generating a web UI component, comprising a processor and a memory storing a program, wherein the program is executed by the processor, the method described above by the web UI component generating system A web UI component creation system is provided to perform this.

본 발명의 일 실시예에 따르면, 컴포넌트 별 설정 값이나 웹 페이지 또는 웹 사이트 전역에 영향을 주는 설정 값을 중앙화된 서버에서 관리하고 서버 측 설정을 변경함으로써 이러한 서버 측 설정 사항이 웹 페이지 혹은 웹 페이지에 포함된 UI 컴포넌트에 반영될 수 있도록 하는 시스템 및 방법을 제공할 수 있다.According to an embodiment of the present invention, a centralized server manages a setting value for each component or a setting value that affects the entire web page or web site, and changes the server-side setting so that these server-side settings are changed to the web page or web page. It is possible to provide a system and method to be reflected in the UI component included in the.

또한 통상적인 웹 브라우저에서 렌더링되는 표준 웹 UI 컴포넌트 외에 심미적으로 향상되고 복잡하고 기능을 수행할 수 있는 비표준 웹 UI 컴포넌트를 제공할 수 있다.In addition, in addition to the standard web UI component rendered in a typical web browser, a non-standard web UI component that is aesthetically enhanced and capable of performing a complex function can be provided.

본 발명의 상세한 설명에서 인용되는 도면을 보다 충분히 이해하기 위하여 각 도면의 간단한 설명이 제공된다.
도 1은 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 시스템의 구동 환경을 도시한 도면이다.
도 2는 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 시스템의 구체적인 구성을 도시한 블록도이다.
도 3은 그리드 형태의 웹 UI 컴포넌트의 필드를 설정하는 예를 도시한 도면이다.
도 4a 내지 도 4c는 각각 표시 포맷이 상이한 날짜 선택 UI의 예를 도시한 도면이다.
도 5는 복수의 입력 필드를 포함하는 웹 UI 컴포넌트에서 입력 필드의 위치나 표시 순서를 설정하는 예를 도시한 도면이다.
도 6은 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 방법을 도시한 흐름도이다.
도 74a 내지 도 7d는 본 발명의 일 실시예에 따른 다중 아이템 선택 UI 컴포넌트에 대해 설명하기 위한 도면이다.
도 8a 내지 도 8c는 본 발명의 일 실시예에 따른 모자이크 이미지화 UI 컴포넌트에 대해 설명하기 위한 도면이다.
Brief description of each drawing is provided in order to more fully understand the drawings cited in the detailed description of the present invention.
1 is a diagram illustrating a driving environment of a system for generating a web UI component according to an embodiment of the present invention.
2 is a block diagram showing a detailed configuration of a web UI component generation system according to an embodiment of the present invention.
3 is a diagram illustrating an example of setting a field of a web UI component in a grid form.
4A to 4C are diagrams illustrating examples of date selection UIs having different display formats.
FIG. 5 is a diagram illustrating an example of setting a position or display order of an input field in a web UI component including a plurality of input fields.
6 is a flowchart illustrating a method of generating a web UI component according to an embodiment of the present invention.
74A to 7D are diagrams for describing a multi-item selection UI component according to an embodiment of the present invention.
8A to 8C are diagrams for describing a mosaic imaging UI component according to an embodiment of the present invention.

본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변환, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.Since the present invention can apply various transformations and have various embodiments, specific embodiments are illustrated in the drawings and will be described in detail in the detailed description. However, this is not intended to limit the present invention to a specific embodiment, it is to be understood to include all conversions, equivalents, and substitutes included in the spirit and scope of the present invention. In describing the present invention, when it is determined that a detailed description of a related known technology may obscure the subject matter of the present invention, a detailed description thereof will be omitted.

제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다.Terms such as first and second may be used to describe various components, but the components should not be limited by the terms. These terms are used only for the purpose of distinguishing one component from another component.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. The terms used in the present application are only used to describe specific embodiments, and are not intended to limit the present invention. Singular expressions include plural expressions unless the context clearly indicates otherwise.

본 명세서에 있어서, “포함하다” 또는 “가지다” 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.In the present specification, terms such as "include" or "have" are intended to designate the existence of features, numbers, steps, actions, components, parts, or a combination thereof described in the specification, but one or more other It is to be understood that the presence or addition of features, numbers, steps, actions, components, parts, or combinations thereof, does not preclude in advance the possibility of being excluded.

또한, 본 명세서에 있어서는 어느 하나의 구성요소가 다른 구성요소로 데이터를 '전송'하는 경우에는 상기 구성요소는 상기 다른 구성요소로 직접 상기 데이터를 전송할 수도 있고, 적어도 하나의 또 다른 구성요소를 통하여 상기 데이터를 상기 다른 구성요소로 전송할 수도 있는 것을 의미한다. 반대로 어느 하나의 구성요소가 다른 구성요소로 데이터를 '직접 전송'하는 경우에는 상기 구성요소에서 다른 구성요소를 통하지 않고 상기 다른 구성요소로 상기 데이터가 전송되는 것을 의미한다.In addition, in the present specification, when one component'transmits' data to another component, the component may directly transmit the data to the other component, or through at least one other component. This means that the data may be transmitted to the other component. Conversely, when one component'directly transmits' data to another component, it means that the data is transmitted from the component to the other component without passing through the other component.

이하, 첨부된 도면들을 참조하여 본 발명의 실시예들을 중심으로 본 발명을 상세히 설명한다. 각 도면에 제시된 동일한 참조부호는 동일한 부재를 나타낸다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings, focusing on embodiments of the present invention. The same reference numerals in each drawing indicate the same member.

도 1은 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 시스템의 구동 환경을 도시한 도면이다.1 is a diagram illustrating a driving environment of a system for generating a web UI component according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 방법을 구현하기 위해서는 소정의 웹 UI 컴포넌트 생성 시스템(100)이 구비될 수 있다.Referring to FIG. 1, in order to implement a method for generating a web UI component according to an embodiment of the present invention, a predetermined web UI component generating system 100 may be provided.

상기 웹 UI 컴포넌트 생성 시스템(100)은 사용자 단말(10)에 포함되어 구현될 수 있다. 이 경우, 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 사용자 단말(10)에 구비된 하드웨어 및 상기 사용자 단말(10)에서 구동되는 소프트웨어가 결합된 형태로 구현될 수 있다. 예를 들어 상기 웹 UI 컴포넌트 생성 시스템(100)은 웹 문서(예를 들면, HTML 문서 등)를 렌더링하고 렌더링된 결과를 디스플레이하기 위한 웹 브라우저를 포함할 수 있다.The web UI component generation system 100 may be implemented by being included in the user terminal 10. In this case, the web UI component generation system 100 may be implemented in a form in which hardware included in the user terminal 10 and software driven in the user terminal 10 are combined. For example, the web UI component generation system 100 may include a web browser for rendering a web document (eg, an HTML document, etc.) and displaying the rendered result.

한편, 상기 사용자 단말(10)은 각종 소프트웨어를 저장하고, 저장된 소프트웨어를 실행할 수 있는 소정의 컴퓨팅 장치 또는 데이터 프로세싱 장치일 수 있다. 예를 들어, 상기 사용자 단말(10)은 스마트폰, 타블렛 PC, 랩탑, 데스크탑, 모바일 단말, PMP, PDA 등일 수 있다. Meanwhile, the user terminal 10 may be a computing device or a data processing device capable of storing various types of software and executing the stored software. For example, the user terminal 10 may be a smart phone, tablet PC, laptop, desktop, mobile terminal, PMP, PDA, or the like.

한편, 구현 예에 따라서는, 도 1에 도시된 바와는 달리, 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 사용자 단말(10)과 별도의 장치로 구현될 수 있으며, 이 경우 상기 웹 UI 컴포넌트 생성 시스템(100)은 유/무선 네트워크를 통하여 상기 사용자 단말(10)과 본 발명의 기술적 사상을 구현하는데 필요한 각종 데이터 및/또는 신호를 송수신할 수 있다.Meanwhile, depending on an implementation example, unlike FIG. 1, the web UI component generation system 100 may be implemented as a separate device from the user terminal 10, and in this case, the web UI component generation The system 100 may transmit and receive various data and/or signals required to implement the technical idea of the present invention with the user terminal 10 through a wired/wireless network.

상기 웹 UI 컴포넌트 생성 시스템(100)은 소정의 서버(200)와 유/무선 네트워크를 통해 연결되어 본 발명의 기술적 사상을 구현하는데 필요한 각종 데이터 및/또는 신호를 송수신할 수 있다.The web UI component generating system 100 may be connected to a predetermined server 200 through a wired/wireless network to transmit and receive various data and/or signals required to implement the technical idea of the present invention.

상기 서버(200)는 상기 웹 UI 컴포넌트 생성 시스템(100) 및/또는 상기 사용자 단말(10)이 요청하는 웹 문서(예를 들면, HTML 문서 등) 및/또는 웹 문서를 구현하는데 필요한 리소스를 상기 웹 UI 컴포넌트 생성 시스템(100) 및/또는 상기 사용자 단말(10)로 전송하는 웹 서버(210)를 포함할 수 있다.The server 200 provides the web UI component generation system 100 and/or the web document (eg, HTML document, etc.) requested by the user terminal 10 and/or the resource required to implement the web document. It may include a web UI component generation system 100 and/or a web server 210 that transmits to the user terminal 10.

또한 상기 서버(200)는 DB(220)를 더 포함할 수 있다.In addition, the server 200 may further include a DB 220.

본 명세서에서 DB(DataBase)라 함은, 적어도 하나의 테이블로 구현될 수도 있으며, 상기 DB에 저장된 정보를 검색, 저장, 및 관리하기 위한 별도의 DBMS(Database Management System)을 더 포함하는 의미로 사용될 수도 있다. 또한, 링크드 리스트(linked-list), 트리(Tree), 관계형 DB의 형태 등 다양한 방식으로 구현될 수 있으며, 상기 DB(130)에 저장될 정보를 저장할 수 있는 모든 데이터 저장매체 및 데이터 구조를 포함하는 의미로 사용될 수 있다.In this specification, the term DB (DataBase) may be implemented as at least one table, and is used as a meaning to further include a separate DBMS (Database Management System) for searching, storing, and managing information stored in the DB. May be. In addition, it can be implemented in various ways such as a linked-list, a tree, a relational DB, and includes all data storage media and data structures capable of storing information to be stored in the DB 130. It can be used as a meaning.

상기 DB(200)는 설정정보를 더 저장할 수 있으며, 상기 설정정보는 상기 웹 서버(210)가 제공하는 웹 문서 또는 웹 문서에 포함된 리소스에 관한 설정을 나타내는 정보일 수 있다.The DB 200 may further store setting information, and the setting information may be a web document provided by the web server 210 or information indicating a setting regarding a resource included in the web document.

상기 웹 서버(210)는 상기 DB(200)에 저장된 설정 정보를 웹 문서와 함께 상기 사용자 단말(10) 및/또는 상기 웹 UI 컴포넌트 생성 시스템(100)으로 제공할 수 있다. 그러면 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 설정정보를 반영하여 웹 문서를 렌더링할 수 있는데 이에 대하여는 후술하기로 한다.The web server 210 may provide setting information stored in the DB 200 together with a web document to the user terminal 10 and/or the web UI component generation system 100. Then, the web UI component generation system 100 can render a web document by reflecting the setting information, which will be described later.

한편, 실시예에 따라서는 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 웹 UI 컴포넌트 생성 시스템(100)은 소정의 ERP 시스템과 연동하여 동작할 수 있다. 상기 ERP 시스템은 상기 서버(200)에 포함될 수 있다. 상기 ERP 시스템은 기업의 경영 및 관리에 관한 업무를 위한 컴퓨터 시스템으로서, 인사, 재무, 생산 등 기업의 전 부문에 걸쳐 독립적으로 운영되던 각종 관리시스템의 경영자원을 통합한 통합 시스템일 수 있다. 또한, ERP 시스템은 기업에서의 여러 가지 자원의 흐름, 용도를 감시하며, 경영 자원을 효율적으로 운용하기 위해 경리, 영업, 재고 관리 등의 업무에 관련된 데이터를 수집하고 해석하여, 보다 나은 경영 판단을 할 수 있도록 형성될 수 있다. 상기 ERP 시스템에는 기업의 경영 및 관리에 관한 업무 처리를 위한 각종 데이터가 미리 저장되어 있을 수 있다.Meanwhile, according to an embodiment, the web UI component generation system 100 may operate in conjunction with a predetermined ERP system. The ERP system may be included in the server 200. The ERP system is a computer system for business management and management of a company, and may be an integrated system integrating management resources of various management systems that have been independently operated across all sectors of the company, such as personnel, finance, and production. In addition, the ERP system monitors the flow and use of various resources in the enterprise, collects and interprets data related to business such as accounting, sales, and inventory management in order to efficiently manage management resources to make better management decisions. It can be formed to do. In the ERP system, various data for business processing related to business management and management may be stored in advance.

일 실시예에서 상기 웹 서버(210)는 ERP 시스템이 제공하는 각종 기능을 웹 UI를 통해 상기 사용자 단말(10) 및/또는 상기 웹 UI 컴포넌트 생성 시스템(100)으로 제공할 수 있다. In one embodiment, the web server 210 may provide various functions provided by the ERP system to the user terminal 10 and/or the web UI component generation system 100 through a web UI.

도 2는 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 시스템(100)의 구체적인 구성을 도시한 블록도이다.2 is a block diagram showing a detailed configuration of a web UI component generating system 100 according to an embodiment of the present invention.

도 2에 도시된 바와 같이, 상기 웹 UI 컴포넌트 생성 시스템(100)은 웹 문서 요청모듈(110), 웹 문서 수신모듈(120), 브라우저 기존 렌더링 엔진(130), 설정정보모듈(140), 동적 웹 UI 컴포넌트 생성모듈(150)을 포함할 수 있다. 본 발명의 실시예에 따라서는, 상술한 구성요소들 중 일부 구성요소는 반드시 본 발명의 구현에 필수적으로 필요한 구성요소에 해당하지 않을 수도 있으며, 또한 실시예에 따라 상기 웹 UI 컴포넌트 생성 시스템(100)은 이보다 더 많은 구성요소를 포함할 수도 있음은 물론이다. 예를 들어 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 웹 UI 컴포넌트 생성 시스템(100)에 포함된 다른 구성들(예를 들면, 웹 문서 요청모듈(110), 웹 문서 수신모듈(120), 브라우저 기존 렌더링 엔진(130), 설정정보모듈(140), 동적 웹 UI 컴포넌트 생성모듈(150) 등)의 기능 및/또는 리소스를 제어할 수 있는 제어모듈(미도시)을 더 포함할 수도 있다. As shown in Figure 2, the web UI component generation system 100 is a web document request module 110, a web document receiving module 120, a browser existing rendering engine 130, a setting information module 140, dynamic A web UI component generating module 150 may be included. Depending on the embodiment of the present invention, some of the above-described components may not necessarily correspond to components essential to the implementation of the present invention, and the web UI component generation system 100 according to the embodiment Of course,) may include more components than this. For example, the web UI component generating system 100 includes other components included in the web UI component generating system 100 (e.g., a web document request module 110, a web document receiving module 120, a browser It may further include a control module (not shown) capable of controlling functions and/or resources of the existing rendering engine 130, the setting information module 140, the dynamic web UI component generation module 150, etc.

상기 웹 UI 컴포넌트 생성 시스템(100)은 본 발명의 기술적 사상을 구현하기 위해 필요한 하드웨어 리소스(resource) 및/또는 소프트웨어를 구비할 수 있으며, 반드시 하나의 물리적인 구성요소를 의미하거나 하나의 장치를 의미하는 것은 아니다. 즉, 상기 웹 UI 컴포넌트 생성 시스템(100)은 본 발명의 기술적 사상을 구현하기 위해 구비되는 하드웨어 및/또는 소프트웨어의 논리적인 결합을 의미할 수 있으며, 필요한 경우에는 서로 이격된 장치에 설치되어 각각의 기능을 수행함으로써 본 발명의 기술적 사상을 구현하기 위한 논리적인 구성들의 집합으로 구현될 수도 있다. 또한, 상기 웹 UI 컴포넌트 생성 시스템(100)은 본 발명의 기술적 사상을 구현하기 위한 각각의 기능 또는 역할별로 별도로 구현되는 구성들의 집합을 의미할 수도 있다. 예를 들면, 웹 문서 요청모듈(110), 웹 문서 수신모듈(120), 브라우저 기존 렌더링 엔진(130), 설정정보모듈(140), 동적 웹 UI 컴포넌트 생성모듈(150)은 서로 다른 물리적 장치에 위치할 수도 있고, 동일한 물리적 장치에 위치할 수도 있다. 또한, 구현 예에 따라서는 상기 웹 문서 요청모듈(110), 웹 문서 수신모듈(120), 브라우저 기존 렌더링 엔진(130), 설정정보모듈(140), 동적 웹 UI 컴포넌트 생성모듈(150) 각각을 구성하는 소프트웨어 및/또는 하드웨어의 결합 역시 서로 다른 물리적 장치에 위치하고, 서로 다른 물리적 장치에 위치한 구성들이 서로 유기적으로 결합되어 각각의 상기 모듈들을 구현할 수도 있다.The web UI component generation system 100 may include hardware resources and/or software necessary to implement the technical idea of the present invention, and necessarily means one physical component or one device. Is not. That is, the web UI component generation system 100 may mean a logical combination of hardware and/or software provided to implement the technical idea of the present invention, and if necessary, the web UI component generation system 100 It may be implemented as a set of logical configurations for implementing the technical idea of the present invention by performing a function. In addition, the web UI component generation system 100 may refer to a set of components implemented separately for each function or role for implementing the technical idea of the present invention. For example, the web document request module 110, the web document receiving module 120, the browser existing rendering engine 130, the setting information module 140, and the dynamic web UI component generation module 150 are used in different physical devices. It can be located on the same physical device. In addition, depending on the implementation example, the web document request module 110, the web document receiving module 120, the browser existing rendering engine 130, the setting information module 140, and the dynamic web UI component generation module 150 A combination of software and/or hardware to configure may also be located in different physical devices, and components located in different physical devices may be organically combined with each other to implement the respective modules.

또한, 본 명세서에서 모듈이라 함은, 본 발명의 기술적 사상을 수행하기 위한 하드웨어 및 상기 하드웨어를 구동하기 위한 소프트웨어의 기능적, 구조적 결합을 의미할 수 있다. 예를 들면, 상기 모듈은 소정의 코드와 상기 소정의 코드가 수행되기 위한 하드웨어 리소스의 논리적인 단위를 의미할 수 있으며, 반드시 물리적으로 연결된 코드를 의미하거나, 한 종류의 하드웨어를 의미하는 것은 아님은 본 발명의 기술분야의 평균적 전문가에게는 용이하게 추론될 수 있다.In addition, in this specification, a module may mean a functional and structural combination of hardware for performing the technical idea of the present invention and software for driving the hardware. For example, the module may mean a predetermined code and a logical unit of hardware resources for executing the predetermined code, but does not necessarily mean a physically connected code or a single type of hardware. It can be easily inferred by an average expert in the technical field of the present invention.

실시예에 따라 상기 웹 문서 요청모듈(110), 웹 문서 수신모듈(120) 및 브라우저 기존 렌더링 엔진(130)은 상기 사용자 단말(10)에 설치되어 있는 웹 브라우저(101)에 포함될 수 있다. 웹 브라우저는 웹 서버(210)와 쌍방향 통신하여 HTML 문서나 파일과 연동하고 출력하는 응용 소프트웨어로서, 웹 브라우저는 대표적인 HTTP 사용자 에이전트 중 하나이며, 주요 웹 브라우저로는 모질라 파이어폭스, 구글 크롬, 인터넷 익스플로러, 마이크로소프트 엣지, 오페라, 사파리 등을 포함할 수 있다.According to an embodiment, the web document request module 110, the web document receiving module 120, and the browser existing rendering engine 130 may be included in the web browser 101 installed in the user terminal 10. A web browser is an application software that interactively communicates with the web server 210 to interwork with and outputs HTML documents or files. The web browser is one of the representative HTTP user agents, and major web browsers include Mozilla Firefox, Google Chrome, and Internet Explorer. , Microsoft Edge, Opera, Safari, etc.

한편 상기 웹 문서 요청모듈(110)은 상기 서버(200)로 대상 웹 문서를 요청하고, 상기 웹 문서 수신모듈(120)은 상기 서버(200)로부터 상기 대상 웹 문서를 수신할 수 있다. 또한 상기 웹 문서 수신모듈(120)은 상기 서버(200)로부터 상기 대상 웹 문서의 리소스를 더 수신할 수도 있다.Meanwhile, the web document request module 110 may request a target web document from the server 200, and the web document receiving module 120 may receive the target web document from the server 200. In addition, the web document receiving module 120 may further receive a resource of the target web document from the server 200.

상기 대상 웹 문서는 복수의 HTML 요소(HTML 엘리먼트, HTML element)를 포함할 수 있으며, W3C 표준 문서 객체 모델(Document Object Model; DOM) 요소(element) 및 비표준 문서 객체 모델 요소로 파싱될 수 있다.The target web document may include a plurality of HTML elements (HTML elements, HTML elements), and may be parsed into a W3C standard document object model (DOM) element and a non-standard document object model element.

HTML 요소는 HTML 문서나 웹 페이지를 이루는 개별적인 요소를 의미하며, 문서 객체 모델로 파싱된다. HTML은 트리나 HTML 노드(텍스트 노드 등)로 구성된다. 각 노드는 HTML 속성을 지정할 수 있다. 노드들은 기타 노드와 텍스트를 포함한 콘텐츠도 소유할 수 있다. 수많은 HTML 노드들은 시맨틱이나 의미를 표현한다. 이를테면 title 노드는 문서의 제목을 나타낸다.HTML elements refer to individual elements that make up an HTML document or web page, and are parsed into a document object model. HTML consists of a tree or HTML nodes (text nodes, etc.). Each node can specify HTML attributes. Nodes can also own other nodes and content, including text. Numerous HTML nodes express semantics or meaning. For example, the title node represents the title of the document.

문서 객체 모델은 객체 지향 모델로써 구조화된 문서를 표현하는 형식이다.The document object model is an object-oriented model that represents a structured document.

W3C 표준 문서 객체 모델은 플랫폼/언어 중립적으로 구조화된 문서를 표현하는 W3C의 공식 표준을 의미할 수 있으며, W3C가 표준화한 여러 개의 API의 기반이 된다. 문서 객체 모델은 HTML 문서의 요소를 제어하기 위한 것으로서, 동적으로 문서의 내용, 구조, 스타일에 접근하고 변경하는 수단이다. 브라우저 사이에 DOM 구현이 호환되지 않음에 따라, W3C에서 문서객체모델의 표준 규격을 작성하게 되었으며, 본 명세서에서는 이를 W3C 표준 문서 객체 모델로 칭하기로 한다.The W3C standard document object model can mean the W3C's official standard for expressing a document structured in a platform/language neutral way, and is the basis for several APIs standardized by the W3C. The document object model is for controlling the elements of an HTML document, and is a means to dynamically access and change the content, structure, and style of the document. Due to the incompatibility of DOM implementation between browsers, the W3C developed a standard document object model, which will be referred to as the W3C standard document object model in this specification.

W3C 표준 문서 객체 모델 요소 혹은 표준 문서 객체 모델 요소는 W3C 표준 문서 객체 모델에 의해 정의되는 문서 객체 모델 요소를 의미할 수 있다. 비표준 문서 객체 모델 요소는 W3C 표준 문서 객체 모델에 따른 요소를 제외한 나머지 문서 객체 모델 요소를 의미할 수 있다. 상기 비표준 문서 객체 모델 요소는 상기 서버(200) 및 상기 웹 UI 컴포넌트 생성 시스템(100) 사이에 미리 약속되거나 정의된 요소로서, HTML 표준을 따르는 통상적인 웹 브라우저에서는 렌더링이 되지 않을 수 있다.The W3C standard document object model element or the standard document object model element may mean a document object model element defined by the W3C standard document object model. The non-standard document object model element may mean other document object model elements excluding elements according to the W3C standard document object model. The non-standard document object model element is an element previously promised or defined between the server 200 and the web UI component generation system 100, and may not be rendered in a typical web browser conforming to the HTML standard.

한편, 상기 브라우저 기본 렌더링 엔진(130)은 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링할 수 있다.Meanwhile, the browser basic rendering engine 130 may render a standard document object model element of the target web document.

상기 설정정보모듈(140)은 상기 서버(200)로부터 상기 대상 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 수신할 수 있다.The setting information module 140 may receive setting information on a non-standard document object model element of the target document from the server 200.

상기 동적 웹 UI 컴포넌트 생성모듈(150)은 상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성할 수 있다.The dynamic web UI component generation module 150 dynamically renders a non-standard document object model element of the target web document according to the setting information, and generates the non-standard document object model element and a web UI component corresponding to the setting information. can do.

상기 설정정보는 상기 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트에 포함되는 각각의 UI 요소의 표시 여부, 형태, 레이아웃, 출력 포맷 및 표시 언어에 관한 정보를 포함할 수 있으나 이에 한정되는 것은 아니다. 예를 들어 상기 설정정보는 웹 UI 컴포넌트에 포함되는 각 UI 요소의 지역화 처리, 사용자 도움말 표시 여부 등에 관한 정보일 수 있다.The setting information may include information on whether to display each UI element included in a web UI component corresponding to the non-standard document object model element, a form, a layout, an output format, and a display language, but is not limited thereto. For example, the setting information may be information about localization processing of each UI element included in the web UI component, and whether user help is displayed.

예를 들어 상기 동적 웹 UI 컴포넌트 생성모듈(150)에 의해 생성되는 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트는, 사용자가 입력할 데이터의 자료형에 최적화된 입력 방식을 제공하도록 구성될 수 있다. 또는 설정정보에 따라 입출력 데이터의 포맷(예를 들면, 금액 포맷, 날짜 포맷, 특정 부분의 마스크 처리 등)이 지정되거나 입출력 데이터에 대한 도움말(예를 들면 가이드라인)의 제공 여부가 달리 결정될 수 있다. 또는 설정정보에 따라 라벨 및 메시지의 지역화 처리가 가능하며 활성화/비활성화 여부나 초기값이 커스터마이징될 수 있다. 또한 웹 UI 컴포넌트가 포함하고 있는 각종 필드의 표시 순서가 커스터마이징 될 수 있다. 또는 표준 웹 컴포넌트가 수행할 수 없는 복잡하고 다양한 기능을 수행하는 웹 컴포넌트가 생성될 수 있다.For example, a web UI component corresponding to a non-standard document object model element generated by the dynamic web UI component generation module 150 may be configured to provide an input method optimized for a data type of data to be input by a user. Alternatively, the format of the input/output data (eg, money format, date format, mask processing of a specific portion, etc.) may be specified according to the setting information, or whether to provide help (eg, guideline) for input/output data may be determined differently. . Alternatively, the label and message can be localized according to the setting information, and whether or not to activate/deactivate or the initial value can be customized. In addition, the display order of various fields included in the web UI component can be customized. Alternatively, a web component that performs a variety of complex functions that a standard web component cannot perform can be created.

한편, 상기 설정정보는 상기 서버에서 제공하는 모든 웹 문서에 공통적으로 적용되는 전역 설정정보, 상기 대상 웹 문서에 포함된 모든 비표준 문서 객체 모델 요소에 공통적으로 적용되는 문서 레벨 설정정보 및 상기 대상 웹 문서에 포함된 각 비표준 문서 객체 모델 요소 마다 적용되는 요소 레벨 설정정보를 포함할 수 있다.Meanwhile, the setting information includes global setting information commonly applied to all web documents provided by the server, document level setting information commonly applied to all non-standard document object model elements included in the target web document, and the target web document. Element level setting information applied to each non-standard document object model element included in may be included.

만약 전역 설정정보, 문서 레벨 설정정보, 요소 레벨 설정정보 중 적어도 일부가 충돌하는 경우 미리 정해진 우선 순위가 적용될 수 있다. 예를 들어 전역 설정정보, 문서 레벨 설정정보, 요소 레벨 설정정보가 충돌하는 경우 요소 레벨 설정정보가 최우선적으로 적용될 수 있다.If at least some of global setting information, document level setting information, and element level setting information collide, a predetermined priority may be applied. For example, when global setting information, document level setting information, and element level setting information collide, the element level setting information may be applied with the highest priority.

상기 설정정보는 상기 서버(200)의 관리자 혹은 상기 사용자 단말(10)의 사용자에 의해 미리 설정될 수 있다.The setting information may be preset by an administrator of the server 200 or a user of the user terminal 10.

도 3은 그리드 형태의 웹 UI 컴포넌트의 필드를 설정하는 예를 도시한 도면이다. 사용자 혹은 관리자는 서버(200)에 접속하여 소정의 그리드 형태의 웹 UI 컴포넌트를 설정하기 위한 UI를 제공받을 수 있으며 해당 UI 상에서 컬럼(71)을 추가, 삭제, 편집하고, 컬럼명(72)을 지정하거나, 통제 방법(74), 자리수(75)를 설정하거나 사용여부(75)를 지정할 수 있다.3 is a diagram illustrating an example of setting a field of a web UI component in a grid form. A user or administrator can access the server 200 to receive a UI for setting a web UI component in a predetermined grid form, and add, delete, and edit the column 71 on the UI, and change the column name 72. It can be specified, the control method (74), the number of digits (75) can be set, or whether or not to use (75) can be specified.

상기 그리드 형태의 웹 UI 컴포넌트에 대한 설정이 완료되면 해당 설정에 상응하는 설정정보가 상기 서버(200)의 DB(220)에 저장될 수 있으며, 이후 상기 설정정보는 상기 그리드 형태의 웹 UI 컴포넌트를 포함하는 웹 페이지와 함께 상기 웹 UI 컴포넌트 생성 시스템(100)으로 제공될 수 있다. 그러면 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 설정정보를 반영하여 상기 그리드 형태의 웹 UI 컴포넌트를 렌더링할 수 있다.When the setting for the grid-shaped web UI component is completed, setting information corresponding to the setting may be stored in the DB 220 of the server 200, and the setting information is then used to refer to the grid-shaped web UI component. It may be provided to the web UI component generation system 100 together with the included web page. Then, the web UI component generation system 100 may render the grid-shaped web UI component by reflecting the setting information.

도 4a 내지 도 4c는 각각 표시 포맷이 상이한 날짜 선택 UI의 예를 도시한 도면이다. 도 4a는 날짜 표시 텍스트(81)의 출력 포맷이 yyyy-MM-dd로 설정된 예를 도시하고 있으며, 도 4b는 날짜 표시 텍스트(81)의 출력 포맷이 MM-dd-yyyy로 설정된 예를 도시하고 있으며, 도 4c는 날짜 표시 텍스트(81)의 출력 포맷이 yy-MM-dd로 설정된 예를 도시하고 있다. 4A to 4C are diagrams illustrating examples of date selection UIs having different display formats. 4A shows an example in which the output format of the date display text 81 is set to yyyy-MM-dd, and FIG. 4B shows an example in which the output format of the date display text 81 is set to MM-dd-yyyy. 4C illustrates an example in which the output format of the date display text 81 is set to yy-MM-dd.

날짜 표시 텍스트(81)의 출력 포맷에 관한 정보는 서버(200)의 DB(220)에 저장되어 있을 수 있다. 상기 웹 UI 컴포넌트 생성 시스템(100)은 서버(220) 상의 설정정보에 따라 도 4a 내지 도 4c의 날짜 선택 UI를 렌더링할 수 있다.Information on the output format of the date display text 81 may be stored in the DB 220 of the server 200. The web UI component generation system 100 may render the date selection UI of FIGS. 4A to 4C according to the setting information on the server 220.

도 5는 복수의 입력 필드를 포함하는 웹 UI 컴포넌트에서 입력 필드의 위치나 표시 순서를 설정하는 예를 도시한 도면이다.FIG. 5 is a diagram illustrating an example of setting a position or display order of an input field in a web UI component including a plurality of input fields.

상기 웹 UI 컴포넌트에 도 5a에 도시된 바와 같이 입력 필드가 위치해 있는 상태에서 사용자 혹은 관리자는, 예를 들어 '상세조회조건타이틀6'이라는 입력필드의 위치를 드래그 앤 드롭 방식으로 이동하여 도 5b에 도시된 바와 같이 위치시킬 수 있다. 유사한 방식으로 사용자 혹은 관리자는 각 입력 필드를 제거하거나 비활성화할 수도 있으며 각각의 입력 필드에 지정되어 있는 필드명을 수정할 수도 있다.In the state where the input field is located on the web UI component as shown in FIG. 5A, the user or the administrator moves the location of the input field called'Detailed Inquiry Condition Title 6'in a drag-and-drop method to see FIG. 5B. It can be positioned as shown. In a similar way, the user or administrator can remove or disable each input field and modify the field name assigned to each input field.

사용자 혹은 관리자에 의해 변경된 상기 웹 UI 컴포넌트의 세부 설정이 반영된 설정정보는 서버(200)의 DB(220)에 저장될 수 있으며, 상기 웹 UI 컴포넌트 생성 시스템(100)은 서버(220) 상의 설정정보에 따라 도 5a 대신 도 5b에 상응하는 웹 UI 컴포넌트를 생성할 수 있다.Setting information reflecting the detailed settings of the web UI component changed by a user or an administrator may be stored in the DB 220 of the server 200, and the web UI component generating system 100 is the setting information on the server 220 Accordingly, a web UI component corresponding to FIG. 5B may be generated instead of FIG. 5A.

도 6은 본 발명의 일 실시예에 따른 웹 UI 컴포넌트 생성 방법을 도시한 흐름도이다.6 is a flowchart illustrating a method of generating a web UI component according to an embodiment of the present invention.

도 6을 참조하면, 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 서버(200)로 대상 웹 문서를 요청할 수 있다(S100). 이때, 상기 대상 웹 문서는, W3C 표준 문서 객체 모델 요소 및 비표준 문서 객체 모델 요소로 파싱될 수 있음은 전술한 바와 같다.Referring to FIG. 6, the web UI component generation system 100 may request a target web document from the server 200 (S100). In this case, as described above, the target web document can be parsed into a W3C standard document object model element and a non-standard document object model element.

이후 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 서버(200)로부터 상기 대상 웹 문서를 수신할 수 있다(S110).Thereafter, the web UI component generation system 100 may receive the target web document from the server 200 (S110).

또한 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 서버(200)로부터 상기 대상 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 요청하고, 수신할 수 있다(S120, S130).In addition, the web UI component generation system 100 may request and receive setting information on a non-standard document object model element of the target document from the server 200 (S120 and S130).

한편, 상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 대상 웹 문서를 파싱하여 표준 문서 객체 모델 요소 및 비표준 문서 객체 모델 요소를 추출할 수 있다(S140).Meanwhile, the web UI component generation system 100 may extract a standard document object model element and a non-standard document object model element by parsing the target web document (S140).

상기 웹 UI 컴포넌트 생성 시스템(100)은 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링할 수 있으며(S150), 이는 웹 브라우저의 기본 렌더링 엔진에 의해 수행될 수 있다.The web UI component generation system 100 may render a standard document object model element of the target web document (S150), which may be performed by a basic rendering engine of a web browser.

상기 웹 UI 컴포넌트 생성 시스템(100)은 표준 웹 브라우저에 의해 렌더링될 수 없는 비표준 문서 객체 모델 요소를 렌더링할 수 있는 추가적인 렌더링 엔진을 더 포함할 수 있으며, 이를 통하여 비표준 문서 객체 모델 요소를 렌더링하여 비표준 웹 UI 컴포넌트 생성할 수 있다. 또한 상기 웹 UI 컴포넌트 생성 시스템(100)은 비표준 문서 객체 모델 요소의 렌더링 시에 상기 설정정보를 반영함으로써 상기 설정정보에 따라 기능적/시각적으로 커스터마이징되는 웹 UI 컴포넌트를 생성할 수 있다(S160).The web UI component generation system 100 may further include an additional rendering engine capable of rendering non-standard document object model elements that cannot be rendered by a standard web browser, and renders non-standard document object model elements through this. Web UI components can be created. In addition, the web UI component generation system 100 may generate a web UI component that is functionally/visually customized according to the setting information by reflecting the setting information when rendering a non-standard document object model element (S160).

상기 웹 UI 컴포넌트 생성 시스템(100)이 비표준 문서 객체 모델 요소를 렌더링함으로써 생성되는 웹 UI 컴포넌트는 표준 웹 브라우저가 해석할 수 있는 형태의 요소로 구성될 수 있다.The web UI component generated by the web UI component generation system 100 rendering a non-standard document object model element may be composed of an element in a form that can be interpreted by a standard web browser.

한편, 상기 비표준 문서 객체 모델 요소의 예로 다중 아이템 선택 요소를 들 수 있는데, 이하에서는 다중 아이템 선택 요소가 상기 동적 웹 UI 컴포넌트 생성모듈(150)에 의해 렌더링됨으로써 생성되는 다중 아이템 선택 UI 컴포넌트에 대해 도 7a 내지 도 7d를 참조하여 설명하기로 한다.Meanwhile, an example of the non-standard document object model element may be a multi-item selection element. Hereinafter, a multi-item selection UI component generated by rendering the multi-item selection element by the dynamic web UI component generation module 150 is illustrated. It will be described with reference to 7a to 7d.

대상 웹 페이지에는 다중 아이템 선택 요소로 파싱되는 도 7a와 같은 태그가 포함될 수 있다. 해당 HTML 태그는 다중 아이템 선택 요소로 파싱될 수 있으며, 상기 동적 웹 UI 컴포넌트 생성모듈(150)은 다중 아이템 선택 요소를 렌더링하여 다중 아이템 선택 UI 컴포넌트를 생성할 수 있다.The target web page may include a tag as shown in FIG. 7A that is parsed as a multi-item selection element. The corresponding HTML tag may be parsed as a multi-item selection element, and the dynamic web UI component generation module 150 may generate a multi-item selection UI component by rendering the multi-item selection element.

도 7b는 다중 아이템 선택 UI 컴포넌트(20)가 드랍다운 리스트 박스의 형태로 확장되기 이전의 형태를 도시하고 있다. 도 7b에 도시된 바와 같이, 상기 다중 아이템 선택 UI 컴포넌트(20)는 상기 다중 아이템 선택 UI 컴포넌트(20)에 할당되어 있는 복수의 아이템의 개요 정보를 표시하는 텍스트 박스(21), 상기 다중 아이템 선택 UI 컴포넌트(20)를 확장하기 위한 확장 버튼(22), 상기 텍스트 박스 내에 위치하는 검색 아이콘(23)을 포함할 수 있다.7B illustrates a form before the multi-item selection UI component 20 is expanded in the form of a drop-down list box. As shown in FIG. 7B, the multi-item selection UI component 20 includes a text box 21 displaying outline information of a plurality of items allocated to the multi-item selection UI component 20, and the multi-item selection An extension button 22 for extending the UI component 20 and a search icon 23 positioned in the text box may be included.

만약 검색 아이콘(23)이 선택되는 경우, 도 7c에 도시되어 있는 바와 같은, 다중 아이템 선택창(27)이 팝업될 수 있다. 도 7c를 참조하면, 다중 아이템 선택창(27)은 선택 가능한 복수의 아이템이 나열되어 있는 선택 가능 아이템 리스트(25) 및 선택 가능 아이템에 관한 검색 조건을 입력할 수 있는 검색 조건 입력 UI(26)를 포함할 수 있다. 검색 조건 입력 UI(26)에 검색 조건이 입력되는 경우 입력된 검색 조건을 만족하는 아이템만이 상기 선택 가능 아이템 리스트(25)에 표시될 수 있다.If the search icon 23 is selected, a multi-item selection window 27 as shown in FIG. 7C may be popped up. Referring to FIG. 7C, the multi-item selection window 27 includes a selectable item list 25 in which a plurality of selectable items are listed, and a search condition input UI 26 for inputting a search condition for the selectable item. It may include. When a search condition is input to the search condition input UI 26, only items that satisfy the input search condition may be displayed in the selectable item list 25.

한편, 선택 가능 아이템 리스트(25)를 통해 사용자는 일부 혹은 전부의 아이템을 선택할 수 있다. 도 7c의 예에서는 콤보박스를 통해 4개의 아이템(코드: 201010, 992300, 995100, 300000)이 선택되어 있다. 한편, 사용자에 의해 선택된 적어도 하나의 아이템(도 4b의 예에서는 코드: 201010, 코드: 992300, 코드: 995100, 코드: 300000)은 상기 다중 아이템 선택 UI 컴포넌트(20)에 할당될 수 있다.Meanwhile, the user can select some or all items through the selectable item list 25. In the example of FIG. 7C, four items (codes: 201010, 992300, 995100, and 300000) are selected through a combo box. Meanwhile, at least one item selected by the user (code: 201010, code: 992300, code: 995100, code: 300000 in the example of FIG. 4B) may be allocated to the multi-item selection UI component 20.

한편, 도 7c와 같은 다중 아이템 선택창(27)을 통해 적어도 하나의 아이템이 선택되어 상기 다중 아이템 선택 UI 컴포넌트(20)에 할당된 후 도 7b의 확장 버튼(22)이 선택되는 경우 도 7d에 도시된 바와 같은 UI가 표시될 수 있다. 도 7d에 도시된 바와 같이, 상기 다중 아이템 선택 UI 컴포넌트(20)는 상기 다중 아이템 선택창(24)을 통해 선택된 복수의 아이템을 드랍 다운 방식으로 표시하는 드랍다운 리스트(27)를 포함할 수 있다. 또한 할당된 각각의 아이템을 삭제하기 위한 삭제 버튼(28), 전체 아이템을 삭제하기 위한 전체삭제 버튼(29)을 더 포함할 수 있다.On the other hand, when at least one item is selected through the multi-item selection window 27 as shown in FIG. 7C and assigned to the multi-item selection UI component 20, and then the expand button 22 of FIG. 7B is selected, A UI as shown may be displayed. As shown in FIG. 7D, the multi-item selection UI component 20 may include a drop-down list 27 that displays a plurality of items selected through the multi-item selection window 24 in a drop-down manner. . In addition, it may further include a delete button 28 for deleting each assigned item, and a delete all button 29 for deleting all items.

한편, 상기 텍스트 박스(21)에 표시되는 데이터의 포맷이나 검색 아이콘(23)의 형태, 다중 아이템 선택창(24)에 포함되는 선택 가능 아이템 리스트(25)의 각 필드의 활성화(표시) 여부, 검색 조건 입력 UI(26)의 활성화 여부 또는 포맷 등 상기 다중 아이템 선택 UI 컴포넌트(20)의 기능이나 시각적 효과는 상기 서버(200)로부터 수신된 설정 정보에 의해 커스터마이징될 수 있다.On the other hand, the format of the data displayed in the text box 21 or the form of the search icon 23, whether each field of the selectable item list 25 included in the multiple item selection window 24 is activated (displayed), Functions or visual effects of the multi-item selection UI component 20, such as whether or not the search condition input UI 26 is activated or format, may be customized by setting information received from the server 200.

한편, 상기 비표준 문서 객체 모델 요소의 다른 예로 모자이크 이미지화 요소를 들 수 있는데, 이하에서는 모자이크 이미지화 요소가 상기 동적 웹 UI 컴포넌트 생성모듈(150)에 의해 렌더링됨으로써 생성되는 모자이크 이미지화 UI 컴포넌트에 대해 도 8a 내지 도 8c를 참조하여 설명하기로 한다.Meanwhile, another example of the non-standard document object model element may be a mosaic imaging element. Hereinafter, a mosaic imaging UI component generated by rendering the mosaic imaging element by the dynamic web UI component generation module 150 is illustrated in FIGS. It will be described with reference to FIG. 8C.

상기 모자이크 이미지화 UI 컴포넌트는 텍스트 데이터 대신 이를 모자이크 이미지화한 객체를 표시함으로써 해당 데이터를 복사(copy)하기 어렵도록 하는 기능을 수행하는 웹 UI 컴포넌트일 수 있다. 이를 위하여 상기 모자이크 이미지화 UI 컴포넌트는 상기 서버(200)로부터 수신한 소정의 텍스트 데이터에 포함된 각각의 문자에 상응하는 단위 이미지를 생성할 수 있다. 예를 들어 상기 모자이크 이미지화 UI 컴포넌트는 'abcd'라는 텍스트를 도 8a에 도시된 바와 같이, 각 문자별로 단위 이미지화하여 'a'에 상응하는 단위 이미지(41), 'b'에 상응하는 단위 이미지(42), 'c'에 상응하는 단위 이미지(43), 'd'에 상응하는 단위 이미지(44)를 생성할 수 있다The mosaic-imaging UI component may be a web UI component that performs a function of making it difficult to copy corresponding data by displaying an object in which the mosaic image is obtained instead of text data. To this end, the mosaic imaging UI component may generate a unit image corresponding to each character included in predetermined text data received from the server 200. For example, the mosaic imaging UI component converts the text'abcd' into a unit image for each character, as shown in FIG. 8A, so that a unit image 41 corresponding to'a' and a unit image corresponding to'b' ( 42), a unit image 43 corresponding to'c' and a unit image 44 corresponding to'd' may be generated.

이후 상기 모자이크 이미지화 UI 컴포넌트는 각각의 문자에 상응하는 단위 이미지를 랜덤하게 아핀 변환(affine transformation)할 수 있다. 아핀 변환은 공선점을 보존하는 두 아핀 공간 사이의 변환으로서, 회전, 평행이동, 반사 등의 등거리 변환, 닮음 변환, 스케일링, 전단 변환 또는 이들의 조합을 포함할 수 있다. 예를 들어 상기 모자이크 이미지화 UI 컴포넌트는 도 8a의 각 단위 이미지를 아핀 변환하여, 도 8b에 도시된 바와 같이, 각각의 단위 이미지에 상응하는 변환이미지(51 내지 54)를 생성할 수 있다. 이후 상기 모자이크 이미지화 UI 컴포넌트은 이들을 조합하여, 도 8c에 도시된 바와 같이, 상기 텍스트 데이터('abcd')에 상응하는 모자이크 이미지(60)를 생성할 수 있다.Thereafter, the mosaic imaging UI component may randomly affine transform a unit image corresponding to each character. The affine transformation is a transformation between two affine spaces that preserve collinear points, and may include equidistant transformations such as rotation, translation, reflection, etc., resemblance transformation, scaling, shear transformation, or a combination thereof. For example, the mosaic imaging UI component may affine-transform each unit image of FIG. 8A to generate converted images 51 to 54 corresponding to each unit image, as shown in FIG. 8B. Thereafter, the mosaic imaging UI component may combine them to generate a mosaic image 60 corresponding to the text data'abcd' as shown in FIG. 8C.

한편, 실시예에 따라서는 상기 다중 아이템 선택 UI 컴포넌트 및 상기 모자이크 이미지화 UI 컴포넌트가 조합된 형태의 UI 컴포넌트도 존재할 수 있다. 예를 들어, 상기 다중 아이템 선택 UI 컴포넌트의 텍스트 박스(21)에 나타나는 정보가 모자이크 이미지화되어 표시될 수 있다.Meanwhile, according to an embodiment, a UI component in which the multi-item selection UI component and the mosaic imaging UI component are combined may also exist. For example, information appearing in the text box 21 of the multi-item selection UI component may be displayed as a mosaic image.

한편, 구현 예에 따라서, 상기 웹 UI 컴포넌트 생성 시스템(100)은 프로세서 및 상기 프로세서에 의해 실행되는 프로그램을 저장하는 메모리를 포함할 수 있다. 상기 프로세서는 싱글 코어 CPU혹은 멀티 코어 CPU를 포함할 수 있다. 메모리는 고속 랜덤 액세스 메모리를 포함할 수 있고 하나 이상의 자기 디스크 저장 장치, 플래시 메모리 장치, 또는 기타 비휘발성 고체상태 메모리 장치와 같은 비휘발성 메모리를 포함할 수도 있다. 프로세서 및 기타 구성 요소에 의한 메모리로의 액세스는 메모리 컨트롤러에 의해 제어될 수 있다. 여기서, 상기 프로그램은, 프로세서에 의해 실행되는 경우, 본 실시예에 따른 웹 UI 컴포넌트 생성 시스템(100)으로 하여금, 상술한 웹 UI 컴포넌트 생성 방법을 수행하도록 할 수 있다.Meanwhile, according to an implementation example, the web UI component generating system 100 may include a processor and a memory storing a program executed by the processor. The processor may include a single-core CPU or a multi-core CPU. The memory may include high-speed random access memory and may include nonvolatile memory such as one or more magnetic disk storage devices, flash memory devices, or other nonvolatile solid state memory devices. Access to memory by processors and other components can be controlled by a memory controller. Here, when the program is executed by a processor, the web UI component generating system 100 according to the present embodiment may cause the web UI component generating method described above to be performed.

한편, 본 발명의 실시예에 따른 상술한 웹 UI 컴포넌트 생성 방법은 컴퓨터가 읽을 수 있는 프로그램 명령 형태로 구현되어 컴퓨터로 읽을 수 있는 기록 매체에 저장될 수 있으며, 본 발명의 실시예에 따른 제어 프로그램 및 대상 프로그램도 컴퓨터로 판독 가능한 기록 매체에 저장될 수 있다. 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다.Meanwhile, the method for generating a web UI component according to an embodiment of the present invention may be implemented in the form of a computer-readable program command and stored in a computer-readable recording medium, and a control program according to an embodiment of the present invention And the target program may also be stored in a computer-readable recording medium. The computer-readable recording medium includes all types of recording devices storing data that can be read by a computer system.

기록 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 소프트웨어 분야 당업자에게 공지되어 사용 가능한 것일 수도 있다.The program instructions recorded on the recording medium may be specially designed and constructed for the present invention, or may be known and usable to those skilled in the software field.

컴퓨터로 읽을 수 있는 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media) 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tapes, optical media such as CD-ROMs and DVDs, and floptical disks. Hardware devices specially configured to store and execute program instructions such as magneto-optical media and ROM, RAM, flash memory, etc. are included. In addition, the computer-readable recording medium is distributed over a computer system connected through a network, so that computer-readable codes can be stored and executed in a distributed manner.

프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 전자적으로 정보를 처리하는 장치, 예를 들어, 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다.Examples of the program instructions include not only machine language codes such as those produced by a compiler, but also a device that processes information electronically using an interpreter, for example, high-level language codes that can be executed by a computer.

상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The above-described hardware device may be configured to operate as one or more software modules to perform the operation of the present invention, and vice versa.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성요소들도 결합된 형태로 실시될 수 있다.The above description of the present invention is for illustrative purposes only, and those of ordinary skill in the art to which the present invention pertains can understand that it is possible to easily transform it into other specific forms without changing the technical spirit or essential features of the present invention. will be. Therefore, it should be understood that the embodiments described above are illustrative and non-limiting in all respects. For example, each component described as a single type may be implemented in a distributed manner, and similarly, components described as being distributed may also be implemented in a combined form.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타나며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is indicated by the claims to be described later rather than the detailed description, and all changes or modified forms derived from the meaning and scope of the claims and their equivalent concepts should be construed as being included in the scope of the present invention. .

Claims (12)

서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 웹 UI 컴포넌트 생성 시스템으로서,
소정의 서버로 대상 웹 문서를 요청하는 웹 문서 요청모듈-상기 대상 웹 문서는, W3C 표준 문서 객체 모델 요소 및 비표준 문서 객체 모델 요소로 파싱됨;
상기 서버로부터 상기 대상 웹 문서를 수신하는 웹 문서 수신모듈;
상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링하는 브라우저 기본 렌더링 엔진;
상기 서버로부터 상기 대상 웹 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 수신하는 설정정보모듈; 및
상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성하는 동적 웹 UI 컴포넌트 생성모듈을 포함하되,
상기 설정정보는,
상기 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트에 포함되는 각각의 UI 요소의 표시 여부, 형태, 레이아웃, 출력 포맷 및 표시 언어에 관한 정보를 포함하는 웹 UI 컴포넌트 생성 시스템.
As a web UI component generation system for dynamically generating web UI components according to server settings,
A web document request module for requesting a target web document to a predetermined server-the target web document is parsed into a W3C standard document object model element and a non-standard document object model element;
A web document receiving module for receiving the target web document from the server;
A browser default rendering engine that renders a standard document object model element of the target web document;
A setting information module for receiving setting information on a non-standard document object model element of the target web document from the server; And
Comprising a dynamic web UI component generation module for dynamically rendering a non-standard document object model element of the target web document according to the setting information, and generating a web UI component corresponding to the non-standard document object model element and the setting information,
The setting information is,
A web UI component creation system including information on whether to display each UI element included in a web UI component corresponding to the non-standard document object model element, a form, a layout, an output format, and a display language.
삭제delete 제1항에 있어서,
상기 설정정보는,
상기 서버에서 제공하는 모든 웹 문서에 공통적으로 적용되는 전역 설정정보,
상기 대상 웹 문서에 포함된 모든 비표준 문서 객체 모델 요소에 공통적으로 적용되는 문서 레벨 설정정보, 및
상기 대상 웹 문서에 포함된 각 비표준 문서 객체 모델 요소 마다 적용되는 요소 레벨 설정정보를 포함하는 웹 UI 컴포넌트 생성 시스템.
The method of claim 1,
The setting information is,
Global setting information commonly applied to all web documents provided by the server,
Document level setting information commonly applied to all non-standard document object model elements included in the target web document, and
A web UI component creation system including element level setting information applied to each non-standard document object model element included in the target web document.
제1항에 있어서,
상기 비표준 문서 객체 모델 요소는, 다중 아이템 선택 요소를 포함하되,
상기 동적 웹 UI 컴포넌트 생성모듈이 상기 다중 아이템 선택 요소를 동적 렌더링함으로써 생성되는 다중 아이템 선택 UI 컴포넌트는,
상기 다중 아이템 선택 UI 컴포넌트에 할당되어 있는 복수의 아이템의 개요 정보를 표시하는 텍스트 박스,
상기 텍스트 박스 내에 위치하는 검색 아이콘,
상기 검색 아이콘이 선택되는 경우에 팝업되며 복수의 선택 가능 아이템 중 적어도 일부를 선택할 수 있도록 구성되며, 선택된 복수의 아이템이 상기 다중 아이템 선택 UI 컴포넌트에 할당되도록 하기 위한 다중 아이템 선택창, 및
상기 다중 아이템 선택창을 통해 선택된 복수의 아이템을 드랍 다운 방식으로 표시하는 드랍다운 리스트를 포함하는 웹 UI 컴포넌트 생성 시스템.
The method of claim 1,
The non-standard document object model element includes a multi-item selection element,
The multi-item selection UI component generated by the dynamic web UI component generation module dynamically rendering the multi-item selection element,
A text box displaying outline information of a plurality of items allocated to the multi-item selection UI component,
A search icon located in the text box,
A multi-item selection window for popping up when the search icon is selected and configured to select at least some of a plurality of selectable items, and allowing the selected plurality of items to be allocated to the multi-item selection UI component, and
A web UI component generation system including a drop-down list displaying a plurality of items selected through the multi-item selection window in a drop-down manner.
제1항에 있어서,
상기 비표준 문서 객체 모델 요소는, 모자이크 이미지화 요소를 포함하되,
상기 동적 웹 UI 컴포넌트 생성모듈이 상기 모자이크 이미지화 요소를 동적 렌더링함으로써 생성되는 모자이크 이미지화 UI 컴포넌트는,
상기 서버로부터 수신한 소정의 텍스트 데이터에 포함된 각각의 문자에 상응하는 단위 이미지를 생성하고, 각각의 문자에 상응하는 단위 이미지를 랜덤하게 아핀 변환(affine transformation)한 후 조합하여 상기 텍스트 데이터에 상응하는 모자이크 이미지를 생성하고, 생성한 상기 모자이크 이미지를 표시하는 웹 UI 컴포넌트 생성 시스템.
The method of claim 1,
The non-standard document object model element includes a mosaic imaging element,
The mosaic imaging UI component generated by the dynamic web UI component generation module dynamically rendering the mosaic imaging element,
A unit image corresponding to each character included in the predetermined text data received from the server is generated, and a unit image corresponding to each character is randomly affine transformed and combined to correspond to the text data. A web UI component generation system that generates a mosaic image to be generated and displays the generated mosaic image.
서버 설정에 따라 동적으로 웹 UI 컴포넌트를 생성하기 위한 웹 UI 컴포넌트 생성 방법으로서,
웹 UI 컴포넌트 생성 시스템이, 소정의 서버로 대상 웹 문서를 요청하는 단계-상기 대상 웹 문서는, W3C 표준 문서 객체 모델 요소 및 비표준 문서 객체 모델 요소로 파싱됨;
상기 웹 UI 컴포넌트 생성 시스템이, 상기 서버로부터 상기 대상 웹 문서를 수신하는 단계;
상기 웹 UI 컴포넌트 생성 시스템이, 상기 서버로부터 상기 대상 웹 문서의 비표준 문서 객체 모델 요소에 관한 설정정보를 수신하는 단계;
상기 웹 UI 컴포넌트 생성 시스템이, 상기 대상 웹 문서의 표준 문서 객체 모델 요소를 렌더링하는 단계; 및
상기 웹 UI 컴포넌트 생성 시스템이, 상기 설정정보에 따라 상기 대상 웹 문서의 비표준 문서 객체 모델 요소를 동적으로 렌더링하여, 상기 비표준 문서 객체 모델 요소 및 상기 설정정보에 상응하는 웹 UI 컴포넌트를 생성하는 단계를 포함하되,
상기 설정정보는,
상기 비표준 문서 객체 모델 요소에 상응하는 웹 UI 컴포넌트에 포함되는 각각의 UI 요소의 표시 여부, 형태, 레이아웃, 출력 포맷 및 표시 언어에 관한 정보를 포함하는 웹 UI 컴포넌트 생성 방법.
As a method of creating web UI components to dynamically generate web UI components according to server settings,
Requesting, by a web UI component generation system, a target web document from a predetermined server-the target web document is parsed into a W3C standard document object model element and a non-standard document object model element;
Receiving, by the web UI component generation system, the target web document from the server;
Receiving, by the web UI component generation system, setting information on a non-standard document object model element of the target web document from the server;
Rendering, by the web UI component generation system, a standard document object model element of the target web document; And
The web UI component generating system dynamically renders a non-standard document object model element of the target web document according to the setting information to generate the non-standard document object model element and a web UI component corresponding to the setting information. Include,
The setting information is,
A method of generating a web UI component including information on whether to display each UI element included in a web UI component corresponding to the non-standard document object model element, a form, a layout, an output format, and a display language.
삭제delete 제6항에 있어서,
상기 설정정보는,
상기 서버에서 제공하는 모든 웹 문서에 공통적으로 적용되는 전역 설정정보,
상기 대상 웹 문서에 포함된 모든 비표준 문서 객체 모델 요소에 공통적으로 적용되는 문서 레벨 설정정보, 및
상기 대상 웹 문서에 포함된 각 비표준 문서 객체 모델 요소 마다 적용되는 요소 레벨 설정정보를 포함하는 웹 UI 컴포넌트 생성 방법.
The method of claim 6,
The setting information is,
Global setting information commonly applied to all web documents provided by the server,
Document level setting information commonly applied to all non-standard document object model elements included in the target web document, and
A method of creating a web UI component including element level setting information applied to each non-standard document object model element included in the target web document.
제6항에 있어서,
상기 비표준 문서 객체 모델 요소는, 다중 아이템 선택 요소를 포함하되,
상기 웹 UI 컴포넌트 생성 시스템이 상기 다중 아이템 선택 요소를 동적 렌더링함으로써 생성되는 다중 아이템 선택 UI 컴포넌트는,
상기 다중 아이템 선택 UI 컴포넌트에 할당되어 있는 복수의 아이템의 개요 정보를 표시하는 텍스트 박스,
상기 텍스트 박스 내에 위치하는 검색 아이콘,
상기 검색 아이콘이 선택되는 경우에 팝업되며 복수의 선택 가능 아이템 중 적어도 일부를 선택할 수 있도록 구성되며, 선택된 복수의 아이템이 상기 다중 아이템 선택 UI 컴포넌트에 할당되도록 하기 위한 다중 아이템 선택창, 및
상기 다중 아이템 선택창을 통해 선택된 복수의 아이템을 드랍 다운 방식으로 표시하는 드랍다운 리스트를 포함하는 웹 UI 컴포넌트 생성 방법.
The method of claim 6,
The non-standard document object model element includes a multi-item selection element,
The multi-item selection UI component generated by the web UI component generation system dynamically rendering the multi-item selection element,
A text box displaying outline information of a plurality of items allocated to the multi-item selection UI component,
A search icon located in the text box,
A multi-item selection window for popping up when the search icon is selected and configured to select at least some of a plurality of selectable items, and allowing the selected plurality of items to be allocated to the multi-item selection UI component, and
A method of creating a web UI component including a drop-down list displaying a plurality of items selected through the multi-item selection window in a drop-down manner.
제6항에 있어서,
상기 비표준 문서 객체 모델 요소는, 모자이크 이미지화 요소를 포함하되,
상기 웹 UI 컴포넌트 생성 시스템이 상기 모자이크 이미지화 요소를 동적 렌더링함으로써 생성되는 모자이크 이미지화 UI 컴포넌트는,
상기 서버로부터 수신한 소정의 텍스트 데이터에 포함된 각각의 문자에 상응하는 단위 이미지를 생성하고, 각각의 문자에 상응하는 단위 이미지를 랜덤하게 아핀 변환한 후 조합하여 상기 텍스트 데이터에 상응하는 모자이크 이미지를 생성하고, 생성한 상기 모자이크 이미지를 표시하는 웹 UI 컴포넌트 생성 방법.
The method of claim 6,
The non-standard document object model element includes a mosaic imaging element,
The mosaic imaging UI component generated by the web UI component generation system dynamically rendering the mosaic imaging element,
A unit image corresponding to each character included in the predetermined text data received from the server is generated, and the unit image corresponding to each character is randomly affine-converted and combined to form a mosaic image corresponding to the text data. A method of creating a web UI component that creates and displays the generated mosaic image.
데이터처리장치에 설치되어 제6항 및 제8항 내지 제10항 중 어느 한 항에 기재된 방법을 수행하기 위한 프로그램을 기록한 컴퓨터 판독 가능한 기록매체.
A computer-readable recording medium installed in a data processing device and recording a program for performing the method according to any one of claims 6 and 8 to 10.
웹 UI 컴포넌트 생성 시스템으로서,
프로세서;
프로그램을 저장하고 있는 메모리를 포함하며,
상기 프로그램은, 상기 프로세서에 의해 실행되는 경우, 상기 웹 UI 컴포넌트 생성 시스템이 제6항 및 제8항 내지 제10항 중 어느 한 항에 기재된 방법을 수행하도록 하는 웹 UI 컴포넌트 생성 시스템.
As a web UI component creation system,
Processor;
Includes memory that stores programs,
When the program is executed by the processor, the web UI component generating system causes the web UI component generating system to perform the method according to any one of claims 6 and 8 to 10.
KR1020180142570A 2018-11-19 2018-11-19 System and method for dynamically generating web UI component according to server preference KR102150536B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180142570A KR102150536B1 (en) 2018-11-19 2018-11-19 System and method for dynamically generating web UI component according to server preference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180142570A KR102150536B1 (en) 2018-11-19 2018-11-19 System and method for dynamically generating web UI component according to server preference

Publications (2)

Publication Number Publication Date
KR20200058651A KR20200058651A (en) 2020-05-28
KR102150536B1 true KR102150536B1 (en) 2020-09-02

Family

ID=70920200

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180142570A KR102150536B1 (en) 2018-11-19 2018-11-19 System and method for dynamically generating web UI component according to server preference

Country Status (1)

Country Link
KR (1) KR102150536B1 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101214674B1 (en) * 2010-02-08 2012-12-21 삼성전자주식회사 Apparatus and method for generating mosaic image including text
KR101689636B1 (en) * 2015-02-06 2016-12-26 (주)로이비즈 3-dimensional computer aided design system using graphic user interface

Also Published As

Publication number Publication date
KR20200058651A (en) 2020-05-28

Similar Documents

Publication Publication Date Title
JP5042436B2 (en) Create arbitrary XML documents using DHTML and XSLT
US9977654B2 (en) Method of developing an application for execution in a workflow management system and apparatus to assist with generation of an application for execution in a workflow management system
US7603381B2 (en) Contextual action publishing
US8370750B2 (en) Technology for generating service program
US7953767B2 (en) Developing applications using configurable patterns
CN101278252B (en) Method for providing function for user interface for a database application and the interface deployment method
US7366723B2 (en) Visual query modeling for configurable patterns
US8312382B2 (en) Developing and executing applications with configurable patterns
US8448060B2 (en) Method, system and software tool for processing an electronic form
US8549472B1 (en) System and method for web design
US20120317504A1 (en) Automated user interface object transformation and code generation
US8839093B1 (en) Systems and methods for website optimization
US8126937B2 (en) Visual database modeling
US20070282885A1 (en) Method and System For Application Interaction
JP2013530464A (en) Integrated workflow and database transactions
JP2012059261A (en) Context based user interface, retrieval, and navigation
WO2011083302A1 (en) A method and system for implenting definable actions
AU2016201889A1 (en) Methods and apparatus for translating forms to native mobile applications
JP2013518321A (en) Pattern-based user interface
KR101746477B1 (en) Document collaboration apparatus for supporting simultaneous style editing of objects and operating method thereof
KR102150536B1 (en) System and method for dynamically generating web UI component according to server preference
US20230086308A1 (en) Systems and methods for integrating application components in a web application
US10255564B2 (en) Context specific resource editors
US20200160273A1 (en) Geolocation web page generation system
US20120166941A1 (en) Content processing with extensibility

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant