JPS63240635A - Software parts executing system - Google Patents

Software parts executing system

Info

Publication number
JPS63240635A
JPS63240635A JP7483287A JP7483287A JPS63240635A JP S63240635 A JPS63240635 A JP S63240635A JP 7483287 A JP7483287 A JP 7483287A JP 7483287 A JP7483287 A JP 7483287A JP S63240635 A JPS63240635 A JP S63240635A
Authority
JP
Japan
Prior art keywords
parts
software
icp
definition table
source
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
JP7483287A
Other languages
Japanese (ja)
Inventor
Shusaku Hirai
平井 周作
Koichi Shimaoka
厚一 島岡
Masakazu Yamamoto
昌和 山本
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP7483287A priority Critical patent/JPS63240635A/en
Publication of JPS63240635A publication Critical patent/JPS63240635A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To improve both the working performance and the reliability with execution of the software parts by preparing a parts definition table to produce the parts for each source for production of a compiled unit so that the parts can be executed with no correction of codes nor relinkage. CONSTITUTION:A parts definition table 3 defines the working relations among a series of program parts together with the correspondence secured among the CU (complied unit) names, the ICP (integrated closed parts), etc. Then the software parts are produced for each source, i.e., the ICP and the CU is produced. Thus it is possible for the application side of the software parts to execute the parts with no correction of source codes nor relinkage just by defining the ICP on the table 3. As a result, both the working efficiency and the software productivity are improved and at the same time the quality of parts are improved owing to the localization of parts.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は、ソフトウェア部品定義テーブルを具備したソ
フトウェア部品実行方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a software component execution method having a software component definition table.

(従来の技術) 従来、ソフトウェア部品は、コンパイルユニット(以下
CUと称す)として作成されており、ソフトウェア部品
を利用する側は、ソースコード上に、例えば[CALL
″AAAAA”](“AAAAA”はCU名)等と記述
し、かつそのソースコードよりCUを作成した後、リン
ク(LINK)して、はじめてその部品を利用できた。
(Prior Art) Conventionally, software components are created as a compilation unit (hereinafter referred to as CU), and the user of the software component has to write, for example, [CALL] on the source code.
"AAAAA"] ("AAAA" is the CU name), etc., and after creating a CU from the source code, it was possible to use the component for the first time by linking (LINK).

このため従来では使用部品の追加があった場合に、毎回
、ソースコード修正、コンパイル、リンクをしなけりば
ならず、作業性及び品質の低下を招いていた。
For this reason, in the past, whenever a used part was added, the source code had to be modified, compiled, and linked each time, resulting in a decrease in work efficiency and quality.

(発明が解決しようとする問題点) 上記したように、従来ではソフトウェア部品を追加する
とき、ソースコード修正、コンパイル、リンクが毎回必
要となるため、ソフトウェアの生産性、及び品質の向上
を図る上で大きな問題となっていた。
(Problems to be Solved by the Invention) As mentioned above, conventionally, when adding a software component, source code modification, compilation, and linking are required each time, which makes it difficult to improve software productivity and quality. It was a big problem.

本発明は上記の点に鑑みなされたもので、ソースコード
修正、コンパイル、リンク等の作業を必要とせずに任意
のソフトウェア部品を使用でき、上記作業を不要にして
、ソフトウェアの生産性、及び品質の向上を図り、ソフ
トウェア部品化の促進が計れるソフトウェア部品実行方
式を提供することを目的とする。
The present invention has been made in view of the above points, and allows the use of any software component without the need for source code modification, compilation, linking, etc., thereby eliminating the need for the above operations and improving software productivity and quality. The purpose of this invention is to provide a software component execution method that can improve the performance of software components and promote the development of software components.

[発明の構成] (問題点を解決するための手段及び作用)本発明は、C
U(コンパイルユニット)名、ICP(インテグレィテ
ッドクローズドパーツ)等が対応付けされた一連のプロ
グラム部品の動作関係を定義する部品定義テーブルを用
意し、ソフトウェア部品をICPというソース単位(コ
ピー句)で作成し、CUを作成しておくことにより、部
品利用側は単に上記部品定義テーブルにICPを定義す
るだけでソースコード修正、再リンクなしに部品を実行
することが可能となるもので、これにより、作業性、信
頼性を大幅に向上して、ソフトウェア部品化を大いに発
展させることができるとともに、ソフトウェアの生産性
、及び品質の向上を計ることができる。
[Structure of the invention] (Means and effects for solving the problems) The present invention is based on C
A component definition table that defines the operational relationship of a series of program components that are associated with U (compilation unit) names, ICPs (integrated closed parts), etc. is prepared, and software components are divided into source units (copy clauses) called ICPs. By creating a CU, the component user can execute the component without modifying the source code or relinking by simply defining the ICP in the component definition table above. , workability and reliability can be greatly improved, software componentization can be greatly developed, and software productivity and quality can be improved.

(実施例) 以下、図面を参照して本発明のソフトウェア部品実行方
式を説明する。
(Embodiment) Hereinafter, a software component execution method of the present invention will be explained with reference to the drawings.

第1図は、本発明の一実施例を示す動作ブロック図であ
る。
FIG. 1 is an operational block diagram showing one embodiment of the present invention.

第1図において、1は利用者が使用するICP(インテ
グレィテッドクローズドパーツ)のソースランゲージ(
以下LMと称す)、2はそのCU(コンパイルユニッl
−)である。
In Figure 1, 1 is the source language (integrated closed parts) of the ICP (Integrated Closed Parts) used by the user.
(hereinafter referred to as LM), 2 is its CU (compilation unit)
−).

3は一連のプログラム部品の動作関係を定義する部品定
義テーブルであり、ここでは、第2図に示すように、シ
ステム固有CU名及び対応ユーザ名と、そのユーザ作成
CU名及び同CUに含まれるICPを定義している。
3 is a component definition table that defines the operational relationship of a series of program components, and here, as shown in FIG. Defines ICP.

4はシステム固定CU、即ちMFP(メインフロープロ
セッサ)、WSP(ワークステーションプロセッサ)等
によってコール(CALL)されるCUと、ユーザー作
成CU、即ち利用者が使用するICPを含んだ実CUの
呼出し関係を定義したロードモジュールコマンド(以下
LMコマンドと称す)である。
4 is the calling relationship between system-fixed CUs, that is, CUs that are called by MFPs (main flow processors), WSPs (workstation processors), etc., and user-created CUs, that is, real CUs that include ICPs used by users. This is a load module command (hereinafter referred to as LM command) that defines .

5は一連のプログラム動作を制御するMFPとWSPの
CU、6はMFPとwspのCU5の一部分(ソース)
である。
5 is the MFP and WSP CU that controls a series of program operations, 6 is a part of the MFP and WSP CU5 (source)
It is.

第2図は、上記第1図の部品定義テーブル3の詳細を示
したもので、上述した如く、システム固定CUのユーザ
名、及びそのユーザ作成CUに含まれるICP名等が定
義される。
FIG. 2 shows details of the component definition table 3 shown in FIG. 1, and as described above, the user name of the system fixed CU, the ICP name included in the user-created CU, etc. are defined.

ここで上記第1図及び第2図を参照して一実施例の動作
を説明する。
The operation of one embodiment will now be described with reference to FIGS. 1 and 2.

利用者が、使用するソフトウェア部品として成るICP
 (インテグレィテッドクローズドパーツ)を指定する
と、部品定義テーブル3を用いて、その指定された即ち
要求のあったICPを含むシステム固定CUが検索され
、MPF又はWSPのCU5によってそのシステム固定
CUがコール(CALL)される。即ち、例えば、 ”ICPOL”というルーチンを使用したいという要求
があると、先ず、部品定義テーブル3を参照して、その
要求のあったICPを含むシステム固定CU(ここでは
“5YSCUOI″とする)が検索され、MPF又はW
SPのCU5によって、そのシステム固定CU“5YS
CUO1″がコールされる(第1図(A)参照)。
ICP configured as a software component used by users
When (integrated closed part) is specified, the system fixed CU containing the specified (i.e., requested) ICP is searched using the part definition table 3, and the system fixed CU is called by CU5 of MPF or WSP. (CALL). That is, for example, when there is a request to use the routine "ICPOL", first, the component definition table 3 is referred to and the system fixed CU (here "5YSCUOI") containing the requested ICP is determined. searched, MPF or W
CU5 of SP specifies that system fixed CU “5YS”
CUO1'' is called (see FIG. 1(A)).

上述の如くして呼び出されたシステム固定CU″5YS
CUOI’はLMコマンド4によって、ユーザ作成CU
″USECUOI″2にリプレースされ(第1図(B)
参照)、そのユーザ作成CU″USECUOI“がコー
ルされる(第1図(C)参照)。
System fixed CU″5YS called as above
CUOI' is a user-created CU using LM command 4.
Replaced with ``USECUOI''2 (Figure 1 (B)
), the user-created CU "USECUOI" is called (see FIG. 1(C)).

上記した動作により呼出したユーザ作成CU“USEC
UOI“に、例えば“ICPO2”というルーチンを追
加した場合は、部品定義テーブル3と、SLIを修正し
コンパイルして、上記“ICPO2”を含むCU2を作
成することにより、MFPとwspのCU5、LMコマ
ンド4を更新することなくソフトウェア部品“ICPO
2“の実行が可能となる。
User-created CU “USEC” called by the above operation
If, for example, a routine called "ICPO2" is added to the "UOI", modify and compile the parts definition table 3 and SLI to create CU2 that includes the above "ICPO2", then CU5 and LM of the MFP and wsp. Software component “ICPO” without updating command 4
2" can be executed.

このように、ソフトウェア部品(ICP)を使用する場
合に、CUを修正しテーブル定義を追加するだけでよく
、部品利用側ソース(MFP。
In this way, when using a software component (ICP), all you need to do is modify the CU and add a table definition, and all you need to do is modify the CU and add the table definition.

WSP)の修正、再コンパイルが不要になることから作
業能率が向上しソフトウェアの生産性が向上する。又、
使用するソフトウェア部品が局部化(I CP化)され
、各種のプログラムに共用されることから、不具合発生
率が低減され品質が向上される。
Since there is no need to modify or recompile WSP), work efficiency is improved and software productivity is improved. or,
Since the software components used are localized (ICP) and shared by various programs, the incidence of defects is reduced and quality is improved.

[発明の効果] 以上のように本発明によれば、CU(コンパイルユニッ
ト)名、ICP (インテグレィテッドクローズドパー
ツ)等が対応付けされた一連のプログラム部品の動作関
係を定義する部品定義テーブルを用意し、ソフトウェア
部品をICPというソース単位(コピー句)で作成し、
CUを作成しておくことにより、ソフトウェア部品の利
用側では単に上記部品定義テーブルにICPを定義する
だけでソースコード修正、再リンクなしに部品を実行す
ることが可能となり、これにより、作業性、信頼性を大
幅に向上して、ソフトウェア部品化を大いに発展させる
ことができるとともに、ソフトウェアの生産性、及び品
質の向上を計ることができる。
[Effects of the Invention] As described above, according to the present invention, a component definition table that defines the operational relationship of a series of program components in which CU (compilation unit) names, ICP (integrated closed parts), etc. are associated with each other is created. Prepare, create software components in source units (copy phrases) called ICPs,
By creating a CU, the user of the software component can execute the component without modifying the source code or relinking by simply defining the ICP in the component definition table above, which improves work efficiency. Reliability can be greatly improved, software componentization can be greatly developed, and software productivity and quality can be improved.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック図、第2図は
上記実施例に於ける部品定義テーブルの構成を示す図で
ある。 ■・・・ソースランゲージ(SL) 、2・・・コンパ
イルユニット(CU) 、3・・・部品定義テーブル、
4・・・ロードモジュールコマンド(LM)、5・・・
MFPとWSPのCU、6・・・CU5の一部分。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a diagram showing the structure of a parts definition table in the above embodiment. ■... Source language (SL), 2... Compile unit (CU), 3... Parts definition table,
4...Load module command (LM), 5...
Part of CU, 6...CU5 of MFP and WSP.

Claims (1)

【特許請求の範囲】[Claims] ソフトウェア部品をインテグレィテッドクローズドパー
ツと称すコピー区単位で作成し、同部品によりコンパイ
ルユニットを作成する手段と、システム固有コンパイル
ユニット名及び対応ユーザ名と、そのユーザ作成コンパ
イルユニット名及び同ユニットに含まれるインテグレィ
テッドクローズドパーツを定義したソフトウェア部品定
義テーブルとを有し、上記テーブルを参照してソフトウ
ェア部品を実行することを特徴としたソフトウェア部品
実行方式。
A means for creating a software component in a copy area unit called an integrated closed part and creating a compilation unit using the same component, a system-specific compilation unit name and corresponding user name, the user-created compilation unit name and information included in the unit. A software component execution method is characterized in that the software component definition table defines integrated closed parts that are to be implemented, and the software component is executed by referring to the table.
JP7483287A 1987-03-28 1987-03-28 Software parts executing system Pending JPS63240635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7483287A JPS63240635A (en) 1987-03-28 1987-03-28 Software parts executing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7483287A JPS63240635A (en) 1987-03-28 1987-03-28 Software parts executing system

Publications (1)

Publication Number Publication Date
JPS63240635A true JPS63240635A (en) 1988-10-06

Family

ID=13558702

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7483287A Pending JPS63240635A (en) 1987-03-28 1987-03-28 Software parts executing system

Country Status (1)

Country Link
JP (1) JPS63240635A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940378A (en) * 1996-02-02 1999-08-17 Fujitsu Limited Call control in exchange suitable for intelligent network

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940378A (en) * 1996-02-02 1999-08-17 Fujitsu Limited Call control in exchange suitable for intelligent network

Similar Documents

Publication Publication Date Title
US6874140B1 (en) Debug annotations
US6647544B1 (en) Method and system for debugging hybrid source code
US8819621B2 (en) System and method for automated re-architectureing of legacy systems using object oriented language
JPH08202545A (en) Object-oriented system and method for generation of target language code
US6526457B1 (en) Systems utility object interface for facilitating software portability
JPS63240635A (en) Software parts executing system
JPH0766342B2 (en) Program test equipment
US8010955B2 (en) Reducing the run-time cost of incorporating custom tags in a server page
Ribeiro et al. A Visual environment for the development of parallel real-time programs
JPH09218789A (en) Division compiling system
JPH0683597A (en) Object oriented program development device and object oriented program development method
JPH0390933A (en) Automatic generating system for software program
JP2718427B2 (en) Data access method in large-scale knowledge base
JP2002132502A (en) Automatic creating system and method of distributed object with interpretation of language function
JPH0358232A (en) Preprocessor calling system
JP2001256075A (en) Developing system and developing method and recording medium
JP2899316B2 (en) Recognition processing method of code system of caller
JP2672968B2 (en) Source list output processing method for debugging
JPH02211542A (en) Module management information calculating system
JPH04123144A (en) Debuging device
JPH0430239A (en) Command option designation processing system
JPS593554A (en) Data base access controlling system
Randall et al. The Environment for Application Software Integration and Execution (EASIE) version 1.0. Volume 4: System installation and maintenance guide
JP2003216428A (en) Object-oriented programming supporting device
JPH0279127A (en) Fortran compile processing system