JP5237058B2 - コンピュータシステム - Google Patents
コンピュータシステム Download PDFInfo
- Publication number
- JP5237058B2 JP5237058B2 JP2008289142A JP2008289142A JP5237058B2 JP 5237058 B2 JP5237058 B2 JP 5237058B2 JP 2008289142 A JP2008289142 A JP 2008289142A JP 2008289142 A JP2008289142 A JP 2008289142A JP 5237058 B2 JP5237058 B2 JP 5237058B2
- Authority
- JP
- Japan
- Prior art keywords
- function
- component
- framework
- computer system
- exclusive
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 230000006870 function Effects 0.000 description 154
- 238000012545 processing Methods 0.000 description 12
- 238000010586 diagram Methods 0.000 description 11
- 238000000034 method Methods 0.000 description 10
- 230000010354 integration Effects 0.000 description 9
- 238000012423 maintenance Methods 0.000 description 7
- 230000004913 activation Effects 0.000 description 4
- 230000008859 change Effects 0.000 description 4
- 238000002054 transplantation Methods 0.000 description 4
- 230000008901 benefit Effects 0.000 description 3
- 230000002860 competitive effect Effects 0.000 description 3
- 230000007717 exclusion Effects 0.000 description 3
- 230000005856 abnormality Effects 0.000 description 2
- 238000010521 absorption reaction Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000009931 harmful effect Effects 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 238000010200 validation analysis Methods 0.000 description 2
- 235000006719 Cassia obtusifolia Nutrition 0.000 description 1
- 235000014552 Cassia tora Nutrition 0.000 description 1
- 244000201986 Cassia tora Species 0.000 description 1
- 229910000831 Steel Inorganic materials 0.000 description 1
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 230000000295 complement effect Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000003292 diminished effect Effects 0.000 description 1
- 230000003631 expected effect Effects 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000008521 reorganization Effects 0.000 description 1
- 239000010959 steel Substances 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Landscapes
- Stored Programmes (AREA)
Description
以下において、本発明の実施の形態による汎用コンピュータシステムおよびフレームワーク管理装置の構成例を説明するにあたり、まず、統合等によるコンピュータシステム移植時の流れについて図面を用いて詳細に説明する。
APエンジン301は、アプリケーションプログラムのビジネスロジックをコンポーネントという単位で作成したフレームワーク部品であり、それぞれのコンポーネントの組合せによって処理フローを構成している。また、APエンジン301は、この組合せによって構成された処理フローを、指定した順序に従って実行させるための機能も含む。さらに、APエンジン301は、処理フロー同士をつなげてバッチ処理を行なう機能も含んでいる。
排他部品302は、上述したように、同時に実行できるアプリケーションプログラムを制御するための機能を提供するフレームワーク部品である。すなわち、排他部品302は、あるアプリケーションプログラムが他の関連するアプリケーションプログラムと同時に実行されてはならない場合などにおいて、他のアプリケーションプログラムが同時に実行されることを制限する機能を提供する。
採番部品303は、あるデータベースに対して主キーを作成したり取得したりする機能を提供するフレームワーク部品である。採番部品303によって生成されるキーは、例えばアルファベッドの連番および接頭子等からなる。また、発行されたキーは採番テーブルと呼ばれる専用のテーブルで管理される。
キュー連携304は、キューを用いて、メッセージの送受信やデータの送受信を行なう機能を提供するフレームワーク部品である。
チェック部品305は、データのチェックに必要なルールを選択して実行する機能を提供するフレームワーク部品である。チェック部品305は、予めルールデータベースに登録されているルールに沿ってデータをチェックする。従って、チェック部品305を用いてチェックエンジンを起動すると、このルールに対応したチェックが実行される。
画面部品306は、プルダウン機能、入力補助機能、一覧表示機能、メッセージ表示機能等を提供するフレームワーク部品である。また、画面部品306には、オンライン画面を構成するために必要な部品群も含まれている。
DAO部品307は、データベースアクセス処理を一括して管理する機能を提供するフレームワーク部品である。このDAO部品307を用いることで、アプリケーションプログラムに対してSQL(Structured Query Language)を隠蔽することが可能となるため、データベースの物理構造が変更されたとしてもアプリケーションコードへの影響が生じないシステムを構築することが可能となる。
1、1A、1B コンピュータシステム
2 機能差吸収手段供給手段
3A、3B、3C クライアント端末
4 ネットワーク
11、11A、11B ホストコンピュータ
12 記憶部
20、20A、20B J2EEアプリケーションサーバ
21 機能差吸収手段作成手段
22 機能差吸収手段保持手段
30 汎用フレームワーク
30A 管理テーブル
32A 排他部品用テーブル
40 アプリケーションプログラム
501〜507 機能差吸収手段
51、511〜517 機能差吸収部品
52、521〜527 有効化スイッチ
100A 移植元コンピュータシステム
100B 移植先コンピュータシステム
120 データベース
122 排他制御テーブル
124 アプリケーションプログラム管理部
201 汎用フレームワーク管理サーバ
300 フレームワーク部品
300A、300B EJBコンテナ
300a フレームワーク
302 排他部品
302a 部品内機能(オープン機能)
302c EJB内機能(クローズ機能)
402 排他機能付きデータベース接続用アプリケーションプログラム
512a 機能差吸収部品(排他制御テーブルクローズ機能)
522a クローズ機能有効化スイッチ
C1 排他部品呼出し制御
C2 排他制御テーブルオープン制御
C3、C31 排他制御テーブルクローズ制御
C4 異常通知
Claims (1)
- EJBコンテナを備えるJ2EEアプリケーションサーバが実装されたコンピュータシステムであって、
前記EJBコンテナ内に配置され、1つ以上の機能部品を含むフレームワークと、
各機能部品に対応して前記EJBコンテナ内に配置され、前記EJBコンテナによって実現される実行環境に応じた機能差を吸収する補助部品と、
前記実行環境において各機能が前記機能部品または前記補助部品のいずれに含まれるかを管理する管理テーブルと、
前記各機能部品内に組み込まれた有効化スイッチと、
を備え、
前記有効化スイッチは、各機能の実行要求があった場合、前記管理テーブルに基づいて該機能を実現する機能部品または補助部品を特定し、特定した機能部品または補助部品を有効化することを特徴とするコンピュータシステム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008289142A JP5237058B2 (ja) | 2008-11-11 | 2008-11-11 | コンピュータシステム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008289142A JP5237058B2 (ja) | 2008-11-11 | 2008-11-11 | コンピュータシステム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010117793A JP2010117793A (ja) | 2010-05-27 |
JP5237058B2 true JP5237058B2 (ja) | 2013-07-17 |
Family
ID=42305447
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008289142A Active JP5237058B2 (ja) | 2008-11-11 | 2008-11-11 | コンピュータシステム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5237058B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8671417B2 (en) * | 2011-12-12 | 2014-03-11 | Microsoft Corporation | Lightweight framework for web applications |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0337728A (ja) * | 1989-07-04 | 1991-02-19 | Nec Corp | オペレーティングシステム |
JPH06250920A (ja) * | 1993-03-01 | 1994-09-09 | Nissan Motor Co Ltd | 情報処理装置の最適化方法 |
GB2361782B (en) * | 2000-04-26 | 2005-01-12 | Ant Ltd | Improvements relating to computer systems |
JP4365148B2 (ja) * | 2002-07-19 | 2009-11-18 | 株式会社リコー | 画像形成装置及びラッピング処理方法並びにプログラム |
JP2004246789A (ja) * | 2003-02-17 | 2004-09-02 | Nippon Telegr & Teleph Corp <Ntt> | プログラム機能拡張システム、プログラム機能拡張方法、プログラム機能拡張プログラムおよび記録媒体 |
JP2005228183A (ja) * | 2004-02-16 | 2005-08-25 | Hitachi Ltd | プログラム実行方法、および、プログラム実行のための計算機システム |
-
2008
- 2008-11-11 JP JP2008289142A patent/JP5237058B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
JP2010117793A (ja) | 2010-05-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110147369B (zh) | 多重租赁数据库系统中的数据分离和写入重新定向 | |
CN110019215B (zh) | 多重租赁数据库系统中的键模式管理 | |
CN102656557B (zh) | 自动化企业软件开发 | |
US9830135B2 (en) | Declarative and pluggable business logic for systems management | |
Jamshidi et al. | Cloud migration patterns: a multi-cloud service architecture perspective | |
US10656971B2 (en) | Agile framework for vertical application development and delivery | |
US11720415B2 (en) | Management instrumentation and discovery (MID) server support for executing automated flows within a cloud based system | |
US8316420B2 (en) | Access control on dynamically instantiated portal applications | |
US20150220308A1 (en) | Model-based development | |
US20090300341A1 (en) | System and method for automatic configuration of portal composite applications | |
US8918709B2 (en) | Object templates for data-driven applications | |
JP2003036181A (ja) | アップグレード移行中の変換に移行プラグインを用いる漸進的ロールオーバプロセスによりホット移行動作を実行する方法、マルチプロセスシステム、及び、かかる方法を実施するシステム | |
US20090210866A1 (en) | Methods, systems, and computer program products for updating software on a data processing system based on transition rules between classes of compatible versions | |
US10636005B2 (en) | Method and system for implementing an adaptive data governance system | |
US20150220327A1 (en) | Extensible data model and service for infrastructure management | |
US9459859B2 (en) | Template derivation for configuration object management | |
US9292271B2 (en) | Apparatus and method for managing software translation | |
US11922146B2 (en) | Systems and method for creating enterprise software | |
US10824642B2 (en) | Data synchronization architecture | |
US11277303B1 (en) | Declarative specification based override mechanism for customizing data centers deployed on cloud platforms | |
US11733987B2 (en) | Executing shared pipelines for continuous delivery of services in cloud platforms | |
US9626251B2 (en) | Undo configuration transactional compensation | |
US11048479B2 (en) | Software conversion simulation mode | |
JP5237058B2 (ja) | コンピュータシステム | |
Biener et al. | DevOps for containerized applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20110329 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110912 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20121109 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20121204 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130201 |
|
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: 20130312 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130328 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 5237058 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160405 Year of fee payment: 3 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
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 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |