JP2016110206A - Web screen development support system - Google Patents

Web screen development support system Download PDF

Info

Publication number
JP2016110206A
JP2016110206A JP2014244163A JP2014244163A JP2016110206A JP 2016110206 A JP2016110206 A JP 2016110206A JP 2014244163 A JP2014244163 A JP 2014244163A JP 2014244163 A JP2014244163 A JP 2014244163A JP 2016110206 A JP2016110206 A JP 2016110206A
Authority
JP
Japan
Prior art keywords
screen
file
html
web
web screen
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.)
Pending
Application number
JP2014244163A
Other languages
Japanese (ja)
Inventor
拓見 安増
Takumi Yasumasu
拓見 安増
中村 一樹
Kazuki Nakamura
一樹 中村
英世 佐々木
Hideyo Sasaki
英世 佐々木
竜矩 齊藤
Tatsunori Saito
竜矩 齊藤
前田 剛
Takeshi Maeda
剛 前田
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2014244163A priority Critical patent/JP2016110206A/en
Publication of JP2016110206A publication Critical patent/JP2016110206A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a development support technique capable of efficiently creating a Web screen for operation requiring kinetic control of the screen with a simple operation, and capable of generating a code excellent in legibility and homogeneity.SOLUTION: A Web screen development system 10 is provided with means for displaying an edit screen 30 comprising a column layout selection menu 34 and an HTML component selection menu 38 on the basis of a screen generation base file 12, means for displaying a selected column layout 39 on the edit screen 30, means for arranging selected HTML components on the edit screen 30, means for displaying, for each HTML component, a component function setting window 50 comprising a field 63 for selecting a function that realizes a specific control function and a field 62 for selecting an event that causes the control function to operate on the edit screen 30, means for outputting, as a component function definition file 22, the selected function and a correspondence between the event and each of the HTML components, and means for outputting a Web screen file 20 comprising the selected column layout and the HTML components.SELECTED DRAWING: Figure 1

Description

この発明はWeb画面開発支援システムに係り、特に、動的な画面コントロールが多用される業務用Web画面の開発を主として支援する技術に関する。   The present invention relates to a Web screen development support system, and more particularly, to a technology that mainly supports development of a business Web screen in which dynamic screen control is frequently used.

一般的なWebサイトを簡単な操作で作成できることを謳った製品やサービスは、これまでも種々存在していた(非特許文献1参照)。
これらの製品やサービスは、見た目を重視した静的なWebサイトを作成する目的には十分な機能を備えているが、動的な画面コントロールが多用される業務用Web画面の作成には不向きであった。
There have been various products and services that have sought to create a general Web site with a simple operation (see Non-Patent Document 1).
These products and services have sufficient functions for the purpose of creating a static website that emphasizes the appearance, but are not suitable for creating business-use web screens that frequently use dynamic screen controls. there were.

例えば、Web画面上のあるボタンが選択された時点で、他のボタンや入力欄を非表示にするといった画面コントロールを実現するためには、JavaScript(登録商標)等のスクリプト言語で動作を規定する必要があり、専門知識を有する開発者がエディタを用いて個別にコーディングせざるを得ないのが実情である。   For example, when a button on the Web screen is selected, in order to realize a screen control that hides other buttons and input fields, the operation is specified in a script language such as JavaScript (registered trademark). It is necessary and a developer who has specialized knowledge is forced to code individually using an editor.

直感でWebサイトを作成できる6つのフリーWebサービスインターネットURL:http://kachibito.net/web-service/6-free-sitebuilder.html 検索日:2014年10月24日6 free web services that can create websites intuitively Internet URL: http://kachibito.net/web-service/6-free-sitebuilder.html Search date: October 24, 2014

このように、業務用のWeb画面を個々の開発者がエディタベースでコーディングしている以上、生産性の向上には自ずと限界があった。
また、開発者各自の流儀に従い、HTMLファイル中にCSSやJavaScriptのコードが自由に記述されることが多いため、他者にとって理解しづらく、保守性や再利用性に欠けるという問題があった。
In this way, as long as individual developers code business-use Web screens on an editor basis, there was a limit to improving productivity.
In addition, CSS and JavaScript codes are often freely described in HTML files according to the individual developer's manners, which makes it difficult for others to understand and lacks maintainability and reusability.

また最近では、従来のようにテンプレートエンジンを用いてサーバサイドでWeb画面を生成する代わりに、SPA(Single Page Application)と称するWeb画面生成技術を用いて、クライアントサイドだけで動的なWeb画面の生成を完結させる方式が主流となりつつある。
このため、複数の画面を含み、相互間の遷移関係まで考慮された大きなHTMLファイルを作成することが開発者に求められるようになり、上記の問題点がより拡大することが懸念されている。
Recently, instead of generating a Web screen on the server side using a template engine as in the past, a dynamic Web screen is created only on the client side using a Web screen generation technology called SPA (Single Page Application). The method of completing generation is becoming mainstream.
For this reason, developers are required to create a large HTML file including a plurality of screens and taking into consideration the transition relationship between them, and there is a concern that the above problems will be further expanded.

この発明は、このような現状に鑑みて案出されたものであり、画面の動的コントロールが必要な業務用のWeb画面を、簡単な操作で効率的に作成可能であり、また可読性や均質性にも優れたコードを生成できる開発支援技術の提供を目的としている。   The present invention has been devised in view of such a current situation, and it is possible to efficiently create a business-use Web screen that requires dynamic control of the screen with a simple operation, and it is also readable and homogeneous. The purpose is to provide development support technology that can generate code with excellent performance.

上記の目的を達成するため、請求項1に記載したWeb画面開発支援システムは、Web画面編集機能を実現するためのスクリプトを含むHTMLファイルよりなる画面生成用ベースファイルと、この画面生成用ベースファイルに基づき、Web画面の段組レイアウトの選択メニューと、Web画面上に配置させるHTML部品の選択メニューを備えた編集画面をコンピュータのディスプレイに表示する手段と、コンピュータの入力手段を介して選択された段組レイアウトを上記編集画面上に表示する手段と、選択されたHTML部品を同編集画面上に配置する手段と、各HTML部品について、特定の制御機能を実現する関数を選択する欄と、当該制御機能を発動させるイベントを選択する欄を備えた部品機能編集ウィンドウを、上記編集画面上に表示する手段と、入力された関数及びイベントと、各HTML部品との対応関係を、部品機能定義ファイルとして出力する手段と、上記段組レイアウト及びHTML部品を備えたHTMLファイルを、Web画面ファイルとして出力する手段とを備えたことを特徴としている。   In order to achieve the above object, a Web screen development support system according to claim 1 includes a screen generation base file including an HTML file including a script for realizing a Web screen editing function, and the screen generation base file. Based on the above, the selection screen of the column layout of the Web screen, the editing screen with the selection menu of the HTML parts to be arranged on the Web screen, the means for displaying on the computer display, and the selection via the computer input means Means for displaying the column layout on the editing screen, means for placing the selected HTML component on the editing screen, a column for selecting a function for realizing a specific control function for each HTML component, and Means for displaying a part function edit window having a column for selecting an event for activating a control function on the edit screen, and an input function And means for outputting the correspondence between the event and each HTML part as a part function definition file, and means for outputting the HTML file including the multi-column layout and HTML part as a Web screen file. It is a feature.

請求項2に記載したWeb画面開発支援システムは、請求項1のシステムであって、さらに、各HTML部品の所定の属性について定義するための設定項目を備えた部品属性設定ウィンドウを、上記編集画面上に表示する手段と、入力された設定情報を上記編集画面及びWeb画面ファイルに反映させる手段を備えたことを特徴としている。   The Web screen development support system according to claim 2 is the system according to claim 1, and further includes a component attribute setting window including a setting item for defining a predetermined attribute of each HTML component. It is characterized by comprising means for displaying above and means for reflecting the input setting information in the editing screen and the Web screen file.

請求項3に記載したWeb画面開発支援システムは、請求項1または2のシステムであって、さらに、各HTML部品の所定のスタイルについて定義するための設定項目を備えた部品スタイル設定ウィンドウを上記編集画面上に表示する手段と、入力された設定情報を上記編集画面に反映させる手段と、同設定情報と各HTML部品との対応関係を、部品スタイル定義ファイルとして出力する手段を備えたことを特徴としている。   The Web screen development support system according to claim 3 is the system according to claim 1 or 2, and further edits the component style setting window including setting items for defining a predetermined style of each HTML component. A means for displaying on the screen, means for reflecting the input setting information on the editing screen, and means for outputting the correspondence between the setting information and each HTML part as a part style definition file It is said.

請求項4に記載したWeb画面開発支援システムは、請求項1〜3のシステムであって、さらに、上記編集画面上に、複数のWeb画面ファイルを指定する欄と、各Web画面間の遷移関係を指定する欄を備えた画面遷移設定ウィンドウを表示する手段と、指定された複数のWeb画面ファイルを一つのHTMLファイルとして結合することにより、複数のWeb画面を備えたWeb画面ファイルを生成する手段と、上記の各Web画面に、遷移先のWeb画面に移動するためのボタンを挿入する手段と、各Web画面間の遷移関係を、画面遷移定義ファイルとして出力する手段を備えたことを特徴としている。   The Web screen development support system according to claim 4 is the system according to claims 1 to 3, and further includes a field for designating a plurality of Web screen files on the editing screen and a transition relationship between the Web screens. A means for displaying a screen transition setting window with a field for specifying a file, and a means for generating a Web screen file having a plurality of Web screens by combining a plurality of specified Web screen files as a single HTML file And a means for inserting a button for moving to the transition destination web screen and a means for outputting the transition relation between each web screen as a screen transition definition file. Yes.

請求項1に記載のWeb画面開発支援システムによれば、開発者は編集画面上で段組レイアウトと必要なHTML部品を選択すると共に、HTML部品毎に部品機能編集ウィンドウを開いて関数とイベントを選択するだけで、必要な画面コントロール機能を備えたWeb画面を容易に構築できる。
また、HTML部品の動作が、予め用意された関数とイベントとの組合せとして特定され、その対応関係が部品機能定義ファイルとして外出しされるため、第三者でも容易に内容を理解することができ、HTML部品の保守性や再利用性を高めることが可能となる。
しかも、画面生成用ベースファイルがHTMLファイルよりなるため、コンピュータにわざわざ専用のアプリケーションプログラムをインストールしたり、インターネット上のサーバに接続したりすることなく、汎用のWebブラウザ上でWeb画面の開発を済ますことができる。
According to the Web screen development support system of the first aspect, the developer selects the column layout and the necessary HTML parts on the editing screen, and opens the part function editing window for each HTML part to display the functions and events. A web screen with the necessary screen control functions can be easily constructed just by selecting.
In addition, since the behavior of HTML parts is specified as a combination of functions and events prepared in advance, and the corresponding relationship is exported as a part function definition file, the contents can be easily understood by a third party. It becomes possible to improve the maintainability and reusability of HTML parts.
Moreover, since the screen generation base file is an HTML file, you can develop a web screen on a general-purpose web browser without having to install a dedicated application program on the computer or connect to a server on the Internet. be able to.

請求項2に記載のWeb画面開発支援システムの場合、開発者は部品属性設定ウィンドウを通じて各HTML部品の属性を設定することができ、HTMLファイル中にタグを自分で記述する必要がないため、Web画面ファイルのコードに一定の秩序が形成され、その保守性や再利用性を高めることが可能となる。   In the case of the Web screen development support system according to claim 2, the developer can set the attribute of each HTML part through the part attribute setting window and does not need to describe the tag in the HTML file. A certain order is formed in the code of the screen file, and its maintainability and reusability can be improved.

請求項3に記載のWeb画面開発支援システムの場合、開発者は部品スタイル設定ウィンドウを通じて各HTML部品のスタイルを設定することができ、HTMLファイル中にCSSを自分で記述する必要がないため、Web画面ファイルのコードに一定の秩序が形成され、その保守性や再利用性を高めることが可能となる。   In the case of the Web screen development support system according to claim 3, the developer can set the style of each HTML part through the part style setting window, and it is not necessary to describe CSS by himself in the HTML file. A certain order is formed in the code of the screen file, and its maintainability and reusability can be improved.

請求項4に記載のWeb画面開発支援システムによれば、開発者が指定した複数のWeb画面ファイルが一つのWeb画面ファイルとして自動的に統合されると共に、各Web画面間には開発者が指定した遷移関係が自動的に反映されるため、SPA方式に対応したWeb画面を極めて容易に開発することができる。   According to the Web screen development support system of claim 4, a plurality of Web screen files specified by the developer are automatically integrated as one Web screen file, and the developer specifies between each Web screen. Since the transition relations are automatically reflected, it is very easy to develop a Web screen that supports the SPA method.

図1は、この発明に係るWeb画面開発支援システム10の機能構成を示すブロック図であり、画面生成用ベースファイル12と、画面編集部14と、コンピュータのディスプレイ16と、マウスやキーボード等の入力装置18とを備えている。   FIG. 1 is a block diagram showing the functional configuration of a Web screen development support system 10 according to the present invention. The screen generation base file 12, the screen editing unit 14, the computer display 16, and inputs such as a mouse and a keyboard are shown. Device 18.

上記画面生成用ベースファイル12は、Web画面の編集機能を備えたJavaScriptコードを含むHTMLファイルよりなる。
上記画面編集部14は、コンピュータのCPUが、OSやWebブラウザプログラム、上記JavaScriptコードに従って所定の処理を実行することにより、実現される。
この画面編集部14からは、Web画面ファイル20、JSファイル21、部品機能定義ファイル22、部品スタイル定義ファイル24、画面遷移定義ファイル26が出力される(詳細は後述)。
The screen generation base file 12 is composed of an HTML file including a JavaScript code having a Web screen editing function.
The screen editing unit 14 is realized by the CPU of the computer executing a predetermined process according to the OS, the web browser program, and the JavaScript code.
The screen editing unit 14 outputs a Web screen file 20, a JS file 21, a component function definition file 22, a component style definition file 24, and a screen transition definition file 26 (details will be described later).

以下、図2のフローチャートに従い、このシステム10の処理手順について説明する。
まず、ユーザがコンピュータ上で画面生成用ベースファイル12をクリックすると、Webブラウザプログラムが起動して画面編集部14が生成され、ディスプレイ16に編集画面が表示される(S10)。
The processing procedure of the system 10 will be described below according to the flowchart of FIG.
First, when the user clicks on the screen generation base file 12 on the computer, the Web browser program is activated, the screen editing unit 14 is generated, and the editing screen is displayed on the display 16 (S10).

図3は、この編集画面30の遷移を例示するものである。
まずユーザは、図3(a)に示すように、作成するWeb画面の段組レイアウトを選択して編集画面30にこれを反映させた後(S12)、図3(b)に示すように、Web画面上に配置するHTML部品(表やボタン、入力ボックス等)を選択して編集画面30にこれらを反映させる(S14)。
FIG. 3 illustrates the transition of the editing screen 30.
First, as shown in FIG. 3A, the user selects a column layout of the Web screen to be created and reflects it on the editing screen 30 (S12). Then, as shown in FIG. HTML parts (tables, buttons, input boxes, etc.) to be arranged on the Web screen are selected and reflected on the editing screen 30 (S14).

図4は、編集画面30の拡大図であり、ユーザがLayoutボタン32をクリックすると、段組レイアウトのアイコンが複数列記された段組レイアウト選択メニュー34が表示される。
この段組レイアウト選択メニュー34の中から、ユーザが一のアイコンを選択し、編集画面30上にドラッグ&ドロップすると、対応の段組レイアウト39が編集画面30に反映される。
つぎにユーザは、HTMLボタン36をクリックしてHTML部品選択メニュー38を表示させ、この中から必要なHTML部品(ラジオボタンや表等)を任意の領域にドラッグ&ドロップで配置する。
FIG. 4 is an enlarged view of the editing screen 30. When the user clicks the Layout button 32, a column layout selection menu 34 in which a plurality of column layout icons are listed is displayed.
When the user selects one icon from the column layout selection menu 34 and drags and drops it on the editing screen 30, the corresponding column layout 39 is reflected on the editing screen 30.
Next, the user clicks the HTML button 36 to display the HTML part selection menu 38, and the necessary HTML parts (radio buttons, tables, etc.) are arranged in an arbitrary area by dragging and dropping.

配置したHTML部品にマウスカーソルを近づけると、図3(c)に示すように、当該HTML部品の属性やスタイル、機能を編集するためのボタンが複数表示される。
この中からユーザが部品属性設定ボタン40をクリックすると、図3(f)に示すように、部品属性設定ウィンドウ42がポップアップ表示される。
また、ユーザが部品スタイル設定ボタン44をクリックすると、図3(g)に示すように、部品スタイル設定ウィンドウ46がポップアップ表示される。
あるいは、ユーザが部品機能設定ボタン48をクリックすると、図3(e)に示すように、部品機能設定ウィンドウ50がポップアップ表示される。
When the mouse cursor is brought close to the placed HTML part, a plurality of buttons for editing the attribute, style, and function of the HTML part are displayed as shown in FIG.
When the user clicks the component attribute setting button 40 from these, a component attribute setting window 42 is popped up as shown in FIG.
When the user clicks the part style setting button 44, a part style setting window 46 is popped up as shown in FIG.
Alternatively, when the user clicks the component function setting button 48, a component function setting window 50 is popped up as shown in FIG.

図5は、部品属性設定ウィンドウ42の一例を示すものであり、HTML部品の一つである「表」の詳細を設定するものである。
すなわち、ユーザはマトリクス設定欄52で表の縦横の項目数を選択した上で、ヘッダネーム設定欄53、ヘッダID設定欄54に必要な文字列を入力し、Setボタン55をクリックする。
この結果、設定内容に対応した表(HTML部品)が編集画面30上に表示される(S16)。
FIG. 5 shows an example of the component attribute setting window 42 for setting details of “table” which is one of HTML components.
That is, the user selects the number of vertical and horizontal items in the matrix setting column 52, inputs a necessary character string in the header name setting column 53 and the header ID setting column 54, and clicks the Set button 55.
As a result, a table (HTML part) corresponding to the setting content is displayed on the editing screen 30 (S16).

図6は、部品スタイル設定ウィンドウ46の一例を示すものであり、特定のHTML部品についてのスタイル設定を行うものである。
すなわち、ユーザはフォントサイズ設定欄56でテキストの大きさを指定すると共に、配置設定欄57で「左端/中央/右端」の選択を行う。
また、ユーザが文字色設定欄58や背景色設定欄59にマウスカーソルを近づけるとカラーパレットが表示され(図示省略)、その中から任意の色彩を選択すると、文字色設定欄58や背景色設定欄59に対応のカラーコードが入力される。
最後に、ユーザがCSSクラス設定欄60において必要な設定を行い、Setボタン61をクリックすると、当該HTML部品に設定したスタイル属性が編集画面30上に反映される(S18)。
FIG. 6 shows an example of the component style setting window 46, which is used to set a style for a specific HTML component.
That is, the user specifies the text size in the font size setting field 56 and selects “left end / center / right end” in the layout setting field 57.
When the user moves the mouse cursor close to the character color setting field 58 or the background color setting field 59, a color palette is displayed (not shown), and when an arbitrary color is selected from the color palette, the character color setting field 58 or the background color setting is displayed. The corresponding color code is entered in the column 59.
Finally, when the user makes necessary settings in the CSS class setting field 60 and clicks the Set button 61, the style attribute set in the HTML part is reflected on the editing screen 30 (S18).

図7は、部品機能設定ウィンドウ50の一例として、あるHTML部品(例えばボタン)の機能を定義する場面が示されている。
まずユーザは、イベント選択欄62においてプルダウンメニュー上にリストアップされた複数のイベントの中から一つ(例えば「click」)を選択する。
つぎにユーザは、関数選択欄63においてプルダウンメニュー(図示省略)上にリストアップされた複数のイベントの中から、一つを選択する。
最後にユーザがSetボタン64をクリックすると、当該HTML部品に設定内容(イベント+関数)が関連付けられる(S20)。
FIG. 7 shows a scene where a function of an HTML part (for example, a button) is defined as an example of the part function setting window 50.
First, the user selects one (for example, “click”) from among a plurality of events listed on the pull-down menu in the event selection field 62.
Next, the user selects one of a plurality of events listed on a pull-down menu (not shown) in the function selection field 63.
Finally, when the user clicks the Set button 64, the setting content (event + function) is associated with the HTML part (S20).

以上の編集操作の途中においてユーザは、メニューバー中のSaveボタン66をクリックする。
これを受けた画面編集部14は、ユーザのこれまでの編集結果を含めた形で、画面生成用ベースファイル12を上書保存する(S22)。
During the editing operation described above, the user clicks the Save button 66 in the menu bar.
Receiving this, the screen editing unit 14 overwrites and saves the screen generation base file 12 in a form including the editing results of the user so far (S22).

そして、図3(d)に示すように、Web画面が完成した時点で、ユーザはメニューバー中のExportボタン67をクリックする。
これを受けた画面編集部14は、ユーザのこれまでの編集結果を反映させたWeb画面ファイル20、JSファイル21、部品機能定義ファイル22、部品スタイル定義ファイル24を生成し、外部記憶装置の所定領域に出力する(S24)。
Then, as shown in FIG. 3D, when the Web screen is completed, the user clicks the Export button 67 in the menu bar.
Upon receiving this, the screen editing unit 14 generates a Web screen file 20, a JS file 21, a component function definition file 22, and a component style definition file 24 reflecting the user's previous editing results, and stores them in a predetermined external storage device. Output to the area (S24).

図8は、Web画面ファイル20とJSファイル21、部品機能定義ファイル22との関係を示すものであり、同図(a)に示すように、Web画面ファイル20中の各HTML部品68には、部品ID(例えば「id="001"」)が割り振られている。
また、JSファイル21には、ユーザによって選択されたJavaScriptの関数(例えば「funcA(関数A)」)が複数記述されている。
さらに、部品機能定義ファイル22には、各部品IDとイベント、関数との対応関係が定義されている。
FIG. 8 shows the relationship between the Web screen file 20, the JS file 21, and the component function definition file 22. As shown in FIG. 8A, each HTML component 68 in the Web screen file 20 includes A component ID (for example, “id =“ 001 ”) is assigned.
The JS file 21 describes a plurality of JavaScript functions (for example, “funcA (function A)”) selected by the user.
Further, the component function definition file 22 defines correspondences between component IDs, events, and functions.

そして、WebブラウザプログラムがWeb画面ファイル20に基づいてWeb画面を生成する際には、部品機能定義ファイル22に記述されたコードに従い、各HTML部品に具体的なイベント及び関数が関連付けられる。
この結果、ユーザがあるHTML部品に対して対応のイベントを付与すると、当該部品に関連付けられた関数が実行される。
When the Web browser program generates a Web screen based on the Web screen file 20, specific events and functions are associated with each HTML component according to the code described in the component function definition file 22.
As a result, when the user gives a corresponding event to a certain HTML part, a function associated with the part is executed.

以上の仕組みを備えているため、このシステム10によって作成したWeb画面に関しては、部品機能定義ファイル22の記述を修正するだけで、HTML部品を簡単に再利用可能となる。
例えば、図8(b)に示した例では、Web画面ファイル20及びJSファイル21の記述に変更はないが、部品機能定義ファイル22に修正が施されているため、「id="001"」のHTML部品の挙動が、以下のように変化している。
「id="001"」(旧)→「クリック」によって「関数A」が実行
「id="001"」(新)→「マウスオーバー」によって「関数B」が実行
Since the above-described mechanism is provided, HTML parts can be easily reused by simply modifying the description of the part function definition file 22 on the Web screen created by the system 10.
For example, in the example shown in FIG. 8B, the description of the Web screen file 20 and the JS file 21 is not changed, but since the component function definition file 22 has been modified, “id =“ 001 ””. The behavior of HTML parts has changed as follows.
"Id =" 001 ""(old)->"click" executes "function A""id=" 001 "(new)->" mouse over "executes" function B "

図9は、従来のWeb画面ファイル70とJSファイル71との対応関係を示す参考図であり、図9(a)に示すように、Web画面ファイル70中の各部品72には、イベントと関数との対応関係が直に記述されていた。
このため、イベントや関数を変更する場合には、例え部品のデザインに変更がない場合であっても、図9(b)に示すように、新たなHTML 部品として記述し直す必要があり、大きな手間を要すると同時にバグ混入の危険性を伴っていた。
FIG. 9 is a reference diagram showing the correspondence between the conventional Web screen file 70 and the JS file 71. As shown in FIG. 9A, each component 72 in the Web screen file 70 includes an event and a function. The correspondence relationship with was directly described.
For this reason, when an event or function is changed, even if there is no change in the design of the part, it is necessary to rewrite it as a new HTML part as shown in FIG. It took time and was accompanied by the danger of bugs.

このシステム10によれば、SPA方式に対応したWeb画面を極めて容易に構築することもできる。
すなわち、図10に示すように、上記の編集画面30を通じて予め作成された複数のWeb画面ファイル20を、SPA方式に対応した一つのWeb画面ファイル80に結合する機能を、画面編集部14は備えている。
According to this system 10, it is possible to construct a Web screen corresponding to the SPA method very easily.
That is, as shown in FIG. 10, the screen editing unit 14 has a function of combining a plurality of Web screen files 20 created in advance through the editing screen 30 into one Web screen file 80 corresponding to the SPA method. ing.

結合の対象となる複数のWeb画面ファイル20の選択と、各Web画面間の遷移関係は、図11に示すように、画面遷移設定ウィンドウ82を介してなされる。
まずユーザは、Web画面ファイル指定欄84において、各Web画面の画面名を入力すると共に、それぞれのWeb画面に対応するWeb画面ファイル20を指定する。
Selection of a plurality of Web screen files 20 to be combined and transition relations between the Web screens are made via a screen transition setting window 82 as shown in FIG.
First, in the web screen file designation field 84, the user inputs the screen name of each web screen and designates the web screen file 20 corresponding to each web screen.

つぎにユーザは、画面遷移関係指定欄86において、各Web画面間の遷移関係を指定する。具体的には、遷移元のWeb画面と、遷移先のWeb画面の組合せを複数記述する。   Next, the user designates the transition relation between the Web screens in the screen transition relation designation field 86. Specifically, multiple combinations of transition source Web screens and transition destination Web screens are described.

最後にユーザがSetボタン88をクリックすると、画面編集部14によって各Web画面ファイル20が一つのWeb画面ファイル80として統合されると共に、各Web画面に遷移先のWeb画面に移動するためのリンクボタン90が自動的に挿入される。
同時に画面編集部14は、各Web画面間の遷移関係を画面遷移定義ファイル26として外出しにする。
また画面編集部14は、図示は省略したが、各Web画面ファイル20に関連付けられたJSファイル21、部品機能定義ファイル22、部品スタイル定義ファイル24もそれぞれ結合し、Web画面ファイル80用のJSファイル、部品機能定義ファイル、部品スタイル定義ファイルとして外部記憶装置に出力する。
Finally, when the user clicks the Set button 88, the screen editing unit 14 integrates each Web screen file 20 as one Web screen file 80, and links buttons for moving to each Web screen to the destination Web screen 90 is automatically inserted.
At the same time, the screen editing unit 14 moves the transition relationship between the Web screens as a screen transition definition file 26.
Although not shown, the screen editing unit 14 also combines the JS file 21, the component function definition file 22, and the component style definition file 24 associated with each Web screen file 20, and the JS file for the Web screen file 80. , Output to the external storage device as a component function definition file and a component style definition file.

上記の画面遷移定義ファイル26には、「画面(1)→画面(2)」や「画面(3)→画面(1)」のように、遷移元画面と遷移先画面間の対応関係が記述されているため、Web画面ファイル80に含まれる各Web画面の遷移関係が一目瞭然となる。   In the screen transition definition file 26 above, the correspondence between the transition source screen and the transition destination screen is described as "Screen (1)-> Screen (2)" or "Screen (3)-> Screen (1)" Therefore, the transition relationship of each Web screen included in the Web screen file 80 becomes obvious at a glance.

ユーザは、編集画面30のImportボタン(図示省略)をクリックし、既存のWeb画面ファイル20を選択することにより、編集画面30を通じてこれに必要な修正を施し、新たなWeb画面ファイルとして再利用することも当然に可能である。   The user clicks the Import button (not shown) on the edit screen 30 and selects an existing Web screen file 20, so that the necessary corrections are made through the edit screen 30 and reused as a new Web screen file. Of course it is also possible.

この発明に係るWeb画面開発支援システムの機能構成を示すブロック図である。It is a block diagram which shows the function structure of the web screen development assistance system which concerns on this invention. このシステムにおける処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in this system. 編集画面の遷移を示す図である。It is a figure which shows the transition of an edit screen. 編集画面の拡大図である。It is an enlarged view of an edit screen. 部品属性設定ウィンドウの一例を示す図である。It is a figure which shows an example of a component attribute setting window. 部品スタイル設定ウィンドウの一例を示す図である。It is a figure which shows an example of a component style setting window. 部品機能設定ウィンドウの一例を示す図である。It is a figure which shows an example of a component function setting window. このシステムにおけるWeb画面ファイル、JSファイル及び部品機能定義ファイルの関係を示す図である。It is a figure which shows the relationship between the Web screen file in this system, a JS file, and a component function definition file. 従来におけるWeb画面ファイルとJSファイルの関係を示す図である。It is a figure which shows the relationship between the conventional Web screen file and a JS file. SPA方式に対応したWeb画面ファイルの生成過程を示す図である。It is a figure which shows the production | generation process of the web screen file corresponding to a SPA system. 画面遷移設定ウィンドウの一例を示す図である。It is a figure which shows an example of a screen transition setting window.

10 Web画面開発支援システム
12 画面生成用ベースファイル
14 画面編集部
16 ディスプレイ
18 入力装置
20 Web画面ファイル
21 JSファイル
22 部品機能定義ファイル
24 部品スタイル定義ファイル
26 画面遷移定義ファイル
30 編集画面
32 Layoutボタン
34 段組レイアウト選択メニュー
36 HTMLボタン
38 HTML部品選択メニュー
39 段組レイアウト
40 部品属性設定ボタン
42 部品属性設定ウィンドウ
44 部品スタイル設定ボタン
46 部品スタイル設定ウィンドウ
48 部品機能設定ボタン
50 部品機能設定ウィンドウ
66 Saveボタン
67 Exportボタン
68 HTML部品
80 SPA方式対応のWeb画面ファイル
82 画面遷移設定ウィンドウ
84 Web画面ファイル指定欄
86 画面遷移関係指定欄
90 リンクボタン
10 Web screen development support system
12 Base file for screen generation
14 Screen editor
16 display
18 Input device
20 Web screen file
21 JS file
22 Plug-in function definition file
24 Part style definition file
26 Screen transition definition file
30 Edit screen
32 Layout button
34 Column layout selection menu
36 HTML button
38 HTML parts selection menu
39 Column layout
40 Parts attribute setting button
42 Part attribute setting window
44 Parts style setting button
46 Part Style Setting Window
48 Parts function setting button
50 Parts function setting window
66 Save button
67 Export button
68 HTML parts
80 Web screen file for SPA system
82 Screen transition setting window
84 Web screen file specification field
86 Screen transition relation specification field
90 Link button

Claims (4)

Web画面編集機能を実現するためのスクリプトを含むHTMLファイルよりなる画面生成用ベースファイルと、
この画面生成用ベースファイルに基づき、Web画面の段組レイアウトの選択メニューと、Web画面上に配置させるHTML部品の選択メニューを備えた編集画面をコンピュータのディスプレイに表示する手段と、
コンピュータの入力手段を介して選択された段組レイアウトを上記編集画面上に表示する手段と、
選択されたHTML部品を同編集画面上に配置する手段と、
各HTML部品について、特定の制御機能を実現する関数を選択する欄と、当該制御機能を発動させるイベントを選択する欄を備えた部品機能設定ウィンドウを、上記編集画面上に表示する手段と、
選択された関数及びイベントと、各HTML部品との対応関係を、部品機能定義ファイルとして出力する手段と、
上記段組レイアウト及びHTML部品を備えたHTMLファイルを、Web画面ファイルとして出力する手段と、
を備えたことを特徴とするWeb画面開発支援システム。
A screen generation base file consisting of an HTML file containing a script for realizing the Web screen editing function,
Based on the screen generation base file, means for displaying on the computer display an edit screen having a selection menu of a column layout of the Web screen and a selection menu of HTML parts to be arranged on the Web screen;
Means for displaying the column layout selected via the input means of the computer on the editing screen;
Means for placing the selected HTML part on the editing screen;
For each HTML component, a means for displaying on the editing screen a component function setting window including a column for selecting a function that realizes a specific control function, and a column for selecting an event that activates the control function;
Means for outputting a correspondence between the selected function and event and each HTML component as a component function definition file;
Means for outputting an HTML file comprising the above-mentioned multi-column layout and HTML parts as a Web screen file;
Web screen development support system characterized by having
各HTML部品の所定の属性について定義するための設定項目を備えた部品属性設定ウィンドウを、上記編集画面上に表示する手段と、
入力された設定情報を、上記編集画面及びWeb画面ファイルに反映させる手段と、
を備えたことを特徴とする請求項1に記載のWeb画面開発支援システム。
Means for displaying a part attribute setting window having setting items for defining predetermined attributes of each HTML part on the editing screen;
Means for reflecting the input setting information in the editing screen and the web screen file;
The Web screen development support system according to claim 1, further comprising:
各HTML部品の所定のスタイルについて定義するための設定項目を備えた部品スタイル設定ウィンドウを上記編集画面上に表示する手段と、
入力された設定情報を、上記編集画面に反映させる手段と、
同設定情報と各HTML部品との対応関係を、部品スタイル定義ファイルとして出力する手段と、
を備えたことを特徴とする請求項1または2に記載のWeb画面開発支援システム。
Means for displaying a part style setting window having setting items for defining a predetermined style of each HTML part on the editing screen;
Means for reflecting the input setting information on the editing screen;
Means for outputting the correspondence between the setting information and each HTML part as a part style definition file;
The Web screen development support system according to claim 1 or 2, further comprising:
上記編集画面上に、複数のWeb画面ファイルを指定する欄と、各Web画面間の遷移関係を指定する欄を備えた画面遷移設定ウィンドウを表示する手段と、
指定された複数のWeb画面ファイルを一つのHTMLファイルとして結合することにより、複数のWeb画面を備えたWeb画面ファイルを生成する手段と、
上記の各Web画面に、遷移先のWeb画面に移動するためのボタンを挿入する手段と、
各Web画面間の遷移関係を、画面遷移定義ファイルとして出力する手段と、
を備えたことを特徴とする請求項1〜3の何れかに記載のWeb画面開発支援システム。
On the editing screen, means for displaying a screen transition setting window having a column for specifying a plurality of Web screen files and a column for specifying a transition relation between each Web screen;
Means for generating a Web screen file having a plurality of Web screens by combining a plurality of specified Web screen files as a single HTML file;
A means for inserting a button for moving to the transition destination web screen on each of the above web screens,
A means for outputting the transition relationship between each Web screen as a screen transition definition file,
The Web screen development support system according to claim 1, further comprising:
JP2014244163A 2014-12-02 2014-12-02 Web screen development support system Pending JP2016110206A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014244163A JP2016110206A (en) 2014-12-02 2014-12-02 Web screen development support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014244163A JP2016110206A (en) 2014-12-02 2014-12-02 Web screen development support system

Publications (1)

Publication Number Publication Date
JP2016110206A true JP2016110206A (en) 2016-06-20

Family

ID=56124346

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014244163A Pending JP2016110206A (en) 2014-12-02 2014-12-02 Web screen development support system

Country Status (1)

Country Link
JP (1) JP2016110206A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019039255A1 (en) * 2017-08-23 2019-02-28 日本電信電話株式会社 Terminal device, ui extension method, and ui extension program
JP2019211827A (en) * 2018-05-31 2019-12-12 ファナック株式会社 Support device
JP2020017277A (en) * 2018-07-26 2020-01-30 株式会社 ビーアイマトリックスBi Matrix Co.,Ltd Web reporting design system for programming event operation, based on graphic interface
CN111813397A (en) * 2020-07-16 2020-10-23 梅州市吉星科技有限公司 General simulation training courseware generation method and system and electronic equipment

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019039255A1 (en) * 2017-08-23 2019-02-28 日本電信電話株式会社 Terminal device, ui extension method, and ui extension program
US10951486B2 (en) 2017-08-23 2021-03-16 Nippon Telegraph And Telephone Corporation Terminal device, UI expansion method, and UI expansion program
JP2019211827A (en) * 2018-05-31 2019-12-12 ファナック株式会社 Support device
JP2020017277A (en) * 2018-07-26 2020-01-30 株式会社 ビーアイマトリックスBi Matrix Co.,Ltd Web reporting design system for programming event operation, based on graphic interface
CN111813397A (en) * 2020-07-16 2020-10-23 梅州市吉星科技有限公司 General simulation training courseware generation method and system and electronic equipment

Similar Documents

Publication Publication Date Title
Shahzad Modern and responsive mobile-enabled web applications
US10775993B2 (en) Method and system for implementing a web page layout which includes a nested drop zone using contextual widgets having different software functionalities
CN103207853B (en) The direct operated method and system analyzing data visualization is provided in analytical statement
US10088980B2 (en) Method and system for providing menu data for mobile applications
US20140096014A1 (en) Method for enabling dynamic client user interfaces on multiple platforms from a common server application via metadata
Beeley Web application development with R using Shiny
US20160110054A1 (en) System and method for customizing a theme for modifying a look and feel of a graphical user interface
US11205036B2 (en) Method and system for implementing contextual widgets
US20190065440A1 (en) Adaptable user interface layout
JP2016110206A (en) Web screen development support system
CN111679818A (en) Method and system for editing display software
Husmann et al. MultiMasher: a visual tool for multi-device mashups
US9727537B2 (en) Application of a system font mapping to a design
KR20110060419A (en) Apparatus and method for generating software based on web using javascript
Rahman Jump Start Bootstrap: Get Up to Speed with Bootstrap in a Weekend
KR101546359B1 (en) Web page making system and method for maintaining compatibility of web browser and font
JP2006163855A (en) Web application development support device, and development support method
Çalışkan et al. PrimeFaces cookbook
Cravens et al. HTML5 Hacks: Tips & Tools for Creating Interactive Web Applications
CN117540712A (en) Form creation method, device, equipment and storage medium
Huff Customizing Layouts and Skins
JP2016001382A (en) Web page providing system, web page providing method, program, and communication device
Rahmel et al. Creating Core Extensions
Leary et al. Creating a Theme
JP2018109891A (en) Source code generation device, source code generation method and source code generation program