2013-11-08-integrate-external-web-applications-in-any-language.md 1.8 KB


title: Integrate external Web applications in any language author: admin type: post date: 2013-11-08T13:36:00+00:00 url: /integrate-external-web-applications-in-any-language/ tumblr_gethue_permalink:

  • http://gethue.tumblr.com/post/66367939672/integrate-external-web-applications-in-any-language tumblr_gethue_id:
  • 66367939672 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 categories:
  • Dev / API ---

Completed in ThailandHUE-826 brings a new way to integrate external Web application into Hue. Java apps or already existing websites can now be shown as a Hue app with little effort.

 

{{< youtube Y1FT7yAJc7s >}}

 

For example, let’s integrate Tableau:

To create a new app:

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

If you want to update the url later, change it in the ini:

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

As usual feel free to comment on the hue-user list or @gethue!