30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents
classcontents

...

Yellowfinについて

Styleclass
ClasstopLink

top

Yellowfin stores the all application configuration data such as authorisation and authentication permissions, logical views of the data, report definitions, field definitions, execution statistics and information about this data (metadata) in the Yellowfin database.

Users and administrators define these data items via a Browser Interface. Yellowfin then converts these various data components into an SQL query at runtime and generates the required report and delivers it to the user interface. From there users can choose the format in which is stored eg. Spreadsheet, PDF, html report etc.

...

tページトップ

Yellowfinでは、さまざまなアプリケーション設定データがYellowfinデータベースに保存されます。これらのデータには、権限付与や認証の許可、データの論理ビュー、レポート定義、フィールド定義、実行統計、およびこれらのデータの情報(メタデータ)などが含まれます。

ユーザーや管理者は、これらのデータ項目をブラウザーインターフェースを介して定義します。Yellowfinは、実行時にこれらの多様なデータをSQLクエリーに変換し、必要なレポートを生成し、そのレポートをユーザーインターフェースに表示します。このインターフェースから、ユーザーはレポートの保存形式(スプレッドシート、PDF、HTMLレポートなど)を選択できます。

アーキテクチャの概要

Styleclass
ClasstopLink

top

ページトップ

Yellowfinでは、Javaプラットフォームの標準に準拠して、コンポーネントの機能や役割が記述されています。Yellowfinは、次の技術的なコンポーネントで構成されています。Yellowfin follows the Java platform standard for delineating component functions and responsibilities. The technical components comprising Yellowfin are:

Client Tier

クライアント層

クライアント層では、Webブラウザーを介してユーザーインターフェースが提供されます。Yellowfinは、以下のブラウザーで実行するように設計されています。This provides the User Interface via Web Browser. Yellowfin is designed to run under:

  • Microsoft® Internet Explorer Version 7 +Explorerバージョン7以降
  • Firefox
  • Chrome
  • Opera
  • Safari

Middle Tier

This provides workflow and business logic.
Web Server - This component processes and sends HTML pages across the WWW. Yellowfin uses Apache Tomcat.
Web Container - This component interprets the HTML requests, performs the required business logic, writes persistent data to the database and dynamically generates the required web pages. Yellowfin uses Apache Tomcat.

Backend Tier

中間層

中間層では、ワークフローおよびビジネスロジックが提供されます。
Webサーバー - このコンポーネントは、WWWを介してHTMLページを処理し、送信します。Yellowfinでは、Apache Tomcatを使用しています。
Webコンテナ - このコンポーネントは、HTMLリクエストを解釈し、必要なビジネスロジックを実行し、永続データをデータベースに書き込み、必要なWebページを動的に生成します。Yellowfinでは、Apache Tomcatを使用しています。

バックエンド層

バックエンド層では、アプリケーションで必要とされるデータが永続的に保存されます。
データベース - Yellowfinは、すべてのJDBC 2.0準拠データベース(Microsoft® SQL Server、Oracle、IBM UDB、MySQL、Progressなど)をサポートするように構成できます。This stores the data required by the application on a persistent basis.
Database - Yellowfin can be configured to support any JDBC 2.0 compliant database e.g. Microsoft® SQL Server, Oracle, IBM UDB, MySQL and Progress.



horizontalrule
Styleclass
ClasstopLink

top ページトップ