オープンデータとプログラミング

Java スクリプトの設定を実行する オープン データ テーブルで|Executing JavaScript in Open Data Tables

オープンデータ関連のニュースです。

https://developer.yahoo.com/yql/guide/yql_execute.html

日本語

YQL ステートメントを呼び出すと実行サブ要素を含むテーブル定義を開く、YQL を template 宣言された URI への要求がもはやエンドポイントで実行します。代わりに YQL は、JavaScript のランタイム環境がサーバー側を実行を提供します。Java スクリプトの設定を順番に返す必要がありますしデータ出力として元 YQL ステートメントに。Execute サブ要素内で JavaScript と java スクリプトの設定をネイティブ XML サポートを追加します E4X (XML の ecmascript の短縮の期間) を埋め込むことができます。E4X は、JavaScript 1.6 で初めて導入されました。Java スクリプトの設定を実行する能力は、開いているデータ テーブル定義内で execute サブ要素によって実装されます。
続きを読む…

English

When a YQL statement calls an Open Table Definition that contains the execute sub-element, YQL no longer performs the request to the templated URI in the endpoint. Instead YQL provides a runtime environment in which the JavaScript is executed server-side. Your JavaScript in turn must then return data as the output to the original YQL statement. Within the execute sub-element, you can embed JavaScript and E4X (the shortened term for ECMAScript for XML), which adds native XML support to JavaScript. Support for E4X was first introduced in JavaScript 1.6. The ability to execute JavaScript is implemented through the execute sub-element within an Open Data Table definition.
Read more…

Comments are closed.