2013-11-08-任意の言語の外部ウェブアプリを統合する.md 2.1 KB


title: 任意の言語の外部ウェブアプリを統合する author: Hue Team type: post date: 2013-11-08T23:59:41+00:00 url: /任意の言語の外部ウェブアプリを統合する/ sf_thumbnail_type:

  • none sf_thumbnail_link_type:
  • link_to_post sf_detail_type:
  • none sf_page_title:
  • 1 sf_page_title_style:
  • standard sf_no_breadcrumbs:
  • 1 sf_page_title_bg:
  • none sf_page_title_text_style:
  • light sf_background_image_size:
  • cover sf_social_sharing:
  • 1 sf_sidebar_config:
  • left-sidebar sf_left_sidebar:
  • Sidebar-2 sf_right_sidebar:
  • Sidebar-1 sf_caption_position:
  • caption-right slide_template:
  • default sf_custom_excerpt:
  • HUE-826は、外部のウェブアプリをHueに統合する新しいやり方をもたらします。Javaのアプリや既存のウェブサイトは、今や少しの努力でHueアプリとして表示することが... categories:
  • SDK
  • Tutorial
  • Video

HUE-826は、外部のウェブアプリをHueに統合する新しいやり方をもたらします。Javaのアプリや既存のウェブサイトは、今や少しの努力でHueアプリとして表示することができます。

 

例えば、新しいアプリとしてTableauを統合しましょう!

 

{{< youtube Y1FT7yAJc7s >}}

 

新しいアプリを作成するためには:

build/env/bin/hue create_proxy_app hue_app https://gethue.com
tools/app_reg/app_reg.py --install my_hue --relative-paths

 

iniにあるサポートするurlを変更します:

[my_hue]
url=https://gethue.com

 

ご質問やフィードバックがあれば、hue-user や @gethue.comまでお気軽にお尋ね下さい!