Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlickView with Java

Hi,

We need to integrate Java(1.6 or 1.7, server not decided) with QlickView(Any compatible version).
We could not find much documentation regarding this.
Can someone provide guidelines on this.
Sharing any POC is much appreciated.


Thanks in Advance
Aparna R

6 Replies
Clever_Anjos
Employee
Employee

What kind of integration you want?

Tell us more about what are your requirements

Not applicable
Author

Hi Anjos,

Thanks for the quick reply.

We need to enable viewing of QlickView reports from a web page in Java/ J2EE application.

This application will be deployed in private cloud as SaaS.

We are in the phase of decising technologies and QlickView is the suggested BI tool.

Please let me know if you need to ahve more details.

Thanks

Aparna R

Clever_Anjos
Employee
Employee

Embedding QlikView into a WebSite (Java into your case) can be made using iframes.

If you were using .Net platform there are another solutions

Not applicable
Author

Thanks Anjos.

Read about Java Client, Java Object Client and AJAX Zero-Footprint Client (ZFC) from the QlickView documentation. Do you have any idea on which approach (iFrame or one of these) will be a better choice in SaaS Cloud model?

Do you have any PoCs using iFrames?

Thanks

Aparna R

Not applicable
Author

Hi Anjos,

Will the solution you suggested work as follows.

The QlickView server will be up and running ready to serve reports.

When the web page is loaded the url  given in the iFrame will point to the QlickView deployment and will have the necessary parameters as query strings.

Thanks

Aparna

Clever_Anjos
Employee
Employee

Java Client is an outdated client usually used into BlackBerry

Into your case, I think that opening an iFrame inside your website setting "src" element to your QlikView Server Accesspoint URL that´s one solution