Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

to create an application that helps to visualize the data on the server.

I'm using java for developing the application and the QLIK API's can only be integrated with .net framework, how can this issue be handled?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Simply program in java and let the code interact with the Qlik Engine API:

http://help.qlik.com/sense/en-US/developer/#../Subsystems/EngineAPI/Content/introducing-engine-API.h...

Qlik Engine API

Overview

The Qlik Engine API is a WebSocket protocol that uses JSON to pass information between the Qlik Sense engine and the clients.

It can be used for:

  • Building a client outside a web browser (for example, in Dotnet or Java)
  • Extending the functionality of a web browser

The Qlik Engine API works on any platforms and with any programming language that include a WebSocket library.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Simply program in java and let the code interact with the Qlik Engine API:

http://help.qlik.com/sense/en-US/developer/#../Subsystems/EngineAPI/Content/introducing-engine-API.h...

Qlik Engine API

Overview

The Qlik Engine API is a WebSocket protocol that uses JSON to pass information between the Qlik Sense engine and the clients.

It can be used for:

  • Building a client outside a web browser (for example, in Dotnet or Java)
  • Extending the functionality of a web browser

The Qlik Engine API works on any platforms and with any programming language that include a WebSocket library.


talk is cheap, supply exceeds demand
Not applicable
Author

could you please guide me through the process. Please list steps regarding where to type the code? how to integrate ?......as i am new to qlik and handling the apis, i have the java code ready with me .please discuss in the form of steps from the scratch

thanks in advance