ページの先頭行へ戻る
Interstage Interaction Manager V10 Ajaxフレームワーク ユーザーズガイド
Interstage

5.10.10 Ajaxフレームワーク環境定義ファイルの設定(マッシュアップ開発例)

Interstage Studioワークベンチを利用して、Ajaxフレームワーク環境定義ファイル(acf.xml)に必要な定義を記述します。

データBeanの定義

Apcoordinator用に作成したデータBeanを定義します。

acf.xmlの記述内容

<!-- データBean定義 -->
  <dataBeans>
    <!-- 認証条件(ログイン) -->
     <dataBean>
        <dataBeanId>dataBeanId1</dataBeanId>
        <className>calendar.CalendarBean</className>
        <scope>request</scope>
     </dataBean>
  </dataBeans>