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:
Completed in Thailand, HUE-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!