JP2012181650A - Operation system and server device - Google Patents

Operation system and server device Download PDF

Info

Publication number
JP2012181650A
JP2012181650A JP2011043785A JP2011043785A JP2012181650A JP 2012181650 A JP2012181650 A JP 2012181650A JP 2011043785 A JP2011043785 A JP 2011043785A JP 2011043785 A JP2011043785 A JP 2011043785A JP 2012181650 A JP2012181650 A JP 2012181650A
Authority
JP
Japan
Prior art keywords
scenario
unit
screen
parts
editor
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.)
Granted
Application number
JP2011043785A
Other languages
Japanese (ja)
Other versions
JP5314721B2 (en
Inventor
Masahiro Abe
政浩 阿部
Tomoya Kuno
友也 久野
Hironobu Jinno
裕宣 神野
Shinya Namikata
伸哉 南方
Masanori Furuya
雅典 古谷
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2011043785A priority Critical patent/JP5314721B2/en
Publication of JP2012181650A publication Critical patent/JP2012181650A/en
Application granted granted Critical
Publication of JP5314721B2 publication Critical patent/JP5314721B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide technology for enabling a user himself or herself to execute alteration for function addition, and to perform file update in an uninterruptible manner.SOLUTION: A server device of an operation system includes: an engine unit; a picture generation unit; a DB unit; a management unit; and a base unit. A client device includes: a work flow editor; a DB edition editor; and a picture edition editor. The engine unit executes a workflow following the description of a scenario. The management unit manages a scenario, picture data, components of the scenario, components of a DB, and components of the picture data. The work flow editor fetches the components of the scenario, and creates and edits the scenario by combining the components of the scenario. The DB edition editor fetches the components of the DB, and creates and edits the DB by combining the components of the DB. The picture edition editor fetches the components of the picture data, and creates and edits the picture data by combining the components of the picture data.

Description

本発明は、システムが提供するサービスや支援する業務などの変化に応じ、機能を追加、変更、削除できる運用システムとサーバ装置に関する。   The present invention relates to an operation system and a server device that can add, change, and delete functions in accordance with changes in services provided by the system and supported operations.

ユーザニーズの多様化及び社会情勢の変化の激化に伴い、システムの機能追加は迅速さが求められている。システムの機能追加は必要業務の確立、システム開発、試験、ファイル更新という流れとなっており、各フェーズでの短縮化が進められている。   With the diversification of user needs and intensifying changes in social conditions, the addition of system functions is required to be quick. System functions are added to establish necessary tasks, develop systems, test, and update files, and are being shortened in each phase.

(1)必要業務の確立
業務の確立においては、開発開始時期を早めるためにマーケティングによる潜在ニーズの早期把握と、必要な業務の検討を支援するためにプロトタイプモデルによる仕様の可視化が主な実施内容となっている。
(2)開発期間の短縮
統合開発環境の整備による開発効率化と、プログラムの再利用や設定ファイルの多様化による開発規模削減により開発期間の短縮化が図られている。
(3)試験の短縮
試験消化項目と品質(バグ発見数)はゴンベルツ曲線の関係になることが多いため試験項目を削減することは難しく、基本的には自動試験や試験手順の効率化によって試験期間を短縮している。
(4)変更したプログラムの反映頻度(ファイル更新)
基本的にはプロセスの再起動が必要になるため、サービス中断が必要となり頻繁にファイル更新を実施することはできない。そのため、現状機能追加を実施する場合は冗長構成を組むなどサービス中断時間を短くしたプロセスの再起動を実施する方法と、変更できる機能を限定することで無中断による機能追加を実施している。
(1) Establishing the necessary work The main contents of establishing the work are visualizing the specifications using a prototype model to support early grasping of potential needs through marketing in order to advance the start of development and examination of necessary work. It has become.
(2) Shortening the development period The development period is shortened by improving the development efficiency by establishing an integrated development environment and reducing the development scale by reusing programs and diversifying configuration files.
(3) Shortening of tests It is difficult to reduce test items because test digestion items and quality (number of bugs found) are often related to the Gombelz curve. The period is shortened.
(4) Reflection frequency of changed programs (file update)
Basically, the process needs to be restarted, so the service is interrupted and the file cannot be updated frequently. For this reason, when adding a current function, a process is restarted with a shortened service interruption time, such as a redundant configuration, and a function addition without interruption is performed by limiting the functions that can be changed.

システムの機能追加までの期間を短縮化する試みとして、特許文献1や特許文献2のような技術が提供されている。特許文献1の技術は、機能をコンポーネントという概念でカプセル化することで、GUIでの機能編集を実現している。特許文献2の技術は、データ入力の支援を実施することで、オンラインで機能を改造できる。   As an attempt to shorten the period until the system function is added, techniques such as Patent Document 1 and Patent Document 2 are provided. The technique of Patent Document 1 realizes function editing using a GUI by encapsulating functions with the concept of components. The technology of Patent Document 2 can be remodeled online by providing data input support.

また、大規模システムは大人数で開発及び試験を実施することで品質を確保している。しかし、本来であればプログラム開発は実際にそのプログラムを利用するユーザが実施できることが望ましい。そこで、統合開発環境の整備やビジネスワークフローエディタの登場により、GUIプログラミングが主流となりシステム開発自体が簡易化してきている。さらに、XML Process Definition Language(XPDL)というビジネスワークフロー用の言語も提供されており、XPDLを実装したエディタ及び実行環境が開発されている。ビジネスワークフローはユーザが機能追加できるように作られた開発手法である。   Large-scale systems ensure quality by developing and testing with a large number of people. However, originally, it is desirable that program development can be performed by a user who actually uses the program. Thus, with the development of an integrated development environment and the advent of business workflow editors, GUI programming has become mainstream and system development itself has been simplified. Further, a business workflow language called XML Process Definition Language (XPDL) is also provided, and an editor and an execution environment in which XPDL is implemented have been developed. A business workflow is a development method designed to allow users to add functions.

特開2005−78650号公報JP 2005-78650 A 特開2002−328941号公報JP 2002-328941 A

しかしながら、特許文献1の技術は、ユーザのプログラミングを想定したものではなく、またオンラインで機能更新を実現できるものではない。また、特許文献2の技術は、データ入力という限定された機能しか改造ができない。   However, the technique of Patent Document 1 does not assume user programming, and cannot implement function update online. Further, the technique of Patent Document 2 can be modified only with a limited function of data input.

システムの機能追加を迅速に行うためには、ユーザの要求仕様を速やかに設計することと、設計に従ったシステムの動作を効率的に保証することと、随時ファイル更新を実施できるようにすることが必要となる。システムの機能追加を迅速に行うための理想は、このような手続きを全てユーザが実施できることである。しかし、ユーザがプログラム開発を実施するためには以下のような課題がある。   In order to quickly add functions to the system, the user's required specifications must be designed quickly, the system operation according to the design can be efficiently guaranteed, and file updates can be performed at any time. Is required. The ideal for quickly adding system functionality is that the user can perform all such procedures. However, there are the following problems for the user to execute the program development.

(1)プログラム言語に精通していないユーザが自分の実施させたい機能を記述できない。
(2)ユーザは、システム内部の動作が分からないため、ユーザ自身が機能追加した内容について試験をすることができない。
(3)システムへの資材の投入はシステム管理者以上でしか実行できないので、ユーザが自身の手で資材をシステムに投入することができない。
(1) A user who is not familiar with the programming language cannot describe the function he / she wants to implement.
(2) Since the user does not know the internal operation of the system, the user cannot test the contents added by the user himself / herself.
(3) Since the material can be input into the system only by the system administrator or higher, the user cannot input the material into the system by his / her own hand.

本発明は、ユーザ自身が機能追加のための改造を実行でき、更に無中断でファイル更新が可能となる技術を提供することを目的とする。   It is an object of the present invention to provide a technique that allows a user himself to perform modification for adding a function and can update a file without interruption.

本発明の運用システムは、サーバ装置とクライアント装置から構成される。サーバ装置は、エンジン部、画面生成部、DB部、ADP部、管理部、基盤部を備える。クライアント装置は、ワークフローエディタ、DB編集エディタ、画面編集エディタ、画面表示部を備える。エンジン部は、シナリオを起動し、シナリオの記述に沿ってワークフローを実行する。画面生成部は、クライアント装置に表示する表示画面を生成する。DB部は、ワークフロー内で取り扱うDB(データベース)を格納する。ADP部は、他システムと接続するための構成部である。管理部は、シナリオ及び画面データを管理する。基盤部は、エンジン部から呼び出される各種機能を実行する。ワークフローエディタは、シナリオを作成及び編集するためにユーザが用いる。DB編集エディタは、DBのスキーマを定義し、DBを作成するためにユーザが用いる。画面編集エディタは、画面データを作成するためにユーザが用いる。画面表示部は、表示画面および、ワークフローエディタ、DB編集エディタ、画面編集エディタを操作するための画面を表示する。管理部は、シナリオの部品、DBの部品、画面データの部品も管理する。ワークフローエディタは、シナリオの部品を取り込み、シナリオの部品の組み合わせによるシナリオの作成と編集、及び管理部への登録ができる。DB編集エディタは、DBの部品を取り込み、DBの部品の組み合わせによるDBの作成と編集、及びDB部への登録ができる。画面編集エディタは、画面データの部品を取り込み、画面データの部品の組み合わせによる画面データの作成と編集、及び管理部への登録ができる。   The operation system of the present invention includes a server device and a client device. The server device includes an engine unit, a screen generation unit, a DB unit, an ADP unit, a management unit, and a base unit. The client device includes a workflow editor, a DB editing editor, a screen editing editor, and a screen display unit. The engine unit activates the scenario and executes the workflow according to the description of the scenario. The screen generation unit generates a display screen to be displayed on the client device. The DB unit stores a DB (database) handled in the workflow. The ADP unit is a component for connecting to other systems. The management unit manages scenarios and screen data. The base unit executes various functions called from the engine unit. The workflow editor is used by the user to create and edit scenarios. The DB editing editor defines a DB schema and is used by a user to create a DB. The screen editing editor is used by the user to create screen data. The screen display unit displays a display screen and a screen for operating the workflow editor, DB editing editor, and screen editing editor. The management unit also manages scenario parts, DB parts, and screen data parts. The workflow editor can capture scenario parts, create and edit scenarios by combining scenario parts, and register them in the management unit. The DB editing editor can take in DB parts, create and edit DBs by combining DB parts, and register them in the DB unit. The screen editing editor can capture screen data components, create and edit screen data by combining screen data components, and register the screen data in the management unit.

本発明の運用システムによれば、ユーザがワークフロー、データベース、画面(ユーザインタフェース)をカスタマイズできるように、処理ロジックとパラメータを隠蔽した部品及び部品を操作可能とするエディタを提供し、該当エディタで作成・編集した資材をシステムへ分配する。したがって、ユーザは、特殊なプログラム言語を有する必要なくシステムに機能追加がオンラインで可能となる。その結果、ユーザの必要な時に任意のタイミングで機能追加ができるようになり、迅速な機能追加が可能となる。   According to the operation system of the present invention, a user can customize a workflow, a database, and a screen (user interface) by providing an editor that can operate a component and a component in which processing logic and parameters are concealed.・ Distribute the edited material to the system. Therefore, the user can add functions to the system online without having to have a special programming language. As a result, it becomes possible to add a function at an arbitrary timing when the user needs it, and it is possible to quickly add a function.

本発明の運用システムの構成例を示す図。The figure which shows the structural example of the operation system of this invention. シナリオを登録する場合の処理フローの例を示す図。The figure which shows the example of the processing flow in the case of registering a scenario. DBを登録する場合の処理フローの例を示す図。The figure which shows the example of the processing flow in the case of registering DB. 画面データを登録する場合の処理フローの例を示す図。The figure which shows the example of the processing flow in the case of registering screen data. 本発明の運用システムの応用例1の構成を示す図。The figure which shows the structure of the application example 1 of the operation system of this invention. 本発明の運用システムの応用例2の構成を示す図。The figure which shows the structure of the application example 2 of the operation system of this invention. 本発明の運用システムの応用例3の構成を示す図。The figure which shows the structure of the application example 3 of the operation system of this invention. 本発明の運用システムの応用例4の構成を示す図。The figure which shows the structure of the application example 4 of the operation system of this invention. 本発明の運用システムの応用例5の構成を示す図。The figure which shows the structure of the application example 5 of the operation system of this invention.

以下、本発明の実施の形態について、詳細に説明する。なお、同じ機能を有する構成部には同じ番号を付し、重複説明を省略する。   Hereinafter, embodiments of the present invention will be described in detail. In addition, the same number is attached | subjected to the structure part which has the same function, and duplication description is abbreviate | omitted.

図1に本発明の運用システムの構成例を示す。本発明の運用システムは、サーバ装置100とクライアント装置200で構成される。サーバ装置100は、エンジン部110、画面生成部120、DB部130、ADP部140、管理部150、基盤部160を備える。クライアント装置200は、ワークフローエディタ210、DB編集エディタ220、画面編集エディタ230、画面表示部240を備える。   FIG. 1 shows a configuration example of an operation system of the present invention. The operation system of the present invention includes a server device 100 and a client device 200. The server device 100 includes an engine unit 110, a screen generation unit 120, a DB unit 130, an ADP unit 140, a management unit 150, and a base unit 160. The client device 200 includes a workflow editor 210, a DB editing editor 220, a screen editing editor 230, and a screen display unit 240.

エンジン部110は、シナリオ記録部115にシナリオ111−1〜Aを記録しており、シナリオ111−aを選択して起動し、シナリオ111−aの記述に沿ってワークフローを実行する(ただし、Aは1以上の整数、aは1以上A以下の整数)。より具体的には、ADP部140が受信した他のシステム(装置)からの情報や、クライアント装置200からのユーザの指示を示す情報をトリガとして、受信した情報によって特定されるシナリオ111−aを起動する。   The engine unit 110 records the scenarios 111-1 to 111-A in the scenario recording unit 115, selects and starts the scenario 111-a, and executes the workflow according to the description of the scenario 111-a (however, A Is an integer of 1 or more, a is an integer of 1 or more and A or less). More specifically, the scenario 111-a specified by the received information is triggered by information from another system (device) received by the ADP unit 140 or information indicating a user instruction from the client device 200 as a trigger. to start.

画面生成部120は、画面データ記録部125(図中では「画面D記録部」と記載)に画面データ121−1〜B(図中では、「画面D」と記載)を記録するとともに専用画面データ129を記録し、クライアント装置200に表示する表示画面を、画面データ121−bや専用画面データ129を用いて生成する(ただし、Bは1以上の整数、bは1以上B以下の整数)。表示画面は、Webブラウザでもよいし、独自のアプリケーションでもよい。   The screen generation unit 120 records the screen data 121-1 to B (denoted as “screen D” in the drawing) in the screen data recording unit 125 (denoted as “screen D recording unit” in the drawing) and a dedicated screen. The data 129 is recorded and a display screen to be displayed on the client device 200 is generated using the screen data 121-b or the dedicated screen data 129 (where B is an integer of 1 or more, b is an integer of 1 or more and B or less). . The display screen may be a web browser or an original application.

DB部130は、ワークフロー内で取り扱うDB131−1〜Cを格納する。DBはデータベースでも良いしファイルでも良いしメモリに保存するようなプロセスでもよい。そして、必要に応じて基盤部160にDB131−cのデータを提供する(ただし、Cは1以上の整数、cは1以上C以下の整数)。ADP部140は、ADP141−1〜Dを備えており、ADP141−dを用いて他システムと接続する(ただし、Dは1以上の整数、dは1以上D以下の整数)。   The DB unit 130 stores DBs 131-1 to C handled in the workflow. The DB may be a database, a file, or a process of storing in a memory. And the data of DB131-c is provided to the base | substrate part 160 as needed (however, C is an integer greater than or equal to 1, c is an integer greater than or equal to 1 and less than C). The ADP unit 140 includes ADPs 141-1 to 141 -D and connects to other systems using the ADP 141-d (where D is an integer of 1 or more and d is an integer of 1 to D).

管理部150は、シナリオ111−1〜A及び画面データ121−1〜Bを管理する。また、管理部150は、部品記録部155と登録情報159も有している。部品記録部155は、シナリオの部品(シナリオ部品)151−1〜E、DBの部品(DB部品)152−1〜F、画面データの部品(画面データ部品、ただし、図中では「画面D部品」と記載)153−1〜Gも管理する(ただし、Eは1以上の整数、Fは1以上の整数、Gは1以上の整数)。登録情報159は、管理部150が管理するシナリオ111−1〜Aの起動条件の情報などが記録されている。シナリオ部品151−1〜E、DB部品152−1〜F、画面データ部品153−1〜Gは、基盤部160が実行する機能をユーザに分かるように組合せ、必要なパラメータを投入した固まりであり、あらかじめ作成しておく。   The management unit 150 manages scenarios 111-1 to A and screen data 121-1 to 121 -B. The management unit 150 also includes a component recording unit 155 and registration information 159. The part recording unit 155 includes scenario parts (scenario parts) 151-1 to E, DB parts (DB parts) 152-1 to F, screen data parts (screen data parts, but in the figure, "screen D parts" 153-1 to G are also managed (where E is an integer of 1 or more, F is an integer of 1 or more, and G is an integer of 1 or more). In the registration information 159, information on the activation conditions of the scenarios 111-1 to 111-A managed by the management unit 150 is recorded. The scenario parts 151-1 to E, the DB parts 152-1 to F, and the screen data parts 153-1 to G are a set in which necessary functions are input by combining the functions executed by the base unit 160 so that the user can understand them. Create in advance.

基盤部160は、エンジン部110から呼び出される各種機能を実行する。より具体的には、基盤部160は、ADP部140とのインターフェースであるADP−IF161、DB部130とのインターフェースであるDB−IF162、構成部(エンジン部110、画面生成部120、DB部130、ADP部140、管理部150)との通信機能163、シナリオの実行の順番やタイミングを管理するスケジュール機能164、その他の各種機能を実現するPF機能166−1〜Hを備える。PF機能としては、例えば、ADP部140が受信した情報をエンジン部110に通知する機能、シナリオ111−aの実行結果、DB131−cの内容、画面データ121−bの内容などを格納してクライアント装置200からの要求(ユーザの要求)に応じて画面生成部120を介して提示する機能などがある。また、PF機能の1つとして、クライアント装置200から受信した情報に基づいてユーザを識別し、ユーザに関連付けられたシナリオ、DB、画面データを特定する機能も有してもよい。   The base unit 160 executes various functions called from the engine unit 110. More specifically, the base unit 160 includes an ADP-IF 161 that is an interface with the ADP unit 140, a DB-IF 162 that is an interface with the DB unit 130, and configuration units (the engine unit 110, the screen generation unit 120, and the DB unit 130). , ADP unit 140, management unit 150), a schedule function 164 for managing the order and timing of scenario execution, and PF functions 166-1 to 166-1 for realizing various other functions. As the PF function, for example, a function for notifying the engine unit 110 of information received by the ADP unit 140, an execution result of the scenario 111-a, contents of the DB 131-c, contents of the screen data 121-b, and the like are stored. There is a function of presenting via the screen generation unit 120 in response to a request from the device 200 (user request). Further, as one of the PF functions, a function of identifying a user based on information received from the client device 200 and specifying a scenario, DB, and screen data associated with the user may be provided.

ワークフローエディタ210は、シナリオ111−aを作成及び編集するためにユーザが用いる。ワークフローエディタ210は、シナリオ部品151−1〜Eを取り込み、シナリオ部品の組み合わせによるシナリオ111−aの作成と編集、及び管理部150への登録ができる。ワークフローエディタ210は、例えば、GUI形式でも良いしCLIでも良い。また、シナリオ111−aは、エンジン部110が解釈できる記述であれば、XPDLでもXMLでもテキストでも特殊なバイナリ形式でもよい。   The workflow editor 210 is used by the user to create and edit the scenario 111-a. The workflow editor 210 can capture the scenario parts 151-1 to 151 -E, create and edit the scenario 111-a by combining the scenario parts, and register it in the management unit 150. The workflow editor 210 may be, for example, a GUI format or a CLI. Further, the scenario 111-a may be XPDL, XML, text, or a special binary format as long as it can be interpreted by the engine unit 110.

DB編集エディタ220は、DB131−cのスキーマを定義し、DB131−cを作成するためにユーザが用いる。DB編集エディタ220は、DB部品152−1〜Fを取り込み、DB部品の組み合わせによるDB131−cの作成と編集、及びDB部130への登録ができる。   The DB editing editor 220 defines the schema of the DB 131-c and is used by the user to create the DB 131-c. The DB editing editor 220 can take in the DB parts 152-1 to 152-1F, create and edit the DB 131-c by combining DB parts, and register it in the DB unit 130.

画面編集エディタ230は、画面データ121−bを作成するためにユーザが用いる。画面編集エディタ230は、画面データ部品153−1〜Gを取り込み、画面データ部品の組み合わせによる画面データ121−bの作成と編集、及び管理部150への登録ができる。なお、画面データ121−bは、FlashでもServletでもhtmlでも良い。   The screen editing editor 230 is used by the user to create the screen data 121-b. The screen editing editor 230 can take in the screen data parts 153-1 to 153-1, create and edit the screen data 121-b by a combination of screen data parts, and register it in the management unit 150. The screen data 121-b may be Flash, Servlet, or html.

画面表示部240は、表示画面および、ワークフローエディタ210、DB編集エディタ220、画面編集エディタ230を操作するための画面を表示する。画面表示部240は、Webブラウザでも独自のアプリケーションでも良い。   The screen display unit 240 displays a display screen and a screen for operating the workflow editor 210, the DB editing editor 220, and the screen editing editor 230. The screen display unit 240 may be a web browser or a unique application.

図2にシナリオを登録する場合の処理フローの例を示す。管理部150には、あらかじめシナリオ部品151−1〜Eを記録しておく(S1511)。ユーザが、クライアント装置200でワークフローエディタ210を起動する(S2101)。ワークフローエディタ210は、シナリオ部品151−1〜Eを管理部150から取り込む(S2102)。ユーザがワークフローエディタ210でシナリオ111−aを作成・編集する(S2103)。ワークフローエディタ210は、作成・編集されたシナリオ111−aを管理部150に保存する(S2104)。   FIG. 2 shows an example of a processing flow when a scenario is registered. The scenario parts 151-1 to 151 -E are recorded in advance in the management unit 150 (S 1511). The user activates the workflow editor 210 on the client device 200 (S2101). The workflow editor 210 takes in the scenario parts 151-1 to 151-E from the management unit 150 (S2102). The user creates / edits the scenario 111-a using the workflow editor 210 (S2103). The workflow editor 210 stores the created / edited scenario 111-a in the management unit 150 (S2104).

その後、ユーザは、画面表示部240に専用画面データ129を用いて生成した表示画面を起動させる(S2401)。ユーザは、クライアント装置200からシナリオ111−aの起動トリガを設定する(S2402)。管理部150は、登録情報159に、シナリオ111−aと起動条件、実行モードを登録する(S1512)。実行モードとは、例えばデバッグモードと商用モードのようなシナリオ111−aをどのような目的で用いるかを識別する情報などである。新しく登録するシナリオであれば、まずデバッグモードで動作確認を行い、その後商用モードにする。管理部150はシナリオが変更されたことを基盤部160に通知する(S1513)。基盤部160は、シナリオが変更されたことをエンジン部110に通知する(S1671)。エンジン部110は、新しいシナリオ111−aを基盤部160を介して取得する(S1111)。   Thereafter, the user activates the display screen generated using the dedicated screen data 129 on the screen display unit 240 (S2401). The user sets an activation trigger for the scenario 111-a from the client device 200 (S2402). The management unit 150 registers the scenario 111-a, the start condition, and the execution mode in the registration information 159 (S1512). The execution mode is information for identifying the purpose of using the scenario 111-a such as the debug mode and the commercial mode. If it is a newly registered scenario, first check the operation in the debug mode and then switch to the commercial mode. The management unit 150 notifies the base unit 160 that the scenario has been changed (S1513). The base unit 160 notifies the engine unit 110 that the scenario has been changed (S1671). The engine unit 110 acquires a new scenario 111-a via the base unit 160 (S1111).

そして、基盤部160は、ADP部140が受信した他のシステム(装置)からの情報や、クライアント装置200からのユーザの指示を示す情報が、シナリオ111−1〜Aのいずれかの起動条件に合致するかを確認する(S1672)。シナリオ111−aの起動条件に合致する場合、シナリオ111−aを起動する(S1673)。エンジン部110は、シナリオ111−aを実行する(S1112)。シナリオ111−aの実行では、エンジン部110は、シナリオ111−aの記述にしたがって、基盤部160の機能を順次呼び出し(S1113−1〜P)、基盤部160はPF機能166−1〜Hなどを用いて呼び出された機能を実行する(S1674−1〜P)(ただし、Pは1以上の整数)。   Then, the base unit 160 receives information from another system (device) received by the ADP unit 140 or information indicating a user instruction from the client device 200 as one of the start conditions of the scenarios 111-1 to A. It is confirmed whether they match (S1672). When the activation conditions of the scenario 111-a are met, the scenario 111-a is activated (S1673). The engine unit 110 executes the scenario 111-a (S1112). In the execution of the scenario 111-a, the engine unit 110 sequentially calls the functions of the base unit 160 in accordance with the description of the scenario 111-a (S1113-1 to P), and the base unit 160 uses the PF functions 166-1 to H and the like. The function called using is executed (S1674-1 to P) (where P is an integer of 1 or more).

図3にDBを登録する場合の処理フローの例を示す。管理部150には、あらかじめDB部品152−1〜Fを記録しておく(S1521)。ユーザが、クライアント装置200でDB編集エディタ220を起動する(S2201)。DB編集エディタ220は、DB部品152−1〜Fを管理部150から取り込む(S2202)。ユーザがDB編集エディタ220でDB131−cのスキーマを定義し、DB131−cを作成・編集する(S2203)。DB編集エディタ220は、作成・編集されたDB131−cをDB部130に保存する(S2204)。そして、DB131−cは、対応するシナリオが実行されるときに利用される。   FIG. 3 shows an example of a processing flow when registering a DB. DB parts 152-1 to 152-1F are recorded in the management unit 150 in advance (S1521). The user activates the DB editing editor 220 on the client device 200 (S2201). The DB editing editor 220 fetches the DB parts 152-1 to 152-1F from the management unit 150 (S2202). The user defines the schema of the DB 131-c with the DB editing editor 220, and creates and edits the DB 131-c (S2203). The DB editing editor 220 saves the created / edited DB 131-c in the DB unit 130 (S2204). The DB 131-c is used when a corresponding scenario is executed.

図4に画面データを登録する場合の処理フローの例を示す。管理部150には、あらかじめ画面データ部品153−1〜Gを記録しておく(S1531)。ユーザが、クライアント装置200で画面編集エディタ230を起動する(S2301)。画面編集エディタ230は、画面データ部品153−1〜Gを管理部150から取り込む(S2302)。ユーザが画面編集エディタ230で画面データ121−bを作成・編集する(S2303)。画面編集エディタ230は、作成・編集された画面データ121−bを管理部150に保存する(S2304)。管理部150は、画面データ121−bを画面生成部120に保存する(S1532)。そして、画面データ121−bは、対応するシナリオが実行されるときに利用される。   FIG. 4 shows an example of a processing flow for registering screen data. Screen data components 153-1 to 153-1G are recorded in the management unit 150 in advance (S1531). The user activates the screen editing editor 230 on the client device 200 (S2301). The screen editing editor 230 takes in the screen data parts 153-1 to 153-1 to G from the management unit 150 (S2302). The user creates / edits the screen data 121-b using the screen editing editor 230 (S2303). The screen editing editor 230 stores the created / edited screen data 121-b in the management unit 150 (S2304). The management unit 150 stores the screen data 121-b in the screen generation unit 120 (S1532). The screen data 121-b is used when a corresponding scenario is executed.

本発明の運用システムによれば、ユーザがワークフロー、データベース、画面(ユーザインタフェース)をカスタマイズできるように、処理ロジックとパラメータを隠蔽した部品及び部品を操作可能とするエディタを提供し、該当エディタで作成・編集した資材をシステムへ分配する。したがって、ユーザは、特殊なプログラム言語を有する必要なくシステムに機能追加がオンラインで可能となる。その結果、ユーザの必要な時に任意のタイミングで機能追加ができるようになり、迅速な機能追加が可能となる。   According to the operation system of the present invention, a user can customize a workflow, a database, and a screen (user interface) by providing an editor that can operate a component and a component in which processing logic and parameters are concealed.・ Distribute the edited material to the system. Therefore, the user can add functions to the system online without having to have a special programming language. As a result, it becomes possible to add a function at an arbitrary timing when the user needs it, and it is possible to quickly add a function.

<応用例1>
図5に、本発明の運用システムの応用例1の構成を示す。この構成では、サーバ装置100に監視装置400−1〜Lが接続されている(ただし、Lは1以上の整数)。監視装置400−1〜Lは、交換機420−1〜Jや基地局430−1〜Kなどに接続し、監視している(ただし、Jは1以上の整数、Kは1以上の整数)。ユーザは、監視装置400−1〜Lの監視画面410−1〜Lを利用して交換機420−1〜Jや基地局430−1〜Kを保守できる。ユーザが監視画面410−1〜Lを利用して保守している業務内容のシナリオ111−aを作成すれば、サーバ装置100はシナリオ111−aの記述にしたがって保守できる。また、交換機や基地局の種類が増え、保守内容が変更になったり新たな業務フローが追加されたりしたときは、ワークフローエディタ210から管理部150経由で、オンラインで新しい保守用のシナリオ111−a’を追加できる。
<Application example 1>
FIG. 5 shows a configuration of an application example 1 of the operation system of the present invention. In this configuration, monitoring devices 400-1 to 400 -L are connected to the server device 100 (where L is an integer equal to or greater than 1). The monitoring devices 400-1 to 400-L are connected to and monitor the exchanges 420-1 to 420-J, the base stations 430-1 to K, etc. (where J is an integer of 1 or more and K is an integer of 1 or more). The user can maintain the exchanges 420-1 to J and the base stations 430-1 to 430 -K using the monitoring screens 410-1 to 410 -L of the monitoring devices 400-1 to L. By creating a scenario 111-a 1 business what the user is maintaining utilizing monitoring screen 410-1~L, the server apparatus 100 can maintain as described in scenario 111-a 1. Further, when the types of exchanges and base stations increase, when the maintenance content is changed or a new business flow is added, a new scenario 111-a for maintenance online from the workflow editor 210 via the management unit 150. 1 'can be added.

<応用例2>
図6に、本発明の運用システムの応用例2の構成を示す。この構成では、応用例1に対して業務支援ツールが追加された場合を示している。故障管理装置510は、故障情報を管理し、必要なハードウェアを手配するための装置である。工事管理装置520は、交換機420−1〜Jや基地局430−1〜Kの工事情報を管理するための装置である。設備計画装置530は、交換機420−1〜Jや基地局430−1〜Kのトラヒック量から設備数を計画するための装置である。ユーザが各種装置に情報を入力する業務内容のシナリオ111−aを作成すれば、故障管理装置510、工事管理装置520、設備計画装置530に情報が自動入力できる。また、業務支援ツールの利用方法が変更になったときも、支援ツール入力用のシナリオ111−a’に変更することで追従できる。
<Application example 2>
FIG. 6 shows a configuration of an application example 2 of the operation system of the present invention. This configuration shows a case where a business support tool is added to Application Example 1. The failure management device 510 is a device for managing failure information and arranging necessary hardware. The construction management device 520 is a device for managing construction information of the exchanges 420-1 to J and the base stations 430-1 to K. The facility planning device 530 is a device for planning the number of facilities from the traffic amounts of the exchanges 420-1 to 420-J and the base stations 430-1 to 430-K. By creating a scenario 111-a 2 of business content a user to input information to various apparatus, fault management apparatus 510, work management apparatus 520, information on the facility planning device 530 can be automatically input. Further, when the usage method of the business support tool is changed, it can be followed by changing to the scenario 111-a 2 ′ for inputting the support tool.

<応用例3>
図7に、本発明の運用システムの応用例3の構成を示す。この構成では、サーバ装置100にインターネットサーバ600−1〜Mが接続された場合を示している(ただし、Mは1以上の整数)。サービス用のシナリオ111−aを作成することで、複数のインターネットサーバ600−1〜Mやクラウドのサービスを利用できる。例えば、インターネットサーバ600−1でWebゲームを提供している場合、サービス用のシナリオ111−aで各種ルールを追記することで簡易AIになる。また、ワークフローエディタ210をインターネットに接続すれば、各ユーザが自由にサービス用のシナリオ111−aを作成でき、各インターネットサーバがシナリオ111−aに従ったサービスを提供できる。さらに、APIを利用することで独自のツールも作成できる。また、画面表示部240をインターネット経由で閲覧できるようにすることで、DB部130に保存した情報を閲覧できるようになる。
<Application example 3>
FIG. 7 shows a configuration of an application example 3 of the operation system of the present invention. This configuration shows a case where Internet servers 600-1 to 600 -M are connected to the server apparatus 100 (where M is an integer of 1 or more). By creating a scenario 111-a 3 for the service, you can use multiple Internet servers 600-1~M and cloud services. For example, when providing Web game Internet server 600-1, it is simplified AI by appending various rules in scenario 111-a 3 for service. Further, by connecting the workflow editor 210 to the Internet, each user can freely create a scenario 111-a 4 for the service, it can provide services that each Internet server in accordance with the scenario 111-a 4. Furthermore, an original tool can be created by using the API. In addition, by enabling the screen display unit 240 to be browsed via the Internet, the information stored in the DB unit 130 can be browsed.

<応用例4>
図8に、本発明の運用システムの応用例4の構成を示す。この構成では、サーバ装置100に交換機420−1〜Jやインターネットサーバ600−1〜Mが接続された場合を示している。サービス用のシナリオ111−aを作成することで、電話を用いたインターネットサーバのサービスを利用できる。例えば、電話中に地図情報を閲覧することや、インターネットの情報を閲覧中に特定の文言(「保存」等)を電話口で話すことで、該当情報をDB部130に保存することが可能となる。また、画面表示部240をインターネット経由で閲覧できるようにすることで、DB部130に保存した情報を閲覧できるようになる。また、サービス用のシナリオ111−aを随時追加することも可能であり、新サービスをリアルタイムかつ安価に開発できる。
<Application Example 4>
FIG. 8 shows a configuration of an application example 4 of the operation system of the present invention. In this configuration, the exchanges 420-1 to J and the Internet servers 600-1 to 600 -M are connected to the server device 100. By creating a scenario 111-a 5 for the service, you can use the services of Internet server using a telephone. For example, it is possible to save the corresponding information in the DB unit 130 by browsing the map information during a phone call or by speaking a specific word (such as “save”) while browsing the Internet information. Become. In addition, by enabling the screen display unit 240 to be browsed via the Internet, the information stored in the DB unit 130 can be browsed. It is also possible to add a scenario 111-a 6 for service at any time, can develop a new service real time and low cost.

<応用例5>
図9に、本発明の運用システムの応用例5の構成を示す。この構成では、サーバ装置100は、エンジン部110の他にエンジン部810も備え、他装置830−1〜Dが接続された場合を示している。他装置830−1〜Dに合わせたシーケンスのシナリオ811−1〜Nを作成し、エンジン部810に記録することで、シーケンスやデータ変換をエンジン部で行い簡易ADPを作成することができる(ただし、Nは1以上の整数)。シナリオ811−1〜Nもワークフローエディタ210を利用し作成することができるため、プログラムすることなくユーザが自由に他装置830−1〜Nと接続できる。
<Application Example 5>
FIG. 9 shows a configuration of an application example 5 of the operation system of the present invention. In this configuration, the server device 100 includes an engine unit 810 in addition to the engine unit 110, and the other devices 830-1 to 830-1D are connected. By creating scenarios 811-1 to N of sequences adapted to other devices 830-1 to 830-D and recording them in the engine unit 810, a simple ADP can be created by performing sequence and data conversion in the engine unit (however, , N is an integer of 1 or more). Since the scenarios 811-1 to N can also be created using the workflow editor 210, the user can freely connect to the other apparatuses 830-1 to 830-N without programming.

[プログラム、記録媒体]
上述の各種の処理は、記載に従って時系列に実行されるのみならず、処理を実行する装置の処理能力あるいは必要に応じて並列的にあるいは個別に実行されてもよい。その他、本発明の趣旨を逸脱しない範囲で適宜変更が可能であることはいうまでもない。
[Program, recording medium]
The various processes described above are not only executed in time series according to the description, but may also be executed in parallel or individually as required by the processing capability of the apparatus that executes the processes. Needless to say, other modifications are possible without departing from the spirit of the present invention.

また、上述の構成をコンピュータによって実現する場合、各装置が有すべき機能の処理内容はプログラムによって記述される。そして、このプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。   Further, when the above-described configuration is realized by a computer, processing contents of functions that each device should have are described by a program. The processing functions are realized on the computer by executing the program on the computer.

この処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、例えば、磁気記録装置、光ディスク、光磁気記録媒体、半導体メモリ等どのようなものでもよい。   The program describing the processing contents can be recorded on a computer-readable recording medium. As the computer-readable recording medium, for example, any recording medium such as a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory may be used.

また、このプログラムの流通は、例えば、そのプログラムを記録したDVD、CD−ROM等の可搬型記録媒体を販売、譲渡、貸与等することによって行う。さらに、このプログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することにより、このプログラムを流通させる構成としてもよい。   The program is distributed by selling, transferring, or lending a portable recording medium such as a DVD or CD-ROM in which the program is recorded. Furthermore, the program may be distributed by storing the program in a storage device of the server computer and transferring the program from the server computer to another computer via a network.

このようなプログラムを実行するコンピュータは、例えば、まず、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、一旦、自己の記憶装置に格納する。そして、処理の実行時、このコンピュータは、自己の記録媒体に格納されたプログラムを読み取り、読み取ったプログラムに従った処理を実行する。また、このプログラムの別の実行形態として、コンピュータが可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することとしてもよく、さらに、このコンピュータにサーバコンピュータからプログラムが転送されるたびに、逐次、受け取ったプログラムに従った処理を実行することとしてもよい。また、サーバコンピュータから、このコンピュータへのプログラムの転送は行わず、その実行指示と結果取得のみによって処理機能を実現する、いわゆるASP(Application Service Provider)型のサービスによって、上述の処理を実行する構成としてもよい。なお、本形態におけるプログラムには、電子計算機による処理の用に供する情報であってプログラムに準ずるもの(コンピュータに対する直接の指令ではないがコンピュータの処理を規定する性質を有するデータ等)を含むものとする。   A computer that executes such a program first stores, for example, a program recorded on a portable recording medium or a program transferred from a server computer in its own storage device. When executing the process, the computer reads a program stored in its own recording medium and executes a process according to the read program. As another execution form of the program, the computer may directly read the program from a portable recording medium and execute processing according to the program, and the program is transferred from the server computer to the computer. Each time, the processing according to the received program may be executed sequentially. Also, the program is not transferred from the server computer to the computer, and the above-described processing is executed by a so-called ASP (Application Service Provider) type service that realizes the processing function only by the execution instruction and result acquisition. It is good. Note that the program in this embodiment includes information that is used for processing by an electronic computer and that conforms to the program (data that is not a direct command to the computer but has a property that defines the processing of the computer).

また、この形態では、コンピュータ上で所定のプログラムを実行させることにより、本装置を構成することとしたが、これらの処理内容の少なくとも一部をハードウェア的に実現することとしてもよい。   In this embodiment, the present apparatus is configured by executing a predetermined program on a computer. However, at least a part of these processing contents may be realized by hardware.

100 サーバ装置 110 エンジン部
115 シナリオ記録部 120 画面生成部
125 画面データ記録部 130 DB部
140 ADP部 150 管理部
155 部品記録部 160 基盤部
200 クライアント装置 210 ワークフローエディタ
220 DB編集エディタ 230 画面編集エディタ
240 画面表示部
DESCRIPTION OF SYMBOLS 100 Server apparatus 110 Engine part 115 Scenario recording part 120 Screen generation part 125 Screen data recording part 130 DB part 140 ADP part 150 Management part 155 Parts recording part 160 Base part 200 Client apparatus 210 Workflow editor 220 DB editing editor 230 Screen editing editor 240 Screen display

Claims (4)

サーバ装置とクライアント装置から構成される運用システムであって、
前記サーバ装置は、
シナリオを起動し、シナリオの記述に沿ってワークフローを実行するエンジン部と、
前記クライアント装置に表示する表示画面を生成する画面生成部と、
ワークフロー内で取り扱うDBを格納するDB部と、
他システムと接続するためのADP部と、
シナリオ及び画面データを管理する管理部と、
前記エンジン部から呼び出される各種機能を実行する基盤部を備え、
前記クライアント装置は、
前記シナリオを作成及び編集するためのワークフローエディタと、
DBのスキーマを定義し、前記DBを作成するためのDB編集エディタと、
前記画面データを作成するための画面編集エディタと、
前記表示画面および、前記ワークフローエディタ、前記DB編集エディタ、前記画面編集エディタを操作するための画面を表示する画面表示部を備え、
前記管理部は、前記シナリオの部品、前記DBの部品、前記画面データの部品も管理し、
前記ワークフローエディタは、前記シナリオの部品を取り込み、前記シナリオの部品の組み合わせによるシナリオの作成と編集、及び前記管理部への登録ができ、
前記DB編集エディタは、前記DBの部品を取り込み、前記DBの部品の組み合わせによるDBの作成と編集、及び前記DB部への登録ができ、
前記画面編集エディタは、前記画面データの部品を取り込み、前記画面データの部品の組み合わせによる画面データの作成と編集、及び前記管理部への登録ができる
運用システム。
An operation system composed of a server device and a client device,
The server device
An engine unit that starts a scenario and executes a workflow according to the scenario description;
A screen generator for generating a display screen to be displayed on the client device;
A DB unit for storing a DB handled in the workflow;
An ADP unit for connecting to other systems;
A management unit for managing scenarios and screen data;
A base unit that executes various functions called from the engine unit,
The client device is
A workflow editor for creating and editing the scenario;
A DB editing editor for defining a DB schema and creating the DB;
A screen editing editor for creating the screen data;
A screen display unit for displaying the display screen, the workflow editor, the DB editing editor, and a screen for operating the screen editing editor;
The management unit also manages parts of the scenario, parts of the DB, parts of the screen data,
The workflow editor captures parts of the scenario, creates and edits a scenario by combining the parts of the scenario, and can register to the management unit,
The DB editing editor can take in the DB parts, create and edit the DB by combining the DB parts, and register the DB part.
The screen editing editor can capture the screen data components, create and edit screen data by combining the screen data components, and register the screen data in the management unit.
請求項1記載の運用システムであって、
前記各種機能とは、前記ADP部が受信した情報を前記エンジン部に通知する機能、各構成部との通信を行う機能、シナリオの実行結果、DBの内容、画面データの内容を格納して前記クライアント装置からの要求に応じて前記画面生成部を介して前記クライアント装置に提示する機能である
ことを特徴とする運用システム。
The operation system according to claim 1,
The various functions include a function for notifying the engine unit of information received by the ADP unit, a function for communicating with each component unit, a scenario execution result, a DB content, and a screen data content. An operation system, which is a function of presenting to the client device via the screen generation unit in response to a request from the client device.
請求項1または2記載の運用システムであって、
前記シナリオの部品、前記DBの部品、前記画面データの部品は、前記基盤部が実行する機能を組合せ、パラメータを投入した固まりである
ことを特徴とする運用システム。
The operation system according to claim 1 or 2,
The operation system, wherein the scenario component, the DB component, and the screen data component are a set of parameters combined with functions executed by the base unit.
クライアント装置と接続されるサーバ装置であって、
シナリオを起動し、シナリオの記述に沿ってワークフローを実行するエンジン部と、
前記クライアント装置に表示する表示画面を生成する画面生成部と、
ワークフロー内で取り扱うDBを格納するDB部と、
他システムと接続するためのADP部と、
シナリオ及び画面データを管理する管理部と、
前記エンジン部から呼び出される各種機能を実行する基盤部を備え、
前記管理部は、
前記シナリオの部品、前記DBの部品、前記画面データの部品も管理し、
前記クライアント装置からの要求に応じて前記シナリオの部品、前記DBの部品、前記画面データの部品を提供し、
前記クライアント装置からの要求に応じて前記シナリオ、前記DB、前記画面データを受信するサーバ装置。
A server device connected to the client device,
An engine unit that starts a scenario and executes a workflow according to the scenario description;
A screen generator for generating a display screen to be displayed on the client device;
A DB unit for storing a DB handled in the workflow;
An ADP unit for connecting to other systems;
A management unit for managing scenarios and screen data;
A base unit that executes various functions called from the engine unit,
The management unit
Also manages the scenario parts, the DB parts, and the screen data parts,
Provide parts of the scenario, parts of the DB, parts of the screen data in response to a request from the client device,
A server device that receives the scenario, the DB, and the screen data in response to a request from the client device.
JP2011043785A 2011-03-01 2011-03-01 Operation system, server device Expired - Fee Related JP5314721B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011043785A JP5314721B2 (en) 2011-03-01 2011-03-01 Operation system, server device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011043785A JP5314721B2 (en) 2011-03-01 2011-03-01 Operation system, server device

Publications (2)

Publication Number Publication Date
JP2012181650A true JP2012181650A (en) 2012-09-20
JP5314721B2 JP5314721B2 (en) 2013-10-16

Family

ID=47012803

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011043785A Expired - Fee Related JP5314721B2 (en) 2011-03-01 2011-03-01 Operation system, server device

Country Status (1)

Country Link
JP (1) JP5314721B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112529417A (en) * 2020-12-14 2021-03-19 杭州安恒信息技术股份有限公司 Security event processing method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08328841A (en) * 1995-05-30 1996-12-13 Mitsubishi Electric Corp Software generating device
JP2002328941A (en) * 2001-04-27 2002-11-15 Dainippon Printing Co Ltd Method for designing data input screen and its support system
JP2003280956A (en) * 2002-03-26 2003-10-03 Hitachi Software Eng Co Ltd Database case device
JP2006023977A (en) * 2004-07-08 2006-01-26 Susumu Hisashi Method and apparatus for tying patient with specimen data
JP2008021095A (en) * 2006-07-12 2008-01-31 Nippon Telegr & Teleph Corp <Ntt> Cooperation scenario preparation support system, method thereof and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08328841A (en) * 1995-05-30 1996-12-13 Mitsubishi Electric Corp Software generating device
JP2002328941A (en) * 2001-04-27 2002-11-15 Dainippon Printing Co Ltd Method for designing data input screen and its support system
JP2003280956A (en) * 2002-03-26 2003-10-03 Hitachi Software Eng Co Ltd Database case device
JP2006023977A (en) * 2004-07-08 2006-01-26 Susumu Hisashi Method and apparatus for tying patient with specimen data
JP2008021095A (en) * 2006-07-12 2008-01-31 Nippon Telegr & Teleph Corp <Ntt> Cooperation scenario preparation support system, method thereof and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112529417A (en) * 2020-12-14 2021-03-19 杭州安恒信息技术股份有限公司 Security event processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
JP5314721B2 (en) 2013-10-16

Similar Documents

Publication Publication Date Title
TWI464611B (en) On-demand database service system, method, and computer program product for verifying that a developed application will operate properly with at least one other application
US9491072B2 (en) Cloud services load testing and analysis
CN111124906B (en) Tracking method, compiling method and device based on dynamic embedded points and electronic equipment
US8140578B2 (en) Multilevel hierarchical associations between entities in a knowledge system
US8930918B2 (en) System and method for SQL performance assurance services
CN109408105A (en) Acquisition method, device, computing device and the storage medium of user behavior data
Bellucci et al. Engineering JavaScript state persistence of web applications migrating across multiple devices
KR20210049033A (en) Method for fault injection, device, electronic equipment and storage medium
CN104794048A (en) Automatic UI testing method and system
WO2015006137A1 (en) Cloud services load testing and analysis
US8661356B2 (en) Time application having an intergrated check engine
US10657023B1 (en) Techniques for collecting and reporting build metrics using a shared build mechanism
CN105068794A (en) Realization method for supporting local research and development of Web page
CN103473034B (en) A kind of method and apparatus of dynamic publishing Web service
Song et al. Applying MDE tools at runtime: Experiments upon runtime models
CN109446047B (en) Performance test platform script storage method, device, equipment and storage medium
WO2017084388A1 (en) Network polling method and apparatus
JP2018142054A (en) Development support system and method
US10558650B2 (en) Enhanced batch updates on records and related records system and method
US9530112B2 (en) Common conditions for past projects as evidence for success causes
JP5314721B2 (en) Operation system, server device
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
CN112130888A (en) Method, device and equipment for updating application program and computer storage medium
Hryszko et al. Bottlenecks in software defect prediction implementation in industrial projects
CN113377368A (en) Project development method, device, server and storage medium

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130314

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130409

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130603

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: 20130625

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130705

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5314721

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees