JP6653849B2 - Method and apparatus for structuring components that support multiple screens using a single code in a business application - Google Patents

Method and apparatus for structuring components that support multiple screens using a single code in a business application Download PDF

Info

Publication number
JP6653849B2
JP6653849B2 JP2019095871A JP2019095871A JP6653849B2 JP 6653849 B2 JP6653849 B2 JP 6653849B2 JP 2019095871 A JP2019095871 A JP 2019095871A JP 2019095871 A JP2019095871 A JP 2019095871A JP 6653849 B2 JP6653849 B2 JP 6653849B2
Authority
JP
Japan
Prior art keywords
unit
data
electronic device
component
input
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
JP2019095871A
Other languages
Japanese (ja)
Other versions
JP2019220158A (en
Inventor
ジュン ソン、ファ
ジュン ソン、ファ
マン キム、シ
マン キム、シ
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tobesoft Co Ltd
Original Assignee
Tobesoft Co Ltd
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 Tobesoft Co Ltd filed Critical Tobesoft Co Ltd
Publication of JP2019220158A publication Critical patent/JP2019220158A/en
Application granted granted Critical
Publication of JP6653849B2 publication Critical patent/JP6653849B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • G06F3/1438Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display using more than one graphics controller
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/003Details of a display terminal, the details relating to the control arrangement of the display terminal and to the interfaces thereto
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/14Solving problems related to the presentation of information to be displayed

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Graphics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Description

本発明は、ビジネスアプリケーションにおいて単一コードを用いて多重スクリーンを支援するコンポーネントを構造化する方法に関する技術と関わる。   The present invention relates to techniques related to a method for structuring components that support multiple screens using a single code in a business application.

スクリーン(screen)は、ビジネスアプリケーション(business application)を実行しデータの入出力を処理する装置を意味し、最近、デスクトップ、タブレットPCおよびスマートフォンなどの様々なスクリーンの登場により、業務を処理するにおいて多重スクリーン(N−Screen)を支援することができるようにビジネスアプリケーションの機能拡張が求められている。   A screen refers to a device that executes a business application and processes data input / output. Recently, with the advent of various screens such as desktops, tablet PCs, and smartphones, screens have been multiplexed. There is a need for a business application function extension so as to support a screen (N-Screen).

例えば、スクリーンの大きさ、解像度および入力装置の類型などに応じて、ユーザに提供するレコードのセットデータ(例えば、社員情報、注文情報など)とレコードのフィールドデータ(例えば、名前、性別、商品コードなど)のUI(user interface)の形態および相互作用方式が異なるように提供されることが求められている。   For example, record set data (eg, employee information, order information, etc.) and record field data (eg, name, gender, product code) are provided to the user according to the screen size, resolution, type of input device, and the like. , Etc.) are required to be provided in different forms of user interface (UI) and interaction schemes.

ビジネスアプリケーションは同一類型のレコードに対するセットデータまたはフィールドデータ別に、グリッド/テーブル/ラジオボタン/リストボックスなどのような種々のUIおよびUX(user experience)を提供するコンポーネントを準備することができ、前記ビジネスアプリケーションが実行されるスクリーンに最も好適なコンポーネントを択一して制御できるソースコードを作成することができる。この場合、機能の目的(例えば、フィールド値の直接入力や目録の中から選択など)が同じであっても選択されたコンポーネントに応じてビジネスアプリケーションにおいて作成されるソースコードが異なることによって、多重スクリーンの個数だけのソースコードが作成されなければならない。   The business application can prepare various UI and UX (user experience) components, such as grids / tables / radio buttons / list boxes, for each set data or field data for the same type of record. It is possible to create source code that can selectively control the most suitable component for the screen on which the application is executed. In this case, even if the purpose of the function (for example, direct entry of field values or selection from the list) is the same, the source code created in the business application differs depending on the selected component, so that multiple screens can be created. Source code must be created.

ビジネスアプリケーションは、業務処理において多重スクリーンを支援するために色々な方法を利用することができる。   Business applications can use various methods to support multiple screens in business operations.

例えば、ビジネスアプリケーションは、支援対象スクリーンのうち大きさが最も小さいかまたは機能性が最も低いスクリーンを基準にデータ別のコンポーネントの種類、形態、配置および動作構造などを規定した単一ソースコードを作成することができ、それを支援対象スクリーンに一括適用する方法を利用することができる。このような方法は、開発費用を減らし、簡便ではあるが、スクリーン別の特性とリソース使用の効率を極大化することができず、支援対象スクリーンにおいて共通に使用可能な最小レベルの機能と品質だけを提供可能であるという限界を有している。   For example, a business application creates a single source code that defines the type, form, arrangement and operation structure of components for each data based on the screen that is the smallest or the least functional among the supported screens And a method of applying it collectively to the support target screen can be used. While this approach reduces development costs and is simple, it does not maximize the efficiency of screen-specific characteristics and resource usage, and only provides the minimum level of functions and quality that are commonly available on the supported screens. Has the limitation that it can be provided.

また他の実施形態として、ビジネスアプリケーションは、支援対象スクリーンにおいてデータ別に同一のコンポーネントを用いるが、幾つかの選択可能なオプションを提供する方法を利用することができる。例えば、ビジネスアプリケーションは、幾つかの代替可能なリソース(例えば、種類別のグラフィックファイルなど)を準備した後、そのうちの一つに対する選択に応じて変更されたUIを提供することができる。但し、コンポーネントの入出力構造は定められているため、前記のような方法に従っても全てのスクリーン各々の特性に最適化されたコンポーネントを提供するのは難しい。   In yet another embodiment, the business application may use a method that uses the same components for each data in the assisted screen but provides some selectable options. For example, a business application may prepare several alternative resources (eg, graphic files by type, etc.) and then provide a modified UI according to a selection for one of them. However, since the input / output structure of the components is determined, it is difficult to provide components optimized for the characteristics of all the screens according to the above method.

また他の実施形態として、ビジネスアプリケーションは、スクリーンの大きさ、解像度および入力装置類型などに応じて、UIの形態および相互作用方式を異なるように適用したコンポーネントを備えた後、要請がある度に対応するコンポーネントを検索して提供する方法を利用することができる。このような方法は、支援対象スクリーン別に高品質のUI/UXを提供できる反面、支援対象スクリーンの個数に該当するソースコードを予め開発する必要があるため、メモリ側面の浪費と開発費用の増加をもたらしうる。   In another embodiment, the business application may include a component in which a UI form and an interaction method are differently applied according to a screen size, a resolution, and an input device type. A method of searching for and providing a corresponding component can be used. Such a method can provide a high quality UI / UX for each screen to be supported, but requires the development of source code corresponding to the number of screens to be supported in advance, thereby wasting memory and increasing development costs. Can bring.

一方、上述したように、UI/UXを提供するコンポーネントを選択し、選択されたコンポーネントをスクリーンに適用する一連の動作は、システムに格納された最終データをユーザに提供し、ユーザから取得された変更データをデータ永久記憶装置に反映しようとするビジネスアプリケーションの最終目的を達成するための手段として見ることができる。但し、前述したように、一部の方法には様々な限界が共存するところ、前記限界を補完しつつ前記ビジネスアプリケーションの最終目的を達成できる方法が求められる。   On the other hand, as described above, a series of operations of selecting a component providing the UI / UX and applying the selected component to the screen provide the final data stored in the system to the user and obtain the data from the user. It can be seen as a means to achieve the end purpose of a business application that wants to reflect changed data to data permanent storage. However, as described above, some methods have various limitations, and a method that can achieve the final purpose of the business application while compensating for the limitations is required.

本発明はこのような要請に応答して導き出されたものであり、様々な実施形態によれば、コンポーネントにおいて処理しなければならないデータ対象と入出力方式に関する情報はビジネスアプリケーションにおいて管理され、ユーザとの相互作用を含む全ての入出力機能はビジネスアプリケーションから提供された情報を用いてコンポーネントにおいて管理される。この場合、支援対象スクリーンに対する複数のソースコードが予め開発される必要がなく、ビジネスアプリケーションは単一ソースコードだけを持っていても支援対象スクリーン各々に最適化された形態のUIおよびUXを提供することができる。   The present invention has been derived in response to such a request, and according to various embodiments, information about data objects and input / output methods that must be processed in components is managed in a business application, and the All input / output functions, including the interaction of the above, are managed in components using information provided from the business application. In this case, there is no need to develop a plurality of source codes for the support target screen in advance, and the business application provides a UI and UX optimized for each support target screen even if the business application has only a single source code. be able to.

本発明の様々な実施形態により、多重スクリーンを支援するコンポーネントを構造化する方法は、電子装置の規約部が、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義して前記電子装置の格納部に格納する動作、前記電子装置のビジネスアプリケーション部が、外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成要請を前記電子装置の生成部に伝達する動作、前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化した後、前記データ部のオブジェクトを前記ビジネスアプリケーション部に伝達する動作、前記電子装置のビジネスアプリケーション部が、前記伝達されたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化要請を前記コンポーネントに伝達する動作、前記コンポーネントのデータ部が、前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達する動作、前記コンポーネントの入出力部が、前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを前記電子装置の表示部を介して出力する動作、および前記電子装置のコンテナが、前記電子装置の政策部に定義された情報を用いて、前記電子装置の生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成する動作を含む。   According to various embodiments of the present invention, a method for structuring components that support multiple screens is provided in which a convention unit of an electronic device defines a data structure and data management logic underlying UI and UX. The operation of storing in the storage unit of the electronic device, the business application unit of the electronic device generates a request for generation of an instance related to the providing method of the UI and the UX based on at least one piece of information obtained from outside, The operation of transmitting to the unit, the generation unit of the electronic device generates an object of the data unit and an object of the input / output unit included in the component of the electronic device in response to the generation request, and the object of the data unit and After initializing the object of the input / output unit, the object of the data unit is An operation to be transmitted to the application unit, wherein the business application unit of the electronic device issues a structuring request according to the data structure and data management logic defined by the convention unit to the transmitted data unit object. An operation of transmitting to the component, a data unit of the component structuring an object of the data unit, storing the object in the storage unit, and transmitting an output request for an object of the stored data unit to the input / output unit An operation in which the input / output unit of the component outputs the UI and UX corresponding to the object of the data unit via the display unit of the electronic device in response to the output request, and a container of the electronic device, Using the information defined in the policy unit of the electronic device, the generation unit of the electronic device To produce an object of the component, including the operation of generating a composite component by combining at least two or more of the objects of the component that is generated.

本発明の様々な実施形態により、多重スクリーンを支援するコンポーネントを構造化する電子装置は、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義する規約部、外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成を要請し、前記電子装置のコンポーネントに含まれたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化を要請するビジネスアプリケーション部、前記インスタンスの生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化する生成部、前記規約部により定義された前記データの構造およびデータ管理ロジックを格納する格納部、前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納部に格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達するデータ部、前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを出力する入出力部、および政策部に定義された情報を用いて、前記生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成するコンテナを含む。   In accordance with various embodiments of the present invention, an electronic device for structuring components that support multiple screens includes a convention unit that defines the data structure and data management logic underlying the UI and UX, at least one externally acquired component. Requesting an instance related to the UI and UX providing method based on the two pieces of information, and defining the data structure defined by the convention unit with respect to an object of a data unit included in a component of the electronic device. And a business application unit requesting structuring according to data management logic, generating an object of a data unit and an object of an input / output unit included in a component of the electronic device in response to the request to generate the instance, and Unit object and input / output unit object A generating unit for initializing, a storage unit for storing the data structure and data management logic defined by the convention unit, an object of the data unit is structured and stored in the storage unit, and stored in the storage unit. A data unit for transmitting an output request for the object of the data unit to the input / output unit, an input / output unit for outputting the UI and UX corresponding to the object of the data unit in response to the output request, and a policy unit. A container that generates an object of the component through the generation unit using the generated information and combines at least two or more of the generated objects of the component to generate a composite component.

本発明の様々な実施形態によれば、ビジネスアプリケーションは、多重スクリーンを支援するために複数のソースコードを準備する必要がなく、単一ソースコードを用いて支援対象スクリーン各々に最適化された形態のUI/UXを提供することができる。   According to various embodiments of the present invention, a business application does not need to prepare multiple source codes to support multiple screens, but uses a single source code to optimize each of the supported screens. UI / UX can be provided.

また、本発明の様々な実施形態によれば、コンポーネント上で、より様々で複雑な機能の定義が可能であり、機能の変更が容易になりうる。例えば、本発明の一つの実施形態によれば、UI/UXを提供するコンポーネントにおいてデータ管理と種類別の入出力機能が各々のオブジェクトに分離されることができるため、使用中のコンポーネントに影響を与えることなく新しい入出力類型と拡張機能を追加することができる。   Further, according to various embodiments of the present invention, more various and complicated functions can be defined on components, and functions can be easily changed. For example, according to an embodiment of the present invention, data management and type-specific input / output functions can be separated for each object in a component that provides a UI / UX, thereby affecting components in use. New I / O types and extensions can be added without giving.

なお、本発明の様々な実施形態によれば、アプリケーション開発者は、ビジネスアプリケーションに含まれたUI/UXの制御手続きがコンポーネントに内蔵されることによって、UI/UXに対する新しいアプリケーションを容易に開発することができ、既存に開発されたソースコードを修正しなくても新しいアプリケーションからUI/UXを提供するコンポーネントの追加された機能を活用することができる。   According to various embodiments of the present invention, the application developer easily develops a new application for the UI / UX by incorporating the UI / UX control procedure included in the business application into the component. It is possible to utilize the added function of the component that provides the UI / UX from the new application without modifying the existing developed source code.

また、本発明の様々な実施形態によれば、アプリケーションユーザは、スクリーンが提供できる空間(大きさおよび解像度)とCPU処理能力などのリソース活用が極大化されることによって、スクリーン別に最適化された高品質のUXの提供を受けることができる。   In addition, according to various embodiments of the present invention, application users are optimized for each screen by maximizing resource utilization such as space (size and resolution) that a screen can provide and CPU processing power. High quality UX can be provided.

なお、本発明の様々な実施形態によれば、システム運営者は、支援されるスクリーンの種類または個数に関係なく一つのソースコードだけを管理すれば良いため、アプリケーションの開発、運営および維持と関連した費用を節減することができる。   According to various embodiments of the present invention, a system operator may manage only one source code regardless of the type or number of supported screens, and thus may be associated with development, operation, and maintenance of an application. Costs can be saved.

また、本発明の様々な実施形態によれば、ビジネスアプリケーションは、複雑なコーディングなしにインタラクション類型をコンポーネント属性に設定するだけでコンポーネントのUI機能をスクリーンに最適化されるようにコンポーネントの機能を動的に構成することができる。   In addition, according to various embodiments of the present invention, a business application operates a component function such that a UI function of the component is optimized for a screen simply by setting an interaction type to a component attribute without complicated coding. It can be configured in a typical manner.

様々な実施形態によるコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components according to various embodiments. 様々な実施形態により、基本機能が実行される時の電子装置を示す説明図Explanatory diagram illustrating an electronic device when basic functions are performed according to various embodiments. 様々な実施形態により、拡張機能が実行される時の電子装置を示す説明図FIG. 7 is an illustration showing an electronic device when an extended function is performed according to various embodiments. 様々な実施形態により、拡張機能をインターフェースに公開しないコンポーネントの動作の説明図Illustration of the operation of a component that does not expose an extension to an interface, according to various embodiments. 様々な実施形態により、拡張機能をインターフェースに公開するコンポーネントの動作の説明図Illustration of the operation of a component that exposes an extension to an interface, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図1 is a block diagram of an electronic device including components implemented in various forms, according to various embodiments. 様々な実施形態による電子装置の動作を説明するためのフローチャート4 is a flowchart illustrating an operation of an electronic device according to various embodiments.

本発明の目的および効果、そしてそれらを達成するための技術的構成は、添付図面と共に詳細に説明される実施形態を参照すればより明らかになるものである。本発明を説明するにおいて、公知機能または構成に関する具体的な説明が本発明の要旨を不要に濁す恐れがあると判断される場合には、その詳細な説明は省略する。そして後ほど説明される用語は本発明における構造、役割および機能などを考慮して定義された用語であって、これは使用者、運用者の意図または慣例などに応じて異なりうる。   The objects and advantages of the present invention, and the technical structure for achieving the same will become more apparent with reference to the embodiments described in detail with reference to the accompanying drawings. In describing the present invention, if it is determined that the detailed description of a known function or configuration may unnecessarily obscure the gist of the present invention, the detailed description will be omitted. The terms that will be described later are defined in consideration of the structure, role, function, and the like in the present invention, and may differ according to a user, an operator's intention, or a custom.

本発明は、以下にて開示される実施形態に限定されるものではなく互いに異なる様々な形態で実現できるものである。本文書に開示された様々な実施形態は、本発明の開示が完全になるようにし、本発明が属する技術分野で通常の知識を有する者に発明の範疇を完全に知らせるために提供されるものであって、本発明は、特許請求の範囲に記載された請求項の範疇によって定義されるのみである。したがって、その定義は本明細書の全般にわたった内容に基づいて下さなければならない。   The present invention is not limited to the embodiments disclosed below, but can be realized in various forms different from each other. The various embodiments disclosed in this document are provided in order to make the disclosure of the present invention complete and to make those skilled in the art to which the present invention belongs completely known in the scope of the invention. Thus, the present invention is only defined by the scope of the appended claims. Therefore, its definition must be made based on the contents of the entire specification.

明細書の全体にかけて、ある部分がある構成要素を「含む」とする時、これは、特に反する記載がない限り、他の構成要素を除くものではなく、他の構成要素をさらに含んでもよいことを意味する。   Throughout the description, when a part is referred to as "including" a certain element, this does not exclude other elements and may further include another element, unless otherwise specified. Means

一方、本発明の実施形態において、各構成要素、機能ブロックまたは手段は一つまたはそれ以上の下部構成要素で構成されてもよく、各構成要素が実行する電気、電子、機械的な機能は電子回路、集積回路、ASIC(Application Specific Integrated Circuit)などのような公知の様々な素子または機械的要素で実現されてもよく、各々別個に実現されるかまたは2以上が一つに統合されて実現されてもよい。   On the other hand, in the embodiment of the present invention, each component, functional block or means may be composed of one or more lower components, and the electric, electronic and mechanical functions performed by each component are electronic. It may be realized by various known elements or mechanical elements such as a circuit, an integrated circuit, an ASIC (Application Specific Integrated Circuit), etc., each of which is realized separately or two or more are integrated into one. May be done.

添付されたブロック図の各ブロックおよびフローチャートの各ステップの組み合わせはコンピュータプログラムインストラクションにより行われることができる。これらのコンピュータプログラムインストラクションは汎用コンピュータ、特殊用コンピュータ、携帯用ノートブックコンピュータ、ネットワークコンピュータなど、その他のプログラム可能なデータ処理装置のプロセッサに搭載されることができるため、コンピュータ装置またはその他のプログラム可能なデータ処理装置のプロセッサを介して実行されるそのインストラクションが以下にて説明するブロック図の各ブロックまたはフローチャートの各ステップで説明された機能を実行する手段を生成するようになる。これらのコンピュータプログラムインストラクションは特定の方式で機能を実現するためにコンピュータ装置またはその他のプログラム可能なデータ処理装置を指向できるコンピュータ装置に利用可能なメモリまたはコンピュータ読み取り可能なメモリに格納されることもできるため、ブロック図の各ブロックまたはフローチャートの各ステップで説明された機能を実行するインストラクション手段を含む製造物を生産することもできる。コンピュータプログラムインストラクションはコンピュータ装置またはその他のプログラム可能なデータ処理装置上に搭載されることもできるため、コンピュータ装置またはその他のプログラム可能なデータ処理装置上で一連の動作ステップが実行されるためのプロセスを生成してブロック図の各ブロックおよびフローチャートの各ステップで説明された機能を実行するためのステップを提供することもできる。   The combination of each block in the attached block diagram and each step in the flowchart can be performed by computer program instructions. These computer program instructions can be mounted on the processor of other programmable data processing devices, such as general purpose computer, special purpose computer, portable notebook computer, network computer, etc., so that the computer device or other programmable computer The instructions, which are executed via the processor of the data processing apparatus, generate means for performing the functions described in the blocks of the block diagrams or the steps of the flowcharts described below. These computer program instructions may also be stored in memory available to a computer device or computer readable memory capable of directing a computer device or other programmable data processing device to implement functions in a particular manner. Therefore, it is possible to produce a product including instruction means for performing the functions described in each block of the block diagram or each step of the flowchart. The computer program instructions can also be mounted on a computer device or other programmable data processing device, thus providing a process for performing a series of operating steps on the computer device or other programmable data processing device. Steps for generating and performing the functions described in each block of the block diagram and each step of the flowchart may also be provided.

また、各ブロックまたは各ステップは、特定された論理的機能を実行するための一つ以上の実行可能なインストラクションを含むモジュール、セグメントまたはコードの一部を示すことができる。また、幾つかの代替実施形態においては、ブロックまたはステップで言及された機能が順を脱して発生するのも可能であることを注目しなければならない。例えば、次いで図示されている二つのブロックまたはステップは、実質的に同時に実行されてもよく、またはそのブロックまたはステップが時々該当する機能に応じて逆順に実行されてもよく、場合によっては一部のブロックまたはステップが省略された状態で実行されてもよい。   Also, each block or step may represent a module, segment, or portion of code that includes one or more executable instructions for performing the specified logical function. It should also be noted that in some alternative embodiments, the functions noted in the block or step may occur out of order. For example, the two blocks or steps illustrated below may then be performed substantially simultaneously, or the blocks or steps may sometimes be performed in the reverse order, depending on the function in question, and in some cases, May be executed in a state where the blocks or steps of the above are omitted.

以下では、添付図面を参照して本発明の様々な実施形態によるルールに基づいたコンポーネント生成方法について説明する。
本発明の実施形態で用いられる用語は次の表1のように定義されることができる。
Hereinafter, a rule-based component generation method according to various embodiments of the present invention will be described with reference to the accompanying drawings.
Terms used in the embodiments of the present invention can be defined as shown in Table 1 below.

Figure 0006653849
Figure 0006653849

図1は、様々な実施形態によるコンポーネントを含む電子装置のブロック図である。   FIG. 1 is a block diagram of an electronic device that includes components according to various embodiments.

本発明の様々な実施形態によれば、電子装置10は、UI/UXコンポーネント100、コンテナ140、コンポーネント規約部(component interface)150、生成部(builder)160およびビジネスアプリケーション部(business application)170のうち少なくとも一つを含むことができる。UI/UXコンポーネント100は、基本データ部111および拡張データ部112のうち少なくとも一つを含むデータ部110、基本入出力部121および拡張入出力部122のうち少なくとも一つを含む入出力部120、および政策部130を含むことができる。また、生成部160は、システム生成部161およびユーザ生成部162のうち少なくとも一つを含むことができる。   According to various embodiments of the present invention, the electronic device 10 includes a UI / UX component 100, a container 140, a component interface 150, a builder 160, and a business application 170. At least one of them may be included. The UI / UX component 100 includes a data unit 110 including at least one of a basic data unit 111 and an extended data unit 112, an input / output unit 120 including at least one of a basic input / output unit 121 and an extended input / output unit 122, And a policy unit 130. In addition, the generation unit 160 may include at least one of the system generation unit 161 and the user generation unit 162.

データ部110は、コンポーネント規約部150に定義されたものに従ってデータを格納し加工することができる。基本データ部111のオブジェクトは、規約部150に定義されたものに従って臨時データ記憶装置およびデータ管理ロジックを提供するのに用いられることができ、入出力方式の影響を受けない。また、拡張データ部112のオブジェクトは、規約部150において定義していない特化された拡張機能を提供するのに用いられることができる。一方、拡張データ部112のオブジェクトに対する互換性は、基本データ部111または他の拡張データ部のオブジェクトに対するラッピング(wrapping)を通じて提供されることができる。   The data section 110 can store and process data according to the one defined in the component convention section 150. The objects in the basic data section 111 can be used to provide temporary data storage and data management logic according to those defined in the convention section 150 and are not affected by the input / output scheme. The object of the extension data section 112 can be used to provide a specialized extension function not defined in the convention section 150. Meanwhile, the compatibility of the extension data unit 112 with respect to the object may be provided through wrapping of the basic data unit 111 or another extension data unit with respect to the object.

拡張データ部112のオブジェクトは、拡張機能と関連したイベントプロセッサとメソッド、そして拡張機能を初期化できる属性(property)を含むように構成されることができる。例えば、拡張データ部112のオブジェクトは、検索、フィルタおよび整列のように特化された拡張機能を実行するのに必要な補助フィールドまたは補助メソッドを含むことができる。一方、基本データ部111のオブジェクトは、拡張データ部112のオブジェクトを介して新たに定義された属性(property)にアクセスできる汎用メソッド(例えば、getNamedProperty()、setNamedProperty()など)を含むことができる。   The object of the extension data unit 112 may be configured to include an event processor and a method associated with the extension, and an attribute that can initialize the extension. For example, the objects in the extended data portion 112 may include auxiliary fields or methods required to perform specialized advanced functions such as searching, filtering, and sorting. On the other hand, the object of the basic data part 111 can include a general-purpose method (for example, getNamedProperty (), setNamedProperty (), etc.) that can access a newly defined attribute (property) via the object of the extended data part 112. .

基本データ部111のオブジェクトおよび拡張データ部112のオブジェクトは、スクリーンの種類に関係なく全てのスクリーンに共通に適用されることができる。すなわち、基本データ部111および拡張データ部112は、UI/UXコンポーネント100により提供される全体機能のうち全てのインタラクション類型に共通に適用されるメソッド(method)またはイベント処理オブジェクトなどのような共通機能と関連したデータを格納し処理することができる。   The object of the basic data section 111 and the object of the extended data section 112 can be applied to all screens regardless of the type of screen. That is, the basic data part 111 and the extended data part 112 are common functions such as methods or event processing objects commonly applied to all interaction types among all functions provided by the UI / UX component 100. Can be stored and processed.

入出力部120は、UI/UXコンポーネント100がユーザまたは外部電子装置と相互作用する時に送受信されるデータの入力および出力を処理することができる。基本入出力部121のオブジェクトは、基本データ部111に格納されたデータをスクリーンに最適化された形態で入出力する機能を実現するのに用いられることができる。例えば、基本入出力部121のオブジェクトは、データを表現するかまたはユーザとの相互作用と関連した機能を提供することができる。拡張入出力部122のオブジェクトは、拡張データ部112に格納されたデータをスクリーンに最適化された形態で入出力する機能を実現するのに用いられることができる。一方、拡張入出力部122のオブジェクトに対する互換性は、基本入出力部121または他の拡張入出力部のオブジェクトに対するラッピング(wrapping)を通じて提供されることができる。   The input / output unit 120 may process input and output of data transmitted and received when the UI / UX component 100 interacts with a user or an external electronic device. The object of the basic input / output unit 121 can be used to realize a function of inputting / outputting data stored in the basic data unit 111 in a form optimized for a screen. For example, the object of the basic input / output unit 121 can represent data or provide a function related to interaction with a user. The object of the extension input / output unit 122 can be used to realize a function of inputting / outputting data stored in the extension data unit 112 in a form optimized for a screen. Meanwhile, the compatibility of the extended input / output unit 122 with respect to the object may be provided through wrapping of the object of the basic input / output unit 121 or another extended input / output unit.

拡張入出力部122のオブジェクトは、拡張機能と関連したイベントプロセッサとメソッド、そして拡張機能を初期化できる属性(property)を含むように構成されることができる。また、基本データ部111のオブジェクトは、拡張データ部112のオブジェクトを介して新たに定義された属性(property)にアクセスできる汎用メソッドを含むことができる。   The object of the extension input / output unit 122 may be configured to include an event processor and a method associated with the extension, and an attribute that can initialize the extension. Further, the object of the basic data section 111 may include a general-purpose method that can access a newly defined attribute (property) via the object of the extended data section 112.

コンポーネント規約部150は、データの構造およびデータ管理ロジックを定義することができる。また、コンポーネント規約部150は、個別入出力機能を除いた共通入出力機能だけを定義するように設定されることができる。一方、様々な実施形態によれば、コンポーネント規約部150は、ユーザが構成した情報に応じてインスタンスを生成する生成部160のオブジェクトを含むことができる。   The component convention unit 150 can define a data structure and data management logic. Further, the component convention unit 150 can be set to define only the common input / output function excluding the individual input / output function. Meanwhile, according to various embodiments, the component convention unit 150 may include an object of the creation unit 160 that creates an instance according to information configured by a user.

生成部160は、生成しようとする入出力機能の種類(type)を受けてデータ部110のインスタンスおよび入出力部120のインスタンスを生成するか、または生成されたインスタンスを組み合わせることができる。生成部160は、製品のアプリケーション実行環境(framework)で提供されるオブジェクトを管理するシステム生成部161、およびアプリケーション開発者により定義されたオブジェクトを管理するユーザ生成部162を含むことができる。一つの実施形態によれば、システム生成部161のオブジェクトは、アプリケーション実行環境で基本的に提供されるコンポーネントの種類別のデータ管理および入出力機能管理に用いられることができる。また、ユーザ生成部162のオブジェクトは、ユーザによりさらに定義されたコンポーネントの種類別のデータ管理および入出力機能管理に用いられることができる。   The generation unit 160 may generate an instance of the data unit 110 and an instance of the input / output unit 120 according to the type of the input / output function to be generated, or may combine the generated instances. The generation unit 160 may include a system generation unit 161 that manages an object provided in an application execution environment (framework) of a product, and a user generation unit 162 that manages an object defined by an application developer. According to one embodiment, the object of the system generation unit 161 can be used for data management and input / output function management for each type of component basically provided in the application execution environment. Further, the object of the user generation unit 162 can be used for data management and input / output function management for each component type further defined by the user.

ビジネスアプリケーション部170は、UI/UXコンポーネント100の基本データ部111を用いてUI/UXコンポーネント100を制御するのに用いられるソースコードを作成することができる。一つの実施形態によれば、ビジネスアプリケーション部170は、実行時点にUI/UXコンポーネント100の機能実行範囲および実行方式を定義した構成情報(configuration)を生成部160に提供し、実行可能なUI/UXコンポーネント100のインスタンスの返還を受けて用いることができる。   The business application unit 170 can create a source code used to control the UI / UX component 100 using the basic data unit 111 of the UI / UX component 100. According to one embodiment, the business application unit 170 provides the generation unit 160 with configuration information (configuration) that defines the function execution range and the execution method of the UI / UX component 100 at the time of execution, and executes the executable UI / UX component 100. The UX component 100 can be used upon receiving the returned instance.

政策部130は、生成部160においてオブジェクトインスタンスを生成するための動作方式および動作範囲を管理するのに用いられるデータを格納することができる。   The policy unit 130 may store data used to manage an operation method and an operation range for generating an object instance in the generation unit 160.

コンテナ140は、2個以上のUI/UXコンポーネント100を組み合わせる時、政策部130を参考にして子オブジェクト(child object)に対する入出力部の動作方式および動作範囲を制御することができる。   When combining two or more UI / UX components 100, the container 140 may control an operation method and an operation range of an input / output unit for a child object with reference to the policy unit 130.

一つの実施形態によれば、UI/UXコンポーネント100は、取り扱うデータをスクリーンの臨時メモリ領域に記録しておき、要請に応じて提供するデータ管理機能と、前記臨時メモリ領域に記録されたデータをユーザが変更できる形態で提供する相互作用機能を実行するのに用いられることができる。ここで、データ管理機能は、ビジネスアプリケーション部170が生成された本質的な目的に該当するものであって、同一のコンテキスト下では実行される環境に関係なく変わらない固有性を有することができる。また、データの入出力の責任を負う相互作用機能は、同一のコンテキスト下においてもユーザの好みや環境に応じて様々な方式に変化できる動的な特徴を有することができる。   According to one embodiment, the UI / UX component 100 records data to be handled in a temporary memory area of the screen, and provides a data management function to be provided on demand, and a data management function to provide the data recorded in the temporary memory area. It can be used to perform interactive functions provided in a user-modifiable form. Here, the data management function corresponds to the essential purpose for which the business application unit 170 was generated, and may have uniqueness that does not change regardless of the environment in which it is executed under the same context. Further, the interaction function responsible for data input / output can have a dynamic feature that can be changed into various modes according to the user's preference and environment even under the same context.

前記のようなUI/UXコンポーネント100の機能的特徴に応じて、UI/UXコンポーネント100のデータ管理機能は、ビジネスアプリケーション部170により作成されたソースコードを介して制御されることができる。また、UI/UXコンポーネント100の相互作用機能は、UI/UXコンポーネント100がビジネスアプリケーション部170から伝達された制御情報に基づいて様々な形態に構成される独立オブジェクトを自体的に構造化する方法により制御されることができる。   According to the functional characteristics of the UI / UX component 100, the data management function of the UI / UX component 100 can be controlled through the source code created by the business application unit 170. In addition, the interaction function of the UI / UX component 100 is based on a method in which the UI / UX component 100 itself structures independent objects configured in various forms based on control information transmitted from the business application unit 170. Can be controlled.

一つの実施形態によれば、UI/UXコンポーネント100は、外部から取得された追加のデータを用いて、データ管理機能および相互作用機能に新しい機能を追加するかまたはデータ管理機能および相互作用機能を改善することができる。このために、UI/UXコンポーネント100は、基本データ部111および基本入出力部121と共に拡張データ部112および拡張入出力部122をさらに含むことができる。UI/UXコンポーネント100は、拡張データ部112および拡張入出力部122を介して新しい機能追加または基本機能改善と関連した情報を処理することによって、既存の開発結果物に対する同一の使用性を保障することができる。   According to one embodiment, the UI / UX component 100 uses additional data obtained externally to add new functions to the data management and interaction functions or to add the data management and interaction functions. Can be improved. To this end, the UI / UX component 100 may further include an extended data unit 112 and an extended input / output unit 122 together with the basic data unit 111 and the basic input / output unit 121. The UI / UX component 100 processes the information related to the addition of a new function or the improvement of a basic function via the extension data unit 112 and the extension input / output unit 122, thereby guaranteeing the same usability of the existing development product. be able to.

一つの実施形態によれば、UI/UXコンポーネント100は、一つのデータ管理機能に対して実行される環境やユーザの好みに基づいて、またはUI/UXコンポーネント100のベンダ(vendor)や開発者により提供された情報に基づいて、新しいデータ管理機能、相互作用機能または前記二つの機能に対する拡張機能を追加することができる。例えば、電子装置10の生成部160は、UI/UXコンポーネント100に新しい機能を追加するかまたは基本機能を改善するために、外部から取得された少なくとも一つの情報に基づいてインスタンス(instance)を生成することができる。   According to one embodiment, the UI / UX component 100 is based on the environment and user preferences that are implemented for a single data management function, or by a vendor or developer of the UI / UX component 100. Based on the provided information, a new data management function, an interaction function, or an extension function for the two functions can be added. For example, the generation unit 160 of the electronic device 10 generates an instance based on at least one piece of information acquired from outside in order to add a new function to the UI / UX component 100 or improve a basic function. can do.

一方、様々な実施形態により、電子装置10は、データを記録できる格納部およびUI/UXを表示できる表示部を含むことができる。格納部は、電子装置10の少なくとも一つの構成要素(例えば、プロセッサ)により用いられる様々なデータを格納することができる。また、格納部は、揮発性メモリまたは不揮発性メモリを含むことができる。表示部は、電子装置10の外部(例えば、ユーザ)に情報を視覚的に提供することができる。表示部は、ディスプレイ、ホログラム装置、またはプロジェクタおよび該装置を制御するための制御回路を含むことができる。一つの実施形態によれば、表示部は、入出力部120と連結されることができ、入出力部120から提供されるデータを表示することができる。   Meanwhile, according to various embodiments, the electronic device 10 may include a storage unit that can record data and a display unit that can display a UI / UX. The storage unit can store various data used by at least one component (for example, a processor) of the electronic device 10. Further, the storage unit may include a volatile memory or a nonvolatile memory. The display unit can visually provide information to the outside (for example, a user) of the electronic device 10. The display may include a display, a hologram device, or a projector and a control circuit for controlling the device. According to an embodiment, the display unit may be connected to the input / output unit 120, and may display data provided from the input / output unit 120.

図2aは、様々な実施形態により、基本機能が実行される時の電子装置を示す図であり、図2bは、様々な実施形態により、拡張機能が実行される時の電子装置を示す図である。   FIG. 2a is a diagram illustrating an electronic device when a basic function is performed according to various embodiments, and FIG. 2b is a diagram illustrating an electronic device when an extended function is performed according to various embodiments. is there.

図2aおよび図2bを参照すれば、基本機能が実行される時のUI/UXコンポーネント100は、データ部110および入出力部120を含むことができる。その反面、拡張機能が実行される時のUI/UXコンポーネント100は、基本データ部111および一つ以上の拡張データ部112、113、114と、基本入出力部121および一つ以上の拡張入出力部122、123とを含むことができる。   Referring to FIGS. 2A and 2B, the UI / UX component 100 when a basic function is performed may include a data unit 110 and an input / output unit 120. On the other hand, when the extended function is executed, the UI / UX component 100 includes a basic data section 111 and one or more extended data sections 112, 113, 114, a basic input / output section 121, and one or more extended input / output sections. Parts 122 and 123 can be included.

データ部110と基本データ部111は基本機能のうち共通機能を管理することができ、入出力部120と基本入出力部121は基本機能のうち個別機能を管理することができる。また、一つ以上の拡張データ部112、113、114は拡張機能のうち共通機能を管理することができ、一つ以上の拡張入出力部122、123は拡張機能のうち個別機能を管理することができる。この時、基本機能はベンダが提供する製品やフレームワークに内蔵されてソフトウェアの設置と同時に基本的に使用できる機能であるシステム機能を意味し、拡張機能はユーザがシステム機能を修正するかまたは自体的に開発して追加した機能であるユーザ機能を意味する。   The data section 110 and the basic data section 111 can manage common functions among the basic functions, and the input / output section 120 and the basic input / output section 121 can manage individual functions among the basic functions. In addition, one or more extended data units 112, 113, and 114 can manage common functions among extended functions, and one or more extended input / output units 122 and 123 can manage individual functions among extended functions. Can be. At this time, the basic function means a system function that is built into the product or framework provided by the vendor and can be used at the same time as the software is installed. It means a user function that is a function that has been developed and added.

コンテナ140は、機能追加に応じた機能管理単位(例えば、UI/UXコンポーネント100)のインターフェース拡張、そして2個以上のデータ部110を子オブジェクトに組み合わせ(composition)できるオブジェクトタイプに定義されることができる。一つの実施形態によれば、コンテナ140のインターフェースは、必要に応じて子オブジェクトの中から核心になる機能管理単位のインターフェースの継承を受けることができる。継承されていない残りの子オブジェクトは、役割に応じて機能管理単位のインターフェースをラッピングする過程を通じて定義されることができる。一方、コンテナ140は独立したデータ部として取り扱いされることができ、データ部のインスタンスを生成するためのコンテナ140だけの生成部160を有することができる。   The container 140 may be defined as an interface extension of a function management unit (for example, the UI / UX component 100) according to the addition of a function, and an object type that can combine two or more data units 110 into a child object. it can. According to one embodiment, the interface of the container 140 can inherit the interface of the core function management unit from among the child objects as needed. The remaining child objects that are not inherited can be defined through a process of wrapping the interface of the function management unit according to the role. On the other hand, the container 140 can be treated as an independent data part, and can have the generation part 160 of only the container 140 for generating an instance of the data part.

生成部160、165は、共通機能に対するオブジェクトおよび個別機能に対するオブジェクトのインスタンスを生成したり組み合わせしたりすることができる。一方、電子装置は、図2aおよび2bに示すように生成部を2個以上の分離したモジュール160、165の形態で含んでもよく、図1に示すように一つのモジュール160の形態で含んでもよい。   The generation units 160 and 165 can generate or combine instances of an object for a common function and an object for an individual function. On the other hand, the electronic device may include the generator in the form of two or more separate modules 160, 165 as shown in FIGS. 2a and 2b, or may include the generator in the form of one module 160 as shown in FIG. .

図3aは、様々な実施形態により、拡張機能をインターフェースに公開しないコンポーネントの動作を説明するための図であり、図3bは、様々な実施形態により、拡張機能をインターフェースに公開するコンポーネントの動作を説明するための図である。   FIG. 3a is a diagram illustrating an operation of a component that does not expose an extension to an interface according to various embodiments, and FIG. 3b is a diagram illustrating an operation of a component that exposes an extension to an interface according to various embodiments. It is a figure for explaining.

一つの実施形態により、拡張機能をインターフェースに公開しないUI/UXコンポーネント100からイベントが発生した場合、最外郭に位置した第3拡張データ部114にイベントが伝達される。仮にイベントの伝達を受けた第3拡張データ部114が目的段階(target phase)であれば、UI/UXコンポーネント100は、伝達されたイベントを処理するためのメソッドを実行した後にイベント処理を終了することができる。その反面、第3拡張データ部114が目的段階でなければ、UI/UXコンポーネント100は、第3拡張データ部114と最も隣接した第2拡張データ部113にイベントを伝達することができる。一方、拡張データ部112、113、114の中に目的段階が存在しない場合、UI/UXコンポーネント100は、基本データ部111を介してイベントの処理を試みることができる。但し、伝達されたイベントが個別機能に従ったものであるために基本データ部111においても処理できない場合、前記イベントは、入出力部のうち最外郭に位置した第2拡張入出力部123に伝達される。UI/UXコンポーネント100は、第2拡張入出力部123、第1拡張入出力部122および基本入出力部121を順に用いてイベントの処理を試みた後、その最終結果をユーザに提供することができる。   According to one embodiment, when an event occurs from the UI / UX component 100 that does not expose the extension function to the interface, the event is transmitted to the third extension data unit 114 located at the outermost position. If the third extended data part 114 to which the event is transmitted is a target phase, the UI / UX component 100 executes a method for processing the transmitted event, and then ends the event processing. be able to. On the other hand, if the third extension data unit 114 is not the target stage, the UI / UX component 100 can transmit the event to the second extension data unit 113 that is closest to the third extension data unit 114. On the other hand, if the target stage does not exist in the extension data units 112, 113, and 114, the UI / UX component 100 can attempt to process the event via the basic data unit 111. However, if the transmitted event cannot be processed even in the basic data unit 111 because it follows the individual function, the event is transmitted to the second extended input / output unit 123 located at the outermost position of the input / output unit. Is done. The UI / UX component 100 may attempt to process an event using the second extended input / output unit 123, the first extended input / output unit 122, and the basic input / output unit 121 in this order, and may provide the user with the final result. it can.

一つの実施形態により、拡張機能をインターフェースに公開するUI/UXコンポーネント100からイベントが発生した場合、次のステップに従って拡張機能に対するメソッドが呼び出されることができる。第1ステップにおいて、コンテナ140は、一つ以上のデータ部111、112、113、114と一つ以上の入出力部121、122、123の各々に対して登録(subscribe)動作を実行することができる。第2ステップにおいて、一つ以上の拡張データ部112、113、114と一つ以上の拡張入出力部122、123は、状態変化イベントをコンテナ140に通知(例えば、handleEvent()呼び出し)することができる。第3ステップにおいて、コンテナ140は、状態変化イベントの通知に応答して、集合メソッド(aggregate method)を呼び出すことができる。第4ステップにおいて、呼び出された集合メソッドは役割別のインスタンスを介して拡張インターフェースにアクセスすることができ、それにより、最終的に拡張機能に対するメソッドを呼び出すことができる。   According to one embodiment, when an event occurs from the UI / UX component 100 that exposes the extension to the interface, a method for the extension can be called according to the following steps. In the first step, the container 140 may perform a subscribe operation on each of the one or more data units 111, 112, 113, 114 and the one or more input / output units 121, 122, 123. it can. In the second step, the one or more extended data units 112, 113, 114 and the one or more extended input / output units 122, 123 can notify the container 140 of a state change event (for example, call handleEvent ()). it can. In a third step, the container 140 can invoke an aggregate method in response to the notification of the state change event. In a fourth step, the invoked set method can access the extension interface through role-specific instances, and thus ultimately invoke methods for the extension.

仮にユーザ(client)がコンテナ140のラッパーメソッド(wrapper method)を直接呼び出す場合、次のステップに従って拡張機能が処理されることができる。第1ステップにおいて、ユーザは、コンテナ140により定義されたラッパーメソッドを呼び出すことができる。第2ステップにおいて、呼び出されたラッパーメソッドは、コンテナ140の集合メソッド(aggregate method)を呼び出すことができる。第3ステップにおいて、呼び出された集合メソッドは役割別のインスタンスを介して拡張インターフェースにアクセスすることができ、それにより、最終的に拡張機能に対するメソッドを呼び出すことができる。   If the user directly calls the wrapper method of the container 140, the extended function can be processed according to the following steps. In a first step, the user can invoke a wrapper method defined by the container 140. In the second step, the invoked wrapper method can invoke the aggregate method of the container 140. In the third step, the invoked collective method can access the extension interface through role-specific instances, thereby ultimately calling the method for the extension.

なお、電子装置の構成要素は、予め設定されたインストラクションを実行できるモジュールまたはコードを意味するものとして解釈できる。また、一部のインストラクションは特定のモジュールを介して実行されることとして記載されているが、これに本発明が限定されるのではなく、本文書に開示された全てのインストラクションは電子装置に備えられたプロセッサ(processor)により実行できるということは当業者であれば容易に理解することができるであろう。
図4a〜4fは、様々な実施形態により、種々の形態で実現されたコンポーネントを含む電子装置のブロック図である。
Note that the components of the electronic device can be interpreted as meaning modules or codes that can execute preset instructions. In addition, although some instructions are described as being executed through a specific module, the present invention is not limited to this, and all instructions disclosed in this document are provided on an electronic device. One of ordinary skill in the art will readily recognize that it can be performed by a dedicated processor.
4a-4f are block diagrams of electronic devices that include components implemented in various forms, according to various embodiments.

図4aは、UI/UXコンポーネント100が提供する基本機能だけを用いてUI/UXを提供できる電子装置11を示すものである。一つの実施形態によれば、システム生成部161は、アプリケーション実行環境で基本的に提供されるコンポーネントの種類別のデータに基づいてシステム定義領域400を設定することができる。システム定義領域400には、UI/UXコンポーネント100が提供する基本機能の基礎になるデータを含む基本データ部111、および基本データ部111に含まれたデータをスクリーンに最適化された形態で出力できる基本入出力部121が含まれることができる。   FIG. 4a illustrates an electronic device 11 that can provide a UI / UX using only the basic functions provided by the UI / UX component 100. According to one embodiment, the system generation unit 161 can set the system definition area 400 based on data for each type of component basically provided in the application execution environment. In the system definition area 400, a basic data section 111 including data serving as a basis for basic functions provided by the UI / UX component 100, and data included in the basic data section 111 can be output in a form optimized for a screen. A basic input / output unit 121 may be included.

図4bは、UI/UXコンポーネント100に含まれたデータ部の機能がユーザなどの外部からの情報に基づいて拡張された電子装置12を示すものである。一つの実施形態によれば、拡張データ部112は、基本機能との互換性を維持するために基本データ部111のインターフェースを継承することができ、基本データ部111の共通機能を拡張することができる。それと共に、拡張データ部112のオブジェクトは、拡張機能と関連したイベントプロセッサとメソッド、そして拡張機能を初期化できる属性(property)を含むように構成されることができる。すなわち、拡張データ部112を介して提供できる拡張機能は、拡張機能と関連したメソッドと拡張機能を初期化できる属性(property)を通じて定義されることができる。一方、ユーザ生成部162は、外部(例えば、ユーザ)から受信された情報に基づいてユーザー定義領域410を設定することができる。ユーザー定義領域410には、UI/UXコンポーネント100が提供する拡張機能の基礎になるデータを含む拡張データ部112が含まれることができる。図4bに示すように、拡張データ部112に含まれたデータは、基本入出力部121を介して出力されることができる。   FIG. 4B shows the electronic device 12 in which the function of the data part included in the UI / UX component 100 is extended based on external information such as a user. According to one embodiment, the extension data section 112 can inherit the interface of the basic data section 111 to maintain compatibility with the basic functions, and can extend the common functions of the basic data section 111. it can. In addition, the object of the extension data unit 112 may be configured to include an event processor and a method related to the extension, and an attribute that can initialize the extension. That is, the extension function provided through the extension data unit 112 can be defined through a method related to the extension function and an attribute that can initialize the extension function. Meanwhile, the user generation unit 162 can set the user-defined area 410 based on information received from outside (for example, a user). The user-defined area 410 may include an extension data unit 112 including data on which an extension function provided by the UI / UX component 100 is based. As shown in FIG. 4B, data included in the extension data unit 112 may be output through the basic input / output unit 121.

図4cは、UI/UXコンポーネント100に含まれた入出力部の機能がユーザなどの外部からの情報に基づいて拡張された電子装置13を示すものである。一つの実施形態によれば、拡張入出力部122は、基本機能との互換性を維持するために、基本入出力部121のインターフェースを継承することができ、インタラクション類型の個別機能を拡張することができる。ユーザ生成部162は外部(例えば、ユーザ)から受信された情報に基づいてユーザー定義領域420を設定することができ、ユーザー定義領域420には拡張入出力部122が含まれることができる。   FIG. 4C shows the electronic device 13 in which the function of the input / output unit included in the UI / UX component 100 is extended based on information from the outside such as a user. According to one embodiment, the extended input / output unit 122 can inherit the interface of the basic input / output unit 121 to maintain compatibility with the basic function, and extend the individual function of the interaction type. Can be. The user generation unit 162 may set the user-defined area 420 based on information received from outside (for example, a user), and the user-defined area 420 may include the extended input / output unit 122.

図4dは、UI/UXコンポーネント100に含まれたデータ部および入出力部の機能がユーザなどの外部からの情報に基づいて拡張された電子装置14を示すものである。一つの実施形態によれば、ユーザ生成部162は外部(例えば、ユーザ)から受信された情報に基づいてユーザー定義領域430を設定することができ、ユーザー定義領域430には拡張データ部112および拡張入出力部122が含まれることができる。   FIG. 4D illustrates the electronic device 14 in which the functions of the data unit and the input / output unit included in the UI / UX component 100 are extended based on external information such as a user. According to one embodiment, the user generation unit 162 can set the user-defined area 430 based on information received from the outside (for example, a user). An input / output unit 122 may be included.

図4eは、UI/UXコンポーネント100が提供する機能をユーザなどの外部からの情報に基づいて定義できる電子装置15を示すものである。一つの実施形態による電子装置15はユーザ生成部162を介してユーザー定義領域440を設定することができ、ユーザー定義領域440に基本データ部111および基本入出力部121が含まれるように構成することができる。   FIG. 4E shows the electronic device 15 that can define functions provided by the UI / UX component 100 based on information from the outside such as a user. The electronic device 15 according to one embodiment may set the user-defined area 440 via the user generation unit 162, and the user-defined area 440 may include the basic data unit 111 and the basic input / output unit 121. Can be.

図4fは、2個以上のUI/UXコンポーネントを組み合わせ(Composition)できる電子装置16を示すものである。一つの実施形態によれば、電子装置16は、複数のUI/UXコンポーネント100を組み合わせるために、コンテナ140を含むことができる。このために、電子装置16は、コンテナ140を生成できるコンテナ生成部460、およびコンテナ140のデータ構造などを定義したコンテナ規約部470を含むことができる。
図5は、様々な実施形態による電子装置の動作を説明するためのフローチャートである。
FIG. 4f illustrates an electronic device 16 that can combine two or more UI / UX components. According to one embodiment, the electronic device 16 can include a container 140 for combining multiple UI / UX components 100. To this end, the electronic device 16 may include a container generation unit 460 that can generate the container 140 and a container convention unit 470 that defines a data structure of the container 140 and the like.
FIG. 5 is a flowchart illustrating an operation of an electronic device according to various embodiments.

動作500において、電子装置の規約部は、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義して電子装置の格納部に格納することができる。   In operation 500, the conventions section of the electronic device may define and store the data structure and data management logic underlying the UI and UX in a storage section of the electronic device.

動作510において、電子装置のビジネスアプリケーション部は、外部から取得された少なくとも一つの情報に基づいて、UIおよびUXの提供方式と関連したインスタンスの生成を要請することができる。一つの実施形態によれば、電子装置のビジネスアプリケーション部は、電子装置のユーザから特定アプリケーションの実行要請が受信される場合、前記ビジネスアプリケーション部が実行されている電子装置に対する情報を取得することができる。例えば、ビジネスアプリケーション部は、電子装置に備えられた表示装置のサイズや表示装置上で特定アプリケーションが表示される領域のサイズに対する情報を取得することができる。ビジネスアプリケーション部は、取得された情報を用いて、特定アプリケーションと対応するUIおよびUXの提供方式を決定することができる。ビジネスアプリケーション部は、提供方式が決定されることに応答して、UIおよびUXの基礎になるデータおよび前記データの入出力と関連したインスタンスの生成を要請することができる。   In operation 510, the business application unit of the electronic device may request generation of an instance related to a UI and UX providing scheme based on at least one piece of information obtained from outside. According to one embodiment, when a request for executing a specific application is received from a user of the electronic device, the business application unit of the electronic device may obtain information on the electronic device on which the business application unit is being executed. it can. For example, the business application unit can acquire information on the size of the display device provided in the electronic device and the size of the area where the specific application is displayed on the display device. The business application unit can determine the UI and UX providing method corresponding to the specific application using the acquired information. In response to the determination of the provision method, the business application unit may request generation of data on which the UI and the UX are based and an instance related to input / output of the data.

動作520において、電子装置の生成部は、ビジネスアプリケーション部から受信された生成要請に応答して、電子装置のコンポーネントに含まれたデータ部のオブジェクトと入出力部のオブジェクトを生成することができる。また、生成されたデータ部のオブジェクトと入出力部のオブジェクトを初期化した後、ビジネスアプリケーション部に返還することができる。   In operation 520, the generator of the electronic device may generate an object of the data unit and an object of the input / output unit included in the component of the electronic device in response to the generation request received from the business application unit. Further, after initializing the object of the generated data part and the object of the input / output part, the object can be returned to the business application part.

動作530において、電子装置のビジネスアプリケーション部は、生成部により返還されたデータ部のオブジェクトに対して、規約部により定義されたデータの構造およびデータ管理ロジックに応じた構造化を要請することができる。一つの実施形態によれば、電子装置のコンポーネントは、生成部から構造化要請が受信される場合、規約部に定義されたものに従ってデータを加工することができ、加工されたデータを格納部に格納することができる。一方、コンポーネントは基本データ部および拡張データ部を含むことができ、規約部に定義されたものに従って制御可能なデータは基本データ部を介して加工されることができ、規約部に定義されたものに従って制御不可能なデータは拡張データ部を介して加工されることができる。例えば、基本データ部は、規約部に定義されたものに従って臨時データ記憶装置およびデータ管理ロジックを実現する方式によりオブジェクトを処理することができる。拡張データ部は、規約部に定義されたものに従わない拡張機能を別途のイベントプロセッサ、メソッドおよび属性(property)を用いて処理することができる。   In operation 530, the business application unit of the electronic device may request the object of the data unit returned by the generation unit to structure the data according to the data structure and the data management logic defined by the convention unit. . According to one embodiment, when a structuring request is received from the generating unit, the component of the electronic device can process the data according to what is defined in the protocol unit, and stores the processed data in the storage unit. Can be stored. On the other hand, a component can include a basic data part and an extended data part, and controllable data can be processed through the basic data part according to the one defined in the convention part, and the one defined in the convention part. Can be processed via the extended data section according to the following. For example, the basic data section can process the object in a manner that implements a temporary data storage and data management logic according to what is defined in the convention section. The extension data section can process an extension function that does not follow the one defined in the convention section by using a separate event processor, method, and attribute (property).

動作540において、コンポーネントのデータ部は、データ部のオブジェクトを構造化して格納部に格納することができる。また、コンポーネントのデータ部は、格納されたデータ部のオブジェクトをユーザに提供するために、データ部のオブジェクトに対する出力要請をコンポーネントの入出力部に伝達することができる。   At operation 540, the data portion of the component may structure the object of the data portion and store it in the storage. Also, the data part of the component may transmit an output request for the object of the data part to the input / output part of the component in order to provide the stored data part object to the user.

動作550において、コンポーネントの入出力部は、出力要請に応答して、データ部のオブジェクトと対応するUIおよびUXを電子装置の表示部を介して出力することができる。   In operation 550, the input / output unit of the component may output the UI and the UX corresponding to the object of the data unit via the display unit of the electronic device in response to the output request.

なお、図5に開示された動作のうちの一部は省略されるかまたは複数回繰り返し実行されてもよい。また、図5に開示された動作の各々は一つの実施形態に見るのが妥当であり、t一つの動作が他の一つの動作に従属するものに制限して解釈してはならない。   Some of the operations disclosed in FIG. 5 may be omitted or may be repeatedly performed a plurality of times. Also, each of the operations disclosed in FIG. 5 is appropriate to be viewed in one embodiment, and t operations should not be interpreted as being limited to those dependent on another operation.

本発明の様々な実施形態により、多重スクリーンを支援するコンポーネントを構造化する方法は、電子装置の規約部が、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義して前記電子装置の格納部に格納する動作、前記電子装置のビジネスアプリケーション部が、外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成要請を前記電子装置の生成部に伝達する動作、前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化した後、前記データ部のオブジェクトを前記ビジネスアプリケーション部に伝達する動作、前記電子装置のビジネスアプリケーション部が、前記伝達されたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化要請を前記コンポーネントに伝達する動作、前記コンポーネントのデータ部が、前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達する動作、前記コンポーネントの入出力部が、前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを前記電子装置の表示部を介して出力する動作、および前記電子装置のコンテナが、前記電子装置の政策部に定義された情報を用いて、前記電子装置の生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成する動作を含むことができる。   According to various embodiments of the present invention, a method for structuring components that support multiple screens is provided in which a convention unit of an electronic device defines a data structure and data management logic underlying UI and UX. The operation of storing in the storage unit of the electronic device, the business application unit of the electronic device generates a request for generation of an instance related to the providing method of the UI and the UX based on at least one piece of information obtained from outside, The operation of transmitting to the unit, the generation unit of the electronic device generates an object of the data unit and an object of the input / output unit included in the component of the electronic device in response to the generation request, and the object of the data unit and After initializing the object of the input / output unit, the object of the data unit is An operation to be transmitted to the application unit, wherein the business application unit of the electronic device issues a structuring request according to the data structure and data management logic defined by the convention unit to the transmitted data unit object. An operation of transmitting to the component, a data unit of the component structuring an object of the data unit, storing the object in the storage unit, and transmitting an output request for an object of the stored data unit to the input / output unit An operation in which the input / output unit of the component outputs the UI and UX corresponding to the object of the data unit via the display unit of the electronic device in response to the output request, and a container of the electronic device, Using the information defined in the policy unit of the electronic device, the generation unit of the electronic device To produce an object of the component, a combination of at least two among the objects of the component the generated may include an act of generating a composite component.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、前記電子装置の規約部は、前記データの構造、前記データ管理ロジックおよび共通入出力機能だけを定義し、個別入出力機能は定義せず、および前記電子装置の規約部は、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを生成する前記生成部を含むことを特徴とする。ここで、共通入出力機能は機能管理単位により提供される全体機能のうち全てのインタラクション類型に共通に適用できる機能を入出力するのに用いられる機能を意味し、個別入出力機能は機能管理単位により提供される全体機能のうち特定のインタラクション類型にのみ選別的に適用できる機能を入出力するのに用いられる機能を意味する。   According to various embodiments of the present invention, in a method for structuring components that support multiple screens, the conventions of the electronic device define only the structure of the data, the data management logic and common input / output functions. The individual input / output function is not defined, and the convention unit of the electronic device includes the generation unit that generates an object of the data unit and an object of the input / output unit. Here, the common input / output function means a function used for inputting / outputting a function which can be applied to all interaction types among all functions provided by the function management unit, and the individual input / output function means a function management unit. Means a function used to input and output a function that can be selectively applied only to a specific interaction type among the overall functions provided by the.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、前記データ部は、基本データ部および拡張データ部を含み、前記方法は、前記基本データ部が、前記電子装置の規約部により定義されたデータのうち入出力方式に影響を受けずスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第1データを格納する動作、および前記拡張データ部が、前記電子装置の規約部により定義されておらず且つスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第2データを格納する動作を含むことができる。   According to various embodiments of the present invention, in a method for structuring a component that supports multiple screens, the data portion includes a basic data portion and an extended data portion, wherein the method includes: An operation of storing first data that can be commonly applied to all screens regardless of a screen type without being affected by an input / output method among data defined by a convention unit of the electronic device, and the extended data unit, The method may include an operation of storing second data that is not defined by the convention unit of the electronic device and is commonly applicable to all screens regardless of the screen type.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、前記入出力部は、基本入出力部および拡張入出力部を含み、前記方法は、前記基本入出力部が、前記基本データ部に格納された前記第1データだけをスクリーン種類に関係なく同一の形態で出力する動作、および前記拡張入出力部が、前記拡張データ部に格納された前記第2データだけをスクリーン種類に関係なく同一の形態で出力する動作を含むことができる。   According to various embodiments of the present invention, in a method of structuring a component that supports multiple screens, the input / output unit includes a basic input / output unit and an extended input / output unit, and the method includes: The unit outputs the first data stored in the basic data unit in the same form regardless of the screen type, and the extended input / output unit outputs the second data stored in the extended data unit. In the same form regardless of the screen type.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、前記基本入出力部が、前記スクリーンの特性および制約事項に基づいて、前記基本データ部のオブジェクトに対する表示形態、内部構成要素の配置形態および外部との相互作用方式を決定する動作、および前記拡張入出力部が、前記スクリーンの特性および制約事項に基づいて、前記拡張データ部のオブジェクトに対する表示形態、内部構成要素の配置形態および外部との相互作用方式を決定する動作を含むことができる。ここで、外部との相互作用方式は、電子装置のユーザから受信された入力に応答する方式を規定したものを意味する。一方、様々な実施形態によれば、相互作用方式は、電子装置の製作時に予め規定されるか、または電子装置の製作後にユーザにより新たに規定されてもよい。   According to various embodiments of the present invention, a method for structuring components that support multiple screens includes the step of the basic input / output unit displaying an object in the basic data unit based on characteristics and constraints of the screen. An operation for determining a form, an arrangement form of internal components and an interaction method with the outside, and the extended input / output unit displays a display form for an object of the extended data unit based on characteristics and restrictions of the screen; The operation may include an operation of determining a configuration of components and a mode of interaction with the outside. Here, the external interaction method refers to a method that defines a method of responding to an input received from a user of the electronic device. On the other hand, according to various embodiments, the interaction scheme may be predefined when the electronic device is manufactured, or may be newly defined by the user after the electronic device is manufactured.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、前記電子装置の生成部は、システム生成部およびユーザ生成部を含み、前記方法は、前記システム生成部が、前記格納部に予め格納されたデータを用いて前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトを組み合わせる動作、および前記ユーザ生成部が、外部から受信されたデータを用いて前記生成されたコンポーネントのオブジェクトと関連した追加オブジェクトを生成し、前記生成された追加オブジェクトを組み合わせる動作を含むことができる。   According to various embodiments of the invention, in a method for structuring components that support multiple screens, the generator of the electronic device includes a system generator and a user generator, the method comprising: Generates an object of the component by using data stored in advance in the storage unit, and combines the generated object of the component with the operation, and the user generation unit, using data received from the outside The method may include generating an additional object associated with the generated component object and combining the generated additional object.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、前記電子装置のコンテナが、前記規約部を用いて、前記複合コンポーネントを生成するのに必要なデータを定義し、前記生成された複合コンポーネントの一つ以上のデータ部および一つ以上の入出力部を組み合わせて新しいコンポーネントのオブジェクトを生成する動作を含むことができる。   According to various embodiments of the present invention, a method for structuring a component that supports multiple screens includes a method for causing a container of the electronic device to generate data necessary to generate the composite component using the convention unit. The method may include an operation of defining and combining one or more data units and one or more input / output units of the generated composite component to generate a new component object.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、前記電子装置のビジネスアプリケーション部が、第1時点に前記コンポーネントの機能実行範囲および実行方式と関連して前記政策部に定義された情報を前記生成部に提供する動作、および前記電子装置のビジネスアプリケーション部が、前記生成部から前記UIおよびUXの提供方式と関連したインスタンスを受信する動作を含み、前記電子装置のビジネスアプリケーション部は、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを用い、スクリーン別に特化されたオブジェクトは用いないことによって、単一コード(single code)を介して前記コンポーネントを制御することを特徴とする。   According to various embodiments of the present invention, a method for structuring a component that supports multiple screens includes a method in which a business application unit of the electronic device associates, at a first time, a function execution range and an execution method of the component. Providing an operation defined by the policy unit to the generation unit, and an operation of the business application unit of the electronic device receiving an instance related to the UI and UX providing method from the generation unit; The business application unit of the electronic device controls the component through a single code by using the object of the data unit and the object of the input / output unit and not using an object specialized for each screen. It is characterized by doing.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれた基本データ部のオブジェクトおよび拡張データ部のオブジェクトを生成し、前記基本データ部のオブジェクトおよび前記拡張データ部のオブジェクトを初期化する動作、および前記電子装置の生成部が、前記基本データ部のオブジェクトをラッピング(wrapping)する動作をさらに含むことができる。   According to various embodiments of the present invention, a method for structuring a component that supports multiple screens includes a method for generating a basic data portion included in a component of the electronic device in response to the generation request. Generating an object of the basic data section and an object of the extended data section, and initializing the object of the basic data section and the object of the extended data section, and the generating section of the electronic device wraps the object of the basic data section. ) May be further included.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、前記電子装置の生成部が、前記コンポーネントのデータ部に前記コンポーネントの入出力部を注入(inject)する動作、前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれた基本入出力部のオブジェクトおよび拡張入出力部のオブジェクトを生成し、前記基本入出力部のオブジェクトおよび前記拡張入出力部のオブジェクトを初期化する動作、および前記電子装置の生成部が、前記基本入出力部のオブジェクトをラッピング(wrapping)する動作をさらに含むことができる。   According to various embodiments of the present invention, a method for structuring a component that supports multiple screens includes the step of the generator of the electronic device injecting an input / output unit of the component into a data unit of the component. In operation, the generation unit of the electronic device generates an object of a basic input / output unit and an object of an extended input / output unit included in a component of the electronic device in response to the generation request, and generates an object of the basic input / output unit. The method may further include an operation of initializing the object of the extended input / output unit, and an operation of the generation unit of the electronic device wrapping the object of the basic input / output unit.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、拡張データ部のオブジェクトは、拡張機能と関連したイベントプロセッサおよびメソッド(method)、前記拡張機能を初期化できる属性(property)を含むことを特徴とする。   According to various embodiments of the present invention, in a method of structuring a component that supports multiple screens, an object of an extension data part initializes an event processor and a method associated with the extension, and the extension. It is characterized by including an attribute that can be used.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法において、基本データ部のオブジェクトは、前記拡張データ部のオブジェクトに含まれた前記属性にアクセスできる汎用メソッドを含むことを特徴とする。   According to various embodiments of the present invention, in a method for structuring a component supporting multiple screens, an object of a basic data part includes a general-purpose method that can access the attribute included in an object of the extended data part. It is characterized by the following.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、電子装置の政策部が、前記UIおよびUXの提供方式と関連したインスタンスの動作方式および動作範囲を生成し、前記格納部に格納する動作をさらに含むことができる。   According to various embodiments of the present invention, a method of structuring a component supporting multiple screens includes a step of generating a behavior mode and a behavior range of an instance related to the UI and UX provision mode by a policy unit of an electronic device. The method may further include an operation of storing the data in the storage unit.

本発明の様々な実施形態によれば、多重スクリーンを支援するコンポーネントを構造化する方法は、電子装置の表示部を介して出力された前記UIおよびUXに対して外部から変更要請が受信される場合、前記電子装置のビジネスアプリケーション部が、前記変更要請に応じた前記UIおよびUXの提供方式と関連したインスタンスの生成要請を前記電子装置の生成部に伝達する動作をさらに含むことができる。   According to various embodiments of the present invention, a method of structuring components for supporting multiple screens includes receiving a change request from the outside for the UI and UX output via a display unit of an electronic device. In this case, the business application unit of the electronic device may further include transmitting an instance generation request related to the UI and UX providing method in response to the change request to the generation unit of the electronic device.

本発明の様々な実施形態により、多重スクリーンを支援するコンポーネントを構造化する電子装置は、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義する規約部、外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成を要請し、前記電子装置のコンポーネントに含まれたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化を要請するビジネスアプリケーション部、前記インスタンスの生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化する生成部、前記規約部により定義された前記データの構造およびデータ管理ロジックを格納する格納部、前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納部に格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達するデータ部、前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを出力する入出力部、および政策部に定義された情報を用いて、前記生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成するコンテナを含むことができる。   In accordance with various embodiments of the present invention, an electronic device for structuring components that support multiple screens includes a convention unit that defines the data structure and data management logic underlying the UI and UX, at least one externally acquired component. Requesting an instance related to the UI and UX providing method based on the two pieces of information, and defining the data structure defined by the convention unit with respect to an object of a data unit included in a component of the electronic device. And a business application unit requesting structuring according to data management logic, generating an object of a data unit and an object of an input / output unit included in a component of the electronic device in response to the request to generate the instance, and Unit object and input / output unit object A generating unit for initializing, a storage unit for storing the data structure and data management logic defined by the convention unit, an object of the data unit is structured and stored in the storage unit, and stored in the storage unit. A data unit for transmitting an output request for the object of the data unit to the input / output unit, an input / output unit for outputting the UI and UX corresponding to the object of the data unit in response to the output request, and a policy unit. A container that generates an object of the component through the generation unit using the generated information and combines at least two or more of the generated objects of the component to generate a composite component.

本発明の一つの実施形態による多重スクリーンを支援するコンポーネント構造化方法は、コンピュータとの結合によって実行させるための格納媒体に格納されたコンピュータプログラムで実現されてもよい。   A component structuring method for supporting multiple screens according to an embodiment of the present invention may be implemented by a computer program stored in a storage medium to be executed by being connected to a computer.

また、本発明の一つの実施形態による多重スクリーンを支援するコンポーネント構造化方法は、様々なコンピュータ手段を介して実行できるプログラム命令形態で実現されてコンピュータ読み取り可能な媒体に記録されてもよい。前記コンピュータ読み取り可能な媒体は、プログラム命令、データファイル、データ構造などを単独でまたは組み合わせて含むことができる。前記媒体に記録されるプログラム命令は、本発明のために特別に設計されて構成されたものであるか、またはコンピュータソフトウェア当業者に公知されて使用可能なものであってもよい。コンピュータ読み取り可能な記録媒体の例には、ハードディスク、フロッピーディスクおよび磁気テープのような磁気媒体(magnetic media)、CD−ROM、DVDのような光気録媒体(optical media)、フロプティカルディスク(floptical disk)のような磁気−光媒体(magneto−optical media)、およびROM、RAM、フラッシュメモリなどのようなプログラム命令を格納し実行するように特別に構成されたハードウェア装置が含まれる。プログラム命令の例には、コンパイラによって作られるもののような機械語コードだけでなく、インタープリタなどを用いてコンピュータにより実行できる高級言語コードを含む。   Also, the component structuring method for supporting multiple screens according to an embodiment of the present invention may be implemented in the form of program instructions that can be executed through various computer means and recorded on a computer-readable medium. The computer readable medium may include program instructions, data files, data structures, etc., alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the present invention, or may be known and usable by those skilled in computer software. 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 optical disks (optical media). Magneto-optical media, such as a floppy disk, and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, etc., are included. Examples of program instructions include machine language code such as that produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like.

以上のように、本発明を具体的な構成要素などのような特定事項と限定された実施形態および図面によって説明したが、これは本発明のより全般的な理解を助けるために提供されたものに過ぎず、本発明は前記実施形態に限定されるものではなく、本発明が属する分野で通常の知識を有した者であれば、このような記載から様々な修正および変形が可能である。   As described above, the present invention has been described with reference to the specific embodiments such as specific components and the limited embodiments and the drawings, which are provided to help a more general understanding of the present invention. However, the present invention is not limited to the above-described embodiment, and various modifications and variations can be made from such descriptions by those having ordinary knowledge in the field to which the present invention pertains.

したがって、本発明の思想は説明された実施形態に限定して定められてはならず、後述する特許請求の範囲だけでなく、該特許請求の範囲と均等または等価的な変形がある全てのものは本発明思想の範疇に属する。   Therefore, the concept of the present invention should not be limited to the described embodiments, and is not limited to the claims described below, but also includes all equivalent or equivalent modifications to the claims. Belongs to the category of the present invention.

Claims (15)

電子装置の規約部が、UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義して前記電子装置の格納部に格納する動作、
前記電子装置のビジネスアプリケーション部が、外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成要請を前記電子装置の生成部に伝達する動作、
前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化した後、前記データ部のオブジェクトを前記ビジネスアプリケーション部に伝達する動作、
前記電子装置のビジネスアプリケーション部が、前記伝達されたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化要請を前記コンポーネントに伝達する動作、
前記コンポーネントのデータ部が、前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達する動作、
前記コンポーネントの入出力部が、前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを前記電子装置の表示部を介して出力する動作、および、
前記電子装置のコンテナが、前記電子装置の政策部に定義された情報を用いて、前記電子装置の生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成する動作を含み、
前記電子装置の規約部は、前記データの構造、前記データ管理ロジックおよび共通入出力機能だけを定義し、個別入出力機能は定義せず、および、
前記電子装置の規約部は、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを生成する前記生成部を含み、
前記データ部は基本データ部および拡張データ部を含み、
前記基本データ部が、前記電子装置の規約部により定義されたデータのうち入出力方式に影響を受けずスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第1データを格納する動作、および、
前記拡張データ部が、前記電子装置の規約部により定義されておらず且つスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第2データを格納する動作を含む
ことを特徴とする、多重スクリーンを支援するコンポーネント構造化方法。
An operation in which a convention unit of the electronic device defines a data structure and data management logic on which the UI and UX are based and stores the data structure and the data management logic in a storage unit of the electronic device;
An operation of the business application unit of the electronic device transmitting an instance generation request related to the UI and UX providing method to the generation unit of the electronic device based on at least one piece of information acquired from outside;
The generation unit of the electronic device generates an object of the data unit and an object of the input / output unit included in the component of the electronic device in response to the generation request, and the object of the data unit and the object of the input / output unit After initializing, the operation of transmitting the object of the data section to the business application section,
An operation of the business application unit of the electronic device to transmit to the component a structuring request according to the data structure and data management logic defined by the convention unit for the transmitted data unit object;
An operation of the data part of the component structuring the object of the data part in the storage part and transmitting an output request for the stored object of the data part to the input / output part;
An operation in which the input / output unit of the component outputs the UI and UX corresponding to the object of the data unit via the display unit of the electronic device in response to the output request; and
The container of the electronic device generates an object of the component through a generation unit of the electronic device using information defined in a policy unit of the electronic device, and generates at least one of the generated object of the component. Including the operation of generating a composite component by combining two or more,
The convention unit of the electronic device defines only the data structure, the data management logic and the common input / output function, and does not define the individual input / output function, and
Terms of the electronic device, seen contains the generator for generating an object of the object and the input portion of the data unit,
The data section includes a basic data section and an extension data section,
An operation in which the basic data portion stores first data that is commonly applicable to all screens regardless of the screen type without being affected by an input / output method among data defined by a convention portion of the electronic device; and ,
The multi-screen, wherein the extension data section includes an operation of storing second data that is not defined by the convention section of the electronic device and is commonly applicable to all screens regardless of the screen type. A component structuring method that helps.
前記入出力部は基本入出力部および拡張入出力部を含み、
前記基本入出力部が、前記基本データ部に格納された前記第1データだけをスクリーン種類に関係なく同一の形態で出力する動作、および、
前記拡張入出力部が、前記拡張データ部に格納された前記第2データだけをスクリーン種類に関係なく同一の形態で出力する動作を含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
The input / output unit includes a basic input / output unit and an extended input / output unit,
An operation in which the basic input / output unit outputs only the first data stored in the basic data unit in the same form regardless of the screen type; and
The extended input / output unit includes an operation of outputting only the second data stored in the extended data unit in the same form regardless of a screen type.
The method for structuring components according to claim 1 , which supports multiple screens.
前記基本入出力部が、前記スクリーンの特性および制約事項に基づいて、前記基本データ部のオブジェクトに対する表示形態、内部構成要素の配置形態および外部との相互作用方式を決定する動作、および、
前記拡張入出力部が、前記スクリーンの特性および制約事項に基づいて、前記拡張データ部のオブジェクトに対する表示形態、内部構成要素の配置形態および外部との相互作用方式を決定する動作を含む
請求項2に記載の多重スクリーンを支援するコンポーネント構造化方法。
An operation in which the basic input / output unit determines a display mode for the object in the basic data unit, an arrangement mode of internal components, and an interaction scheme with the outside, based on characteristics and restrictions of the screen; and
The extended input / output unit includes an operation of determining a display mode for the object of the extended data unit, an arrangement mode of internal components, and an interaction mode with the outside based on characteristics and restrictions of the screen.
The method for structuring components according to claim 2 , which supports multiple screens.
前記電子装置の生成部はシステム生成部およびユーザ生成部を含み、
前記システム生成部が、前記格納部に予め格納されたデータを用いて前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトを組み合わせる動作、および、
前記ユーザ生成部が、外部から受信されたデータを用いて前記生成されたコンポーネントのオブジェクトと関連した追加オブジェクトを生成し、前記生成された追加オブジェクトを組み合わせる動作を含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
The generation unit of the electronic device includes a system generation unit and a user generation unit,
An operation in which the system generation unit generates an object of the component using data stored in the storage unit in advance, and combines the generated object of the component, and
The multi-screen according to claim 1, wherein the user generating unit generates an additional object associated with the generated component object using data received from the outside, and combines the generated additional object. A component structuring method that helps.
前記電子装置のコンテナが、前記規約部を用いて、前記複合コンポーネントを生成するのに必要なデータを定義し、前記生成された複合コンポーネントの一つ以上のデータ部および一つ以上の入出力部を組み合わせて新しいコンポーネントのオブジェクトを生成する動作を含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
The container of the electronic device defines, using the convention unit, data necessary for generating the composite component, one or more data units and one or more input / output units of the generated composite component. The method of claim 1, further comprising an operation of generating an object of a new component by combining the components.
前記電子装置のビジネスアプリケーション部が、第1時点に前記コンポーネントの機能実行範囲および実行方式と関連して前記政策部に定義された情報を前記生成部に提供する動作、および、
前記電子装置のビジネスアプリケーション部が、前記生成部から前記UIおよびUXの提供方式と関連したインスタンスを受信する動作を含み、
前記電子装置のビジネスアプリケーション部は、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを用い、スクリーン別に特化されたオブジェクトは用いないことによって、単一コード(single code)を介して前記コンポーネントを制御する
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
An operation in which the business application unit of the electronic device provides the generation unit with information defined in the policy unit in association with a function execution range and an execution method of the component at a first time; and
A business application unit of the electronic device receiving an instance associated with the UI and UX providing method from the generation unit;
The business application unit of the electronic device uses the object of the data unit and the object of the input / output unit, and does not use an object specialized for each screen, so that the component is connected through a single code. The method of claim 1, wherein the controlling comprises: controlling.
前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれた基本データ部のオブジェクトおよび拡張データ部のオブジェクトを生成し、前記基本データ部のオブジェクトおよび前記拡張データ部のオブジェクトを初期化する動作、および、
前記電子装置の生成部が、前記基本データ部のオブジェクトをラッピング(wrapping)する動作をさらに含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
A generation unit of the electronic device generates an object of a basic data unit and an object of an extension data unit included in a component of the electronic device in response to the generation request, and generates an object of the basic data unit and the extension data unit; Action to initialize the object of
The method of claim 1, wherein the generation unit of the electronic device further includes an operation of wrapping an object of the basic data unit.
前記電子装置の生成部が、前記コンポーネントのデータ部に前記コンポーネントの入出力部を注入(inject)する動作、
前記電子装置の生成部が、前記生成要請に応答して前記電子装置のコンポーネントに含まれた基本入出力部のオブジェクトおよび拡張入出力部のオブジェクトを生成し、前記基本入出力部のオブジェクトおよび前記拡張入出力部のオブジェクトを初期化する動作、および、
前記電子装置の生成部が、前記基本入出力部のオブジェクトをラッピング(wrapping)する動作をさらに含む
請求項7に記載の多重スクリーンを支援するコンポーネント構造化方法。
An operation in which the generation unit of the electronic device injects an input / output unit of the component into a data unit of the component;
The generation unit of the electronic device generates an object of the basic input / output unit and an object of the extended input / output unit included in the component of the electronic device in response to the generation request, and generates the object of the basic input / output unit and the The operation of initializing the object of the extended input / output unit, and
The generator of the electronic device may further include wrapping an object of the basic input / output unit.
A method for structuring components according to claim 7 , which supports multiple screens.
前記拡張データ部のオブジェクトは、拡張機能と関連したイベントプロセッサおよびメソッド(method)、前記拡張機能を初期化できる属性(property)を含む
請求項7に記載の多重スクリーンを支援するコンポーネント構造化方法。
The object of the extension data part includes an event processor and a method associated with the extension, and an attribute that can initialize the extension.
A method for structuring components according to claim 7 , which supports multiple screens.
前記基本データ部のオブジェクトは、前記拡張データ部のオブジェクトに含まれた前記属性にアクセスできる汎用メソッドを含む
請求項9に記載の多重スクリーンを支援するコンポーネント構造化方法。
The object of the basic data section includes a general-purpose method that can access the attribute included in the object of the extension data section.
A method for structuring components according to claim 9 , which supports multiple screens.
前記電子装置の政策部が、前記UIおよびUXの提供方式と関連したインスタンスの動作方式および動作範囲を生成し、前記格納部に格納する動作をさらに含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
The multi-screen of claim 1, wherein the policy unit of the electronic device further includes an operation of generating an operation mode and an operation range of the instance associated with the UI and UX provision mode and storing the generated operation mode and operation range in the storage unit. Component structuring method.
前記電子装置の表示部を介して出力された前記UIおよびUXに対して外部から変更要請が受信される場合、前記電子装置のビジネスアプリケーション部が、前記変更要請に応じた前記UIおよびUXの提供方式と関連したインスタンスの生成要請を前記電子装置の生成部に伝達する動作をさらに含む
請求項1に記載の多重スクリーンを支援するコンポーネント構造化方法。
When a change request is externally received for the UI and UX output via the display unit of the electronic device, the business application unit of the electronic device provides the UI and UX in response to the change request. The method of claim 1, further comprising transmitting an instance generation request related to a method to a generation unit of the electronic device.
請求項1ないし12のいずれか1項に記載の方法をコンピュータに実行させるプログラムを記録した
ことを特徴とするコンピュータ読み取り可能な記録媒体。
A computer-readable recording medium on which a program for causing a computer to execute the method according to any one of claims 1 to 12 is recorded.
請求項1ないし12のいずれか1項に記載の方法をコンピュータに実行させる
ことを特徴とするコンピュータプログラム。
A computer program for causing a computer to execute the method according to any one of claims 1 to 12 .
電子装置であって、
UIおよびUXの基礎になるデータの構造およびデータ管理ロジックを定義する規約部、
外部から取得された少なくとも一つの情報に基づいて、前記UIおよびUXの提供方式と関連したインスタンスの生成を要請し、前記電子装置のコンポーネントに含まれたデータ部のオブジェクトに対して前記規約部により定義された前記データの構造およびデータ管理ロジックに応じた構造化を要請するビジネスアプリケーション部、
前記インスタンスの生成要請に応答して前記電子装置のコンポーネントに含まれたデータ部のオブジェクトおよび入出力部のオブジェクトを生成し、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを初期化する生成部、
前記規約部により定義された前記データの構造およびデータ管理ロジックを格納する格納部、
前記データ部のオブジェクトを構造化して前記格納部に格納し、前記格納部に格納されたデータ部のオブジェクトに対する出力要請を前記入出力部に伝達するデータ部、
前記出力要請に応答して前記データ部のオブジェクトと対応する前記UIおよびUXを出力する入出力部、および、
政策部に定義された情報を用いて、前記生成部を介して前記コンポーネントのオブジェクトを生成し、前記生成された前記コンポーネントのオブジェクトのうち少なくとも2個以上を組み合わせて複合コンポーネントを生成するコンテナを含み,
前記電子装置の規約部は、前記データの構造、前記データ管理ロジックおよび共通入出力機能だけを定義し、個別入出力機能は定義せず、および、
前記電子装置の規約部は、前記データ部のオブジェクトおよび前記入出力部のオブジェクトを生成する前記生成部を含み、
前記データ部は基本データ部および拡張データ部を含み、
前記基本データ部が、前記電子装置の規約部により定義されたデータのうち入出力方式に影響を受けずスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第1データを格納する動作、および、
前記拡張データ部が、前記電子装置の規約部により定義されておらず且つスクリーン種類に関係なく全てのスクリーンに共通に適用可能な第2データを格納する動作を含む
ことを特徴とする電子装置。
An electronic device,
A convention part that defines the data structure and data management logic underlying the UI and UX;
Requesting the generation of an instance related to the UI and UX providing method based on at least one information obtained from outside, by the convention unit with respect to an object of a data unit included in a component of the electronic device; A business application unit for requesting structuring according to the defined data structure and data management logic,
A generation unit configured to generate a data unit object and an input / output unit object included in the component of the electronic device in response to the instance generation request, and initialize the data unit object and the input / output unit object; ,
A storage unit that stores the data structure and data management logic defined by the convention unit;
A data unit configured to store the object of the data unit in the storage unit and transmit an output request for the object of the data unit stored in the storage unit to the input / output unit;
An input / output unit that outputs the UI and UX corresponding to the object of the data unit in response to the output request;
A container that generates an object of the component through the generation unit using information defined in the policy unit, and generates a composite component by combining at least two or more of the generated object of the component; ,
The convention unit of the electronic device defines only the data structure, the data management logic and the common input / output function, and does not define the individual input / output function, and
Terms of the electronic device, seen contains the generator for generating an object of the object and the input portion of the data unit,
The data section includes a basic data section and an extension data section,
An operation in which the basic data portion stores first data that is commonly applicable to all screens regardless of the screen type without being affected by an input / output method among data defined by a convention portion of the electronic device; and ,
The electronic device, wherein the extension data part includes an operation of storing second data that is not defined by a convention part of the electronic device and is commonly applicable to all screens regardless of a screen type .
JP2019095871A 2018-06-18 2019-05-22 Method and apparatus for structuring components that support multiple screens using a single code in a business application Active JP6653849B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020180069731A KR101929201B1 (en) 2018-06-18 2018-06-18 Method and apparatus for structuring component that supports n-screen using single code in business application
KR10-2018-0069731 2018-06-18

Publications (2)

Publication Number Publication Date
JP2019220158A JP2019220158A (en) 2019-12-26
JP6653849B2 true JP6653849B2 (en) 2020-02-26

Family

ID=64743447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019095871A Active JP6653849B2 (en) 2018-06-18 2019-05-22 Method and apparatus for structuring components that support multiple screens using a single code in a business application

Country Status (2)

Country Link
JP (1) JP6653849B2 (en)
KR (1) KR101929201B1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6113983B2 (en) * 2012-09-18 2017-04-12 株式会社野村総合研究所 Screen control display system and screen control display program
KR101438198B1 (en) 2013-05-09 2014-09-04 주식회사 엘지씨엔에스 Method of providing user interface of multi-screen and apparatus performing the same
US9864732B2 (en) * 2016-05-02 2018-01-09 Google Inc. User interfaces that facilitate management of formatting of digital content
JP6603194B2 (en) * 2016-11-11 2019-11-06 日本電信電話株式会社 Screen recognition device, screen recognition method, and screen recognition program
KR101788687B1 (en) * 2017-05-26 2017-11-15 (주)투비소프트 A component generating method for double virtualization

Also Published As

Publication number Publication date
JP2019220158A (en) 2019-12-26
KR101929201B1 (en) 2018-12-14

Similar Documents

Publication Publication Date Title
CN111078315B (en) Microservice arranging and executing method and system, architecture, equipment and storage medium
US9430207B1 (en) Automated cross-platform native mobile application generation with cloud driven user interface and workflow synthesis
CN110795095B (en) Method and system for establishing business logic component and business component and generating page
US20220391221A1 (en) Providing a different configuration of added functionality for each of the stages of predeployment, deployment, and post deployment using a layer of abstraction
US20150261549A1 (en) Platform for generating composite applications
US8250458B2 (en) Method, system, and software tool for emulating a portal application
KR20090080981A (en) Aggregating portlets for use within a client environment without relying upon server resources
JP2004102500A (en) Gui application development supporting device and method and computer program
JP2004102498A (en) Gui application development supporting device, gui display device and method, and its computer program
US11579950B2 (en) Configuring an API to provide customized access constraints
JP2020053050A (en) Mobile app publishing for responsive community experience
JP7430962B1 (en) Information processing method, program and information processing system
JP6653849B2 (en) Method and apparatus for structuring components that support multiple screens using a single code in a business application
CN102236510B (en) A kind of method and apparatus utilizing super taskbar to control instant communication software
JP7004930B2 (en) Information processing equipment and its processing method and program
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
Watson et al. Scalable control and monitoring of supercomputer applications using an integrated tool framework
TWI568285B (en) Service provider system and service provider method
JP2012234559A (en) Information processing device, information processing method, information processing program and storage medium storing information processing program
KR102679462B1 (en) Electronic device and method of providing user interface thereof
US20210382729A1 (en) Dynamic modification of application
Kovács et al. Cloud-based flowbster portal to design and deploy scientific workflows
JP2019061674A (en) Component generating method having high loading speed
CN118484180A (en) System development method, device, equipment and storage medium
JP5279767B2 (en) General program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190522

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20190522

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20190614

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190806

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191031

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20191119

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191206

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191224

R150 Certificate of patent or registration of utility model

Ref document number: 6653849

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250