【问题标题】:Integrate qlik sense into my web app将 qlik sense 集成到我的网络应用程序中
【发布时间】:2017-04-07 10:27:59
【问题描述】:

我目前正在使用桌面版开发一个 qlik sense 应用程序,我想做的是能够将我的 qlik 应用程序(及其所有混搭和扩展)集成到我的网络应用程序中。

我正在为我的应用程序使用 tomcat .(java)

整合的过程对我来说还是有点模棱两可。我从文档和其他研究中了解到,有两种方法可以进行集成:

 - A "free one" : install  the sense desktop edition when my app-server is getting installed, change the path of the sense repositries to where my server is (c:/) and change the settings.ini  with a script; (i don't know if it's a must that the C:\Users\<UserName>\Documents\Qlik\Sense stays at where it is or can be removed else where).


 - a "payed one" : using the qlik sense server but i don't know how to let it be in the same domain as my web app just by using a script.

如果有人能告诉我这两种方法是否可行,并帮助我了解如何部署它们而无需客户参与这两种方法的过程,我将非常感激。

【问题讨论】:

    标签: java web-applications integration qliksense


    【解决方案1】:

    不要以为有可以处理通信的java lib。官方的例子在 JS/Nodejs 中,见过有人用 Python。您需要使用 Web 套接字 API 构建自己的通信层。

    您也不能为此目的使用个人版。 PE 仅支持 localhost 作为来源(据我所知)。

    QS Server 可以再次使用,你需要找到一种从 Java 调用 api 层的方法。

    【讨论】:

    • 您好,谢谢您的回答。我不知道如何建立自己的通信层你有任何可以帮助我的链接吗?我可以使用 js,但我不知道如何,请您给我这些示例的链接。我怎么知道用户将在哪里安装感知服务器。谢谢。
    • 我不能使用这个:help.qlik.com/en-US/sense/3.1/Subsystems/Installation/Content/… 并获取“userwithdomain”然后一些如何将它发送到我的应用程序,我可以通过配置的主机名获取应用程序表是“userwithdomain”。我说对了吗,请告诉我你的想法?
    猜你喜欢
    • 1970-01-01
    • 2015-09-07
    • 1970-01-01
    • 2022-11-12
    • 2014-09-18
    • 1970-01-01
    • 2022-06-30
    • 2017-07-03
    • 2020-06-18
    相关资源
    最近更新 更多