OutSystems Forge 日本語データベース

Sync

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2012-01-11 1.2.1 António Chinita 6.0.1+ All All Widgets
データの変更を全員にブロードキャストするか、またはリフレッシュ要求をトリガーするだけで、すべてのユーザーが同じページを同期して表示できます。 それに応じて異なるイベントを処理することができ、ページの特定の領域のみを更新することができます。
全員にデータ変更をブロードキャストするか、単にリフレッシュ要求をトリガーすることで、すべてのユーザーが同じページを同期して表示するようにします。 それに応じて異なるイベントを処理することができ、ページの特定の領域だけをリフレッシュすることができ、そのようなリフレッシュに必要なデータをコンポーネント自体で取得して、別のデータベース呼び出し(たとえば)を回避できます。 特徴 カスタマイズ可能なイベントタイプ。 - サイトのプロパティで設定された同期間隔。 - 内部でXMLレコード拡張を使用します。 - 単純な(未加工)データ、または複雑なデータ構造(レコード/リスト)を送信して、データベースを照会する必要性を避けることができます(および/またはリフレッシュトリガーを避ける)。 主な利点 - ブロードキャストデータは、同じページのユーザーを介して変更されます。 - コンポーネントから直接更新のデータを取得します。 システム要件と制限 XMLレコード

[Overview]
Keep all the users viewing the same page in Sync by broadcasting data changes to everyone, or simply by triggering refresh requests. You can handle different events accordingly, allowing you to refresh only certain areas of the page.
[Detail]
Keep all the users viewing the same page in Sync by broadcasting data changes to everyone, or simply triggering refresh requests. You can handle different events accordingly, allowing you to refresh only certain areas of the page and even get the data you need for that refresh through the component itself, avoiding another database call (for example). Feature List - Customizable event types. - Sync interval set through a Site Property. - Uses the XML Records extension internally. - Can send simple (Raw) data, or complex data structures (Records/Lists) to avoid the need to query the database (and/or avoid refresh triggers). Main Benefits - Broadcast data changes through users of the same page. - Get the data for the update directly from the component. System Requirements and Limitations XML Records
戻る