WO2013175672A1 - モジュール型コンピュータ・システム開発を行うためのアーキテクチャ - Google Patents

モジュール型コンピュータ・システム開発を行うためのアーキテクチャ Download PDF

Info

Publication number
WO2013175672A1
WO2013175672A1 PCT/JP2012/084267 JP2012084267W WO2013175672A1 WO 2013175672 A1 WO2013175672 A1 WO 2013175672A1 JP 2012084267 W JP2012084267 W JP 2012084267W WO 2013175672 A1 WO2013175672 A1 WO 2013175672A1
Authority
WO
WIPO (PCT)
Prior art keywords
computer
server computer
client computer
function
file
Prior art date
Application number
PCT/JP2012/084267
Other languages
English (en)
French (fr)
Inventor
圭隆 坂本
健人 吉田
裕介 大久保
Original Assignee
Sakamoto Yoshitaka
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 Sakamoto Yoshitaka filed Critical Sakamoto Yoshitaka
Publication of WO2013175672A1 publication Critical patent/WO2013175672A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Definitions

  • the present technology comprises: at least one client computer characterized by comprising: at least one server computer connected to a network; and software having program language processing means capable of exchanging data with the server computer.
  • the present invention relates to the development of a computer system characterized by comprising
  • Web browsers can parse include HTML, CSS and JavaScript.
  • the World Wide Web Consortium (hereinafter referred to as "W3C") recommends the specification of the Web browser, and the companies that develop the Web browser are developing the Web browser according to the specification. Although this Recommendation bears the name "HTML x" (where x is a digit containing decimals), the content includes specifications for CSS and JavaScript as well as for HTML.
  • HTML x where x is a digit containing decimals
  • the common specifications of the Web browser have been updated gradually little by little along with the development of the Internet, but there has been no movement for a while after being the HTML 4.0 version in 1999. However, Web browsers have continued to progress as development continues, and peripheral functions continue to evolve.
  • HTML 5.0 (hereinafter referred to as "HTML5") is a guideline for companies that conduct Web browser development to proceed with Web browser development according to the recommendation of W3C. .
  • HTML 4.0 it was the server's job to maintain version compatibility.
  • developers who are open source interpreter languages such as PHP and compile languages, and dynamic page generation using Java's Servlet function with a well-developed framework has become widespread due to this role.
  • JavaScript has begun to be used to maintain compatibility with HTML 4.0.
  • jQuery a JavaScript library that released 1.0 version in August 2006, was recognized explosively.
  • jQuery provided W3C-defined JavaScript library in an easy-to-understand form, and a group of functions that can handle not only data but also DOM tree that controls the user interface on the Web browser intuitively.
  • the browser that is concerned with the JavaScript function execution speed is Google Chrome, which Google released version 1.0 in December 2008.
  • Google Chrome's V8 engine which is an engine for JavaScript execution, was notable in its function execution speed.
  • the present invention has been made to solve the above-mentioned problems, and the invention according to claim 1 is a system architecture for constructing a system, which exchanges data with a client computer in a server computer.
  • the functions required to describe the functions needed to describe the settings required when launching the process read the startup file characterized by the ability to write functions, and execute the function, and determine the processing for the request from the server computer's client computer, "Presentation layer” that realizes the user interface part by using a function that reads and executes a configuration file characterized by the ability to describe functions and a language that can be interpreted by both the server computer and the client computer, Perform data processing
  • the invention according to claim 2 is a system architecture according to claim 1, wherein a language interpretable by both the server computer and the client computer is JavaScript.
  • the invention according to claim 3 is a system architecture according to claim 2, wherein DOM tree handling can be performed by the same function on both the server computer and the client computer.
  • the architecture By using the architecture according to the present invention, it is possible to intuitively proceed with the construction and improvement of the computer system without being bound to a specific framework or library when constructing the computer system.
  • the unit to be recognized by the developer is divided into modules, which reduces the number of design steps, reduces bugs, reduces the number of test steps, and reduces the number of maintenance / takeover steps.
  • the architecture can be used for both discrete and centralized environments. Therefore, if you want to apply better technologies and functions in a limited manner, not only in cloud computing environments but also in companies, it is possible to eliminate the barriers to their application and trials such as frameworks, languages and databases. It will be possible to quickly provide new computer system functions to end users.
  • FIG. 1 is a schematic view showing this embodiment.
  • FIG. 2 is a block diagram showing the configuration of the computer system of this embodiment.
  • FIG. 3 is a process flow diagram for the first request from the client computer in the present embodiment.
  • FIG. 4 is a block diagram showing the state of the object for the path generated by the first request from the client computer in this embodiment.
  • FIG. 5 is a flow diagram of processing relating to the second and subsequent requests from the client computer in the present embodiment.
  • FIG. 1 is a schematic view of a computer system created by the architecture according to the present embodiment.
  • the computer system comprises at least one server computer 20 and at least one client computer 10, and the client computer 10 is connected to the server computer 20 via a network N such as the Internet network or an intranet network. It is possible to exchange information such as files and data with the server computer 20 by a request / response communication method or a socket communication method.
  • FIG. 2 is a block diagram showing the configuration of the computer system of this embodiment. The necessary conditions in the present embodiment will be described based on FIG.
  • the client computer 10 has a web browser 11 having a function of interpreting and executing JavaScript.
  • the server computer 20 is provided with software 21 characterized by having a JavaScript engine 22 having a function of interpreting and executing JavaScript, and a process for the server computer to exchange data with the client computer.
  • Execution of the boot file 23 on the server computer 20 causes functions based on the boot file 23 to be performed on the server computer.
  • the start file 23 includes a module name for the server computer to exchange data with the client computer, a path to the module, a port number of the process, a file system location to be referred to the client computer request, a redirect, and a request.
  • the alias of, the IP and port of the connected database 30 are included.
  • the server computer 20 receives the settings described in the start file 23, and acquires the setting file 31 mapped to the request from the database 30.
  • the server computer 20 reads the setting file 31 and executes it to acquire the processing content for the request. If the process content for the request includes an add-on of a module, the server computer 20 acquires the specified module 32 from the database 30.
  • the module 32 describes the contents to be processed by the client computer or the contents to be processed by the server computer, and the server computer 30 transmits the contents to be processed by the client computer to the client computer. Execute the contents to be processed by the computer.
  • the file 31 and the module 32 do not necessarily need to be obtained from the database 30, and may be stored directly in the file system of the server computer 20 if the server computer 20 is accessible.
  • FIG. 3 is a flowchart of the process performed by the server computer 20 for the first request from the client computer 10 in the present embodiment.
  • the client computer 10 transmits a request to the server computer 20 by designating a URL (hereinafter referred to as "address") (S101).
  • the server computer 20 acquires the file path of the setting file for the path name (hereinafter referred to as "address path") after the host name of the address based on the start file 23 (S201).
  • the setting file acquisition process for the address path is performed, and the acquired file is read and executed (S202).
  • a map of the address and the setting file is created in the memory space M of the server computer 20, and the object PO for the address path and the address path generated by the execution of the setting file 31 is registered (S203).
  • the module 32 is acquired from the module name of the add-in target described in the setting file 31, associated with the object PO for the address path registered in the memory space of the server computer 20, and expanded. If the process on the server side is described in the module 32, the process is executed.
  • FIG. 4 is a block diagram showing the state of the object for the path generated by the first request from the client computer in this embodiment.
  • the modules and non-modularized programs processed by the server computer 20 can access the database 30 through the object PO for the address path and exchange data with other modules or unmodularized programs.
  • a query (query) function to the database 30 is implemented.
  • a simple file registration / acquisition interface for file I / O (PO02), a function reading type interface whose processing is not changed even if the entity file is changed once it is put on memory, an entity file is changed even if it is put on memory once If this is done, a function read interface is implemented whose processing is changed at the next execution time.
  • the placement module list (PO03) it is possible to refer to the function provided by the module associated with the object PO.
  • PO04 In the network I / O (PO04), a function that converts the DOM into a character string and sends it to the client computer, a function that interrupts processing midway in the event of an error and sends error data to the client computer 10, another URL depending on the type of processing. A function to redirect to etc. is implemented.
  • FIG. 5 is a flow chart of processing concerning the second and subsequent requests from the client computer 10 in the present embodiment.
  • Processing is performed at high speed using the information registered the first time after the second time.
  • the server computer 20 refers to the setting file mapped to the memory space M on the server computer 20 (S206). Further, the object PO for the address path is acquired from the address path registered in M, and processing of the module and the program which is not modularized is executed according to the referred setting file (S207). The execution processing result is transmitted to the client computer 10 (S208). The client computer 10 receives the execution processing result (S105), and executes processing when the JavaScript execution processing is described in the processing result (S106). The above is the description of the detailed operation in this embodiment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

 モジュール型コンピュータ・システム開発を行うためのアーキテクチャを提供する。 ユーザーの利用するブラウザ等のクライアント・コンピュータとユーザーからのリクエストを処理するサーバー・コンピュータの双方で解釈できる言語を利用して作成したモジュールを組み合わせで迅速にコンピュータ・システムの構築を進めることが出来るアーキテクチャを用意する。

Description

モジュール型コンピュータ・システム開発を行うためのアーキテクチャ
 本技術は、ネットワークに接続された1以上のサーバー・コンピュータと、前記サーバー・コンピュータとデータの授受が可能なプログラム言語処理手段を有するソフトウェアを備えたことを特徴とする1以上のクライアント・コンピュータとで構成されることを特徴とするコンピュータ・システムの開発に関する。
 Webブラウザが解析できる言語はHTML、CSSおよびJavaScriptがある。これはWorld Wide Web Consortium(以下「W3C」と呼ぶ)がWebブラウザの仕様を勧告し、Webブラウザ開発を行う各社は前記仕様書に従ってWebブラウザの開発を行っている。この勧告は”HTML x”(xは小数を含む数字)という名前を冠しているが、内容はHTMLに関してだけでなく、CSSおよびJavaScriptに関する仕様を含む。
 Webブラウザの共通仕様はインターネットの発展に合わせて少しずつバージョンアップを繰り返してきたが、1999年にHTML4.0というバージョンになった後は、しばらく動きがなかった。しかし、Webブラウザは開発の継続により進歩を続け、周辺機能が発展を続けるという状態が続いた。その中、2008年にドラフトが公開され、Webブラウザ開発を行う各社がW3Cの勧告に従いWebブラウザの開発を進めていく指針となっているのが、HTML5.0(以下「HTML5」という)である。
 HTML4.0以前、バージョンの互換性を保つのはサーバー側の役目であった。特にオープンソースのインタプリタ系言語であるPHPやコンパイル系言語ながら開発者が多く、フレームワークが整備されたJavaのServlet機能を用いた動的ページ生成がこの役割のために広まった。しかし、HTML5が主要なブラウザに採用されて行く中、HTML4.0との互換性を保つためにJavaScriptが用いられはじめた。これはクライアント・コンピュータの性能が十分に向上し、インタープリタ言語であるJavaScriptの実行に耐えうる環境が整ったことが一般的に認知されたためである。
 これに伴って爆発的に認知されたのが2006年8月に1.0版をリリースしていたJavaScriptライブラリであるjQueryである。jQueryはW3Cが定義したJavaScriptを、分かり易い形にライブラリ化、データだけでなくWebブラウザ上のユーザー・インターフェースを司るDOMツリーのハンドリングをも直感的に行える関数群を提供した。現在では世界の4割近いサイトがjQueryを採用しているとの統計がある。
 このJavaScriptの関数実行速度に拘ったブラウザが、2008年12月にGoogle社が1.0版をリリースしたGoogle Chromeである。Google Chromeに搭載されたJavaScript実行のためのエンジンであるV8エンジンはその関数実行速度において、抜きんでていた。このV8エンジンの性能に注目したのがJoyent社のRyan Dahl氏である。Ryan Dahl氏はV8エンジンを利用してサーバー側でJavaScriptを利用出来る仕組みを発明し、Nodeと名付けて公開した。サーバーサイドでJavaScriptを扱えるNodeは多数の開発者に支持され、2012年5月21日現在、10,000を越えるライブラリがリポジトリに登録されている。
 一般的にコンピュータ・システムを構築するうえで必要とされることが、ユーザー・インタフェース部分を実現する「プレゼンテーション層」、データの加工処理を実行する「ファンクション層」及びデータベースにアクセスする「データ層」の3層を区別して設計を行うことである。そのため、開発者はデータI/Oを伴うシステムを開発する際、この3層それぞれの知識を知っている必要があり、なおかつ、あるコンピュータ・システムでフレームワークの採用を決めると、そのコンピュータ・システムはフレームワークに完全に縛られてしまい、よりよい技術が登場したとしても、同一システム内での試用や移行は大変手間の掛かる工程になる。そのため現在のIT界では旧システムから新システムに対する移行リスク、コストは高く、企業内外におけるシステム更改の障害となっている。
 本発明は上記課題を解決すべくなされたもので、請求項1に記載の発明は、システム構築を行うためのシステム・アーキテクチャであって、サーバー・コンピュータにおいて、クライアント・コンピュータとのデータ授受を行うためのプロセスを立ち上げる時に必要な設定を記載した、関数が記述可能なことを特徴とする起動ファイルを読み込み、実行する機能と、サーバー・コンピュータのクライアント・コンピュータからのリクエストに対する処理を決定する、関数が記述可能なことを特徴とする設定ファイルを読み込み、実行する機能と、サーバー・コンピュータとクライアント・コンピュータの双方で解釈可能な言語を用いて、ユーザー・インタフェース部分を実現する「プレゼンテーション層」、データの加工処理を実行する「ファンクション層」及びデータベースにアクセスする「データ層」のうち1以上の機能を有する「モジュール」を単位とした1以上の前記モジュールを単純なモジュール名の指定によって読み込み、実行する機能を備えたことを特徴とするコンピュータ・システムを生成することを特徴とするシステム・アーキテクチャである。
 請求項2に記載の発明は、請求項1に記載したシステム・アーキテクチャにおいて、前記サーバー・コンピュータとクライアント・コンピュータの双方で解釈可能な言語がJavaScriptであることを特徴とするシステム・アーキテクチャである。
請求項3に記載の発明は、請求項2に記載したシステム・アーキテクチャにおいて、サーバー・コンピュータとクライアント・コンピュータの双方で全く同じ関数によるDOMツリーハンドリングを行えることを特徴とするシステム・アーキテクチャである。
 以下、図面を参照し、この発明の本発明の一実施の形態(以下「本実施形態」と呼ぶ)について説明する。
 本発明に係るアーキテクチャを利用すれば、コンピュータ・システムの構築に際してある特定のフレームワークやライブラリに縛られることなく、直感的にコンピュータ・システムの構築・改善を進めていくことが可能となる。また、開発者が意識する単位がモジュールで区切られて小さくなるため、設計工数の削減、バグの削減、テスト工数の削減、維持・引き継ぎ工数の削減に繋がる。
 本アーキテクチャは離散的な環境、集中型の環境双方に利用することが可能である。従ってクラウド・コンピューティング環境のみならず企業内に於いてもよりよい技術、機能を限定的に適用したい場合に、フレームワークや言語、データベースといったその適用と試用に対する壁を排除することが可能となり、エンドユーザーに対して新しいコンピュータ・システムの機能を迅速に提供することが可能となる。
 図1は本実施形態を示す概略図である。
 図2は本実施形態のコンピュータ・システムの構成を示すブロック図である。
 図3は本実施形態においてクライアント・コンピュータからのはじめてのリクエストに関する処理フロー図である。
 図4は本実施形態においてクライアント・コンピュータからのはじめてのリクエストで生成されたパスに対するオブジェクトの状態を示すブロック図である。
 図5は本実施形態においてクライアント・コンピュータからの2回目以降のリクエストに関する処理のフロー図である。
 3層アーキテクチャを備えたモジュールの組み合わせによりコンピュータ・システムを構築するという目的を、単純なモジュール名の指定で行える仕組みを実現した。
 図1は本実施形態にかかるアーキテクチャで作成されたコンピュータ・システムの概略図である。コンピュータ・システムは、1以上のサーバー・コンピュータ20と、1以上のクライアント・コンピュータ10とからなり、クライアント・コンピュータ10はインターネット網やイントラネット網などのネットワークNを介してサーバー・コンピュータ20に接続されており、リクエスト・レスポンス通信方式もしくは、ソケット通信方式をして、サーバー・コンピュータ20とファイル、データなど情報の授受を行うことができる。
 図2は本実施形態のコンピュータ・システムの構成を示すブロック図である。図2に基づき、本実施形態においての必要条件を述べる。
クライアント・コンピュータ10はJavaScriptを解釈・実行する機能を有するWebブラウザ11を備える。また、サーバー・コンピュータ20はJavaScriptを解釈・実行する機能を有するJavaScriptエンジン22を有することを特徴とするソフトウェア21を備え、且つ、サーバー・コンピュータが、クライアント・コンピュータとのデータ授受を行うためのプロセスを立ち上げる時に必要な設定を記載した、関数が記述可能なことを特徴とする起動ファイル23を備え、且つ、直接ないしはネットワーク経由でアクセス可能なドキュメント型データベース30と接続されており、データベース30はサーバー・コンピュータ20にサーバー・コンピュータ20のクライアント・コンピュータからのリクエストに対する処理を決定する設定ファイル31およびコンピュータ・システム構築に必要なモジュール32を供給する機能を有する。
 サーバー・コンピュータ20上で起動ファイル23を実行すると、起動ファイル23に基づく機能がサーバー・コンピュータ上で実行される。起動ファイル23にはサーバー・コンピュータがクライアント・コンピュータとデータを授受するためのモジュール名、モジュールへのパス、プロセスのポート番号、クライアント・コンピュータのリクエストに対して参照するファイルシステムの位置、リダイレクト、リクエストのエイリアス、接続するデータベース30のIPとポートが含まれる。
 クライアント・コンピュータ10がサーバー・コンピュータ20にリクエストを送信すると、サーバー・コンピュータ20は起動ファイル23に記述された設定を受け、リクエストに対してマッピングされた設定ファイル31をデータベース30から取得する。
サーバー・コンピュータ20は設定ファイル31を読み込み、実行して当該リクエストに対しての処理内容を取得する。
 前記リクエストに対しての処理内容にモジュールのアドオンが含まれていた場合、サーバ・コンピュータ20はデータベース30から指定されたモジュール32を取得する。モジュール32にはクライアント・コンピュータで処理する内容あるいはサーバー・コンピュータで処理する内容が記載されており、サーバー・コンピュータ30はクライアント・コンピュータに前記クライアント・コンピュータで処理する内容を送信するとともに、前記サーバー・コンピュータで処理する内容を実行する。
 前記ファイル31およびモジュール32は必ずしもデータベース30から取得する必要は無く、サーバー・コンピュータ20がアクセス可能であれば、サーバー・コンピュータ20のファイルシステムに直接保存されていても良い。
 図3は本実施形態において、サーバー・コンピュータ20がはじめて受けたクライアント・コンピュータ10からのリクエストに対して行う処理のフロー図である。
クライアント・コンピュータ10がサーバー・コンピュータ20にURL(以下「アドレス」と記す)を指定してリクエストを送信する(S101)。サーバー・コンピュータ20は起動ファイル23に基づき、アドレスのホスト名以降のパスネーム(以下「アドレスパス」と記す)に対する設定ファイルのファイルパスを取得する(S201)。アドレスパスに対する設定ファイルの取得処理を行い、取得したファイルを読み込み、実行する(S202)。このとき、サーバー・コンピュータ20のメモリ空間Mに対してアドレスと設定ファイルのマップを作成するとともに、アドレスパスと設定ファイル31の実行によって生成されたアドレスパスに対するオブジェクトPOを登録する(S203)。
 次に設定ファイル31に記載されているアドイン対象のモジュール名からモジュール32を取得し、サーバー・コンピュータ20のメモリ空間に登録されたアドレスパスに対するオブジェクトPOと関連づけ、展開する。モジュール32内にサーバー側の処理が記載されている場合はその処理を実行する。また、設定ファイル31に記載されているモジュール化されていないプログラムの実行処理も行う(S204)。実行処理結果をクライアント・コンピュータ10に送信する(S205)。
 クライアント・コンピュータ10は実行処理結果を受け(S105)、処理結果にJavaScriptの実行処理が記載されている場合、処理を行う(S106)。
 図4は本実施形態においてクライアント・コンピュータからのはじめてのリクエストで生成されたパスに対するオブジェクトの状態を示すブロック図である。サーバー・コンピュータ20で処理されるモジュールおよびモジュール化されていないプログラムは、アドレスパスに対するオブジェクトPOを通してデータベース30へのアクセスや他のモジュールないしはモジュール化されていないプログラムとのデータ授受が行える。
 データベースI/F(PO01)にはデータベース30への問い合わせ(クエリ)関数が実装されている。ファイルI/O(PO02)には単純なファイル登録・取得インターフェース、一度メモリ上に載せると実体ファイルを変更しても処理は変更されない関数読み込み型インターフェース、一度メモリ上に載せても実体ファイルが変更されれば次の実行時には処理が変更される関数読み込み型インターフェースが実装されている。配置モジュール一覧(PO03)を参照すると、オブジェクトPOに関連づけられているモジュールの提供している関数を参照することが出来る。ネットワークI/O(PO04)ではDOMを文字列化してクライアント・コンピュータに送信する関数、エラー時に途中で処理を中断してエラーデータをクライアント・コンピュータ10に送信する関数、処理の種別によって別のURLへリダイレクトする関数等が実装されている。その他、オブジェクトPOにはDOMを扱うに優れているライブラリ(jQuery)が利用可能である。開発者はクライアント・コンピュータにJavaScriptによってHTMLの構造体を記述すると同じ感覚でサーバー・サイドでHTMLの構造体を記述することが出来る。
 モジュール32およびモジュール化されていないプログラム33はサーバー・コンピュータ上での実行プログラム、クライアント・コンピュータ上での実行プログラムおよびサービス提供に必要な画像等データで自由に構成することが出来る。オブジェクトPOとのデータの授受はJavaScriptでの記述が必要であるものの、以降の処理はプログラム言語の制約を受けない。従って、既存システムのモジュールも容易に本実施形態上で利用可能なモジュールとして容易に書き換えが可能である。
 図5は本実施形態においてクライアント・コンピュータ10からの2回目以降のリクエストに関する処理のフロー図である。2回目以降は1回目に登録した情報を利用して高速に処理を実施する。
 クライアント・コンピュータ10が同じアドレスをサーバー・コンピュータ20にリクエストした場合(S104)、サーバー・コンピュータ20はサーバー・コンピュータ20上のメモリ空間Mにマッピングされた設定ファイルを参照する(S206)。更にMに登録されたアドレスパスからアドレスパスに対するオブジェクトPOを取得し、参照した設定ファイルに従ってモジュール及びモジュール化されていないプログラムの処理を実行する(S207)。実行処理結果をクライアント・コンピュータ10に送信する(S208)。
 クライアント・コンピュータ10は実行処理結果を受け(S105)、処理結果にJavaScriptの実行処理が記載されている場合、処理を行う(S106)。
 以上が本実施形態における、詳細な動作の記述である。
 コンピュータ・システム構築において再利用性の高いソフトウェア開発の指針を容易に立てることができ、モックアップサイクルの高速化、設計、メンテナンス工数の削減を行いたい開発現場に適用できる。
 他の実施形態
 なお、上記実施形態はJavaScriptを用い、特定のプログラミング言語での処理を例示したが、その他のプログラミング言語においても同様の処理を実現することは可能であり、本発明は、他の実施態様も含むものである。また、本発明において、各手段などの要素は、コンピュータの演算制御部に限らず、ワイヤードロジック等に基づく電子回路で実現してもよい。また、各構成図、データの図、フローチャートの図などは例示に過ぎず、各要素の有無、その順序や具体的内容などは、本発明の範囲で適宜変更可能である。
また、本発明の実施形態に記述された効果は、本発明の実施形態から生じる好適な効果を述べたものであって、本発明による効果は、本発明の実施形態に記述されたものに限定されるものではない。
 10   クライアント・コンピュータ
 11   Webブラウザ
 20   サーバー・コンピュータ
 21   ソフトウェア
 22   JavaScriptエンジン
 23   起動ファイル
 30   データベース
 31   設定ファイル
 32   モジュール
 33   モジュール化されていないプログラム
 N    ネットワーク
 M    サーバー・コンピュータのメモリ空間
 PO   パスに対するオブジェクト
 PO01 データベースIF
 PO02 ファイルI/O
 PO03 配置モジュール一覧
 PO04 ネットワークI/O

Claims (3)

  1.  システム構築を行うためのシステム・アーキテクチャであって、サーバー・コンピュータにおいて、クライアント・コンピュータとのデータ授受を行うためのプロセスを立ち上げる時に必要な設定を記載した、関数が記述可能なことを特徴とする起動ファイルを読み込み、実行する機能と、サーバー・コンピュータのクライアント・コンピュータからのリクエストに対する処理を決定する、関数が記述可能なことを特徴とする設定ファイルを読み込み、実行する機能と、サーバー・コンピュータとクライアント・コンピュータの双方で解釈可能な言語を用いて、ユーザー・インタフェース部分を実現する「プレゼンテーション層」、データの加工処理を実行する「ファンクション層」及びデータベースにアクセスする「データ層」のうち1以上の機能を有する「モジュール」を単位とした1以上の前記モジュールを単純なモジュール名の指定によって読み込み、実行する機能を備えたことを特徴とするコンピュータ・システムを生成することを特徴とするシステム・アーキテクチャ。
  2.  請求項1に記載したシステム・アーキテクチャにおいて、前記サーバー・コンピュータとクライアント・コンピュータの双方で解釈可能な言語がJavaScriptであることを特徴とするシステム・アーキテクチャ。
  3.  請求項2に記載したシステム・アーキテクチャにおいて、サーバー・コンピュータとクライアント・コンピュータの双方で全く同じ関数によるDOMツリーハンドリングを行えることを特徴とするシステム・アーキテクチャ。
PCT/JP2012/084267 2012-05-22 2012-12-25 モジュール型コンピュータ・システム開発を行うためのアーキテクチャ WO2013175672A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012-130242 2012-05-22
JP2012130242 2012-05-22

Publications (1)

Publication Number Publication Date
WO2013175672A1 true WO2013175672A1 (ja) 2013-11-28

Family

ID=49623389

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/084267 WO2013175672A1 (ja) 2012-05-22 2012-12-25 モジュール型コンピュータ・システム開発を行うためのアーキテクチャ

Country Status (1)

Country Link
WO (1) WO2013175672A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006506748A (ja) * 2002-11-19 2006-02-23 ネクサウェブ テクノロジーズ インコーポレイテッド 処理状態を把握するウェブ・ベースのコンピュータ・システムと方法
JP2009238232A (ja) * 2009-05-08 2009-10-15 Canon Inc 画像処理装置およびその制御方法
JP2012014633A (ja) * 2010-07-05 2012-01-19 Mitsubishi Electric Corp アプリケーション構築装置、アプリケーション構築方法、アプリケーション実行装置及びアプリケーション実行方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006506748A (ja) * 2002-11-19 2006-02-23 ネクサウェブ テクノロジーズ インコーポレイテッド 処理状態を把握するウェブ・ベースのコンピュータ・システムと方法
JP2009238232A (ja) * 2009-05-08 2009-10-15 Canon Inc 画像処理装置およびその制御方法
JP2012014633A (ja) * 2010-07-05 2012-01-19 Mitsubishi Electric Corp アプリケーション構築装置、アプリケーション構築方法、アプリケーション実行装置及びアプリケーション実行方法

Similar Documents

Publication Publication Date Title
CN109656538B (zh) 应用程序的生成方法、装置、系统、设备和介质
JP6092249B2 (ja) 埋込まれたプロセス通信のための仮想チャネル
KR100661393B1 (ko) 웹 프로그래밍 환경을 응용한 웹사이트 관리 시스템 및방법
JP7451825B2 (ja) マイクロフロントエンドシステム、サブアプリケーションロード方法、電子機器、及びコンピュータープログラム製品
JP5282677B2 (ja) 互換性評価装置、互換性評価方法、及びプログラム
KR20080053293A (ko) 클라이언트 스크립트 웹 페이지에 대한 서버측 초기 콘텐츠렌더링
KR20220092615A (ko) 적시(Just-In-Time) 컨테이너
CN112256278A (zh) 编译方法、装置、设备及存储介质
US9218139B2 (en) Minimally disruptive virtual machine snapshots
CN103646023A (zh) 一种基于web的增加页面/控件的方法
Vivian et al. Rapid and efficient analysis of 20,000 RNA-seq samples with Toil
KR102352265B1 (ko) 웹 애플리케이션 개발 플랫폼 제공 시스템 및 방법
Kaliszyk Web interfaces for proof assistants
US11604662B2 (en) System and method for accelerating modernization of user interfaces in a computing environment
KR101907660B1 (ko) 웹 기반의 운영체제를 탑재한 단말 장치 및 이를 이용한 서비스 제공 방법
US20110307855A1 (en) Software project management apparatuses and methods thereof
CN113268239A (zh) 桌面应用的视图构建方法、装置、设备及存储介质
US20090049423A1 (en) Javascripttm programming extension
JP6055366B2 (ja) 仮想Webサーバプログラム及び機能代行方法
WO2013175672A1 (ja) モジュール型コンピュータ・システム開発を行うためのアーキテクチャ
Röwekamp et al. RenewKube: Reference net simulation scaling with Renew and Kubernetes
US7366722B2 (en) System and method for specifying application services and distributing them across multiple processors using XML
Haja et al. Location, proximity, affinity–the key factors in FaaS
JP6128259B2 (ja) 情報処理システム及び情報処理方法
Trivedi Building a Web App with Blazor and ASP. Net Core: Create a Single Page App with Blazor Server and Entity Framework Core

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12877274

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12877274

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP