<appModuleDef>要素 |
 |
<appModuleDef>要素は、ネストされるアプリケーション・モジュールの定義です。
構文 |
 |
<appModuleDef></appModuleDef>
注意:
この要素は派生元要素のすべての属性と子要素を持つことができます。
説明 |
 |
<appModuleDef>要素は、ネストされるアプリケーション・モジュールの定義です。
例 |
 |
次の例では、EmpAppModuleというルート・アプリケーション・モジュールにネストされるTaxAppModuleというアプリケーション・モジュールを定義します。
<bc4j:registryDef>
<bc4j:rootAppModuleDef name="EmpAppModule"
definition="bc4j.EmpAppModule"
releaseMode="stateful" >
<bc4j:appModuleDef name="TaxAppModule"
defFullName="oracle.cabo.data.jbo.demo.tax.TaxModule" >
<-- child definitions -->
</bc4j:appModuleDef>
</bc4j:rootAppModuleDef>
</bc4j:registryDef>
属性 |
 |
|
説明 |
型 |
autoCreate |
このアプリケーション・モジュールが見つからない場合は、自動的に作成されることを示します。 |
boolean |
|