Business Intelligence Calling JRXML Inside Helical Insight By admin Calling JRXML inside HDI(Helical Dashboard Insights) : - This blog will teach you how to call JRXML inside HDI(Helical Dashboard Insights) : - To call JRXML inside Helical Dashboard Insights , we need 4...
Apache Spark Installing Java and Apache Tomcat on Ubuntu By Sayali Mahale Installing Java and Apache Tomcat on Ubuntu In order to Install Java and Apache Tomcat on Ubuntu: Make sure that Java and Apache Tomcat is not present(running) on Ubuntu. Use following command to check whether Java is present or...
Javascript Using Bootstrap Modal with ReactJS By Nikhilesh Using Bootstrap Modal with ReactJS Here we will be creating a reusable React-component for Bootstrap Modal. Setup Let’s first create a skeleton for our component. Create a file bootstrap-modal.jsx which contains the following code: var BootstrapModal = React.createClass({ displayName: "BootstrapModal",...
Data Visualization DWR By Nikhilesh DWR (DIRECT WEB REMOTING) Introduction DWR, or Direct Web Remoting, is a Java open source library that helps developers write web sites that include Ajax technology. It is a RPC library which makes it easy to call Java functions from...
Javascript ReactJS 101 By Nikhilesh ReactJS 101 ReactJS is a javascript library by facebook for building state aware UI. Today we'll be looking at how to get started with it. The following examples are taken from the offical page Setup Download react from here and...
Business Intelligence Visualize.js – The Input Controls API By Shraddha Tambe Visualize.js - The Input Controls API In my first blog about visualize.js, we looked at the basics, a small introduction of the API with example. The example covered 3 basic things – authentication, report rendering and sending parameters to the...
Javascript Get form data as an object using jQuery By Nikhilesh Get form data as an object using jQuery Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab The 30 Days Free Trail jQuery has an inbuilt method serializeArray which returns the...
Business Intelligence First encounter with Visualise.js By Shraddha Tambe First encounter with Visualise.js As we all know, visualise.js is a javascript framework introduced in JasperServer 5.6, for integration of jasperserver reports & visualizations inside web applications. It is available only with commercial editions of JasperServer 5.6. Prior to 5.6,...
Javascript Working with joins in d3.js By Nikhilesh Working with joins in d3.js D3.js is a well known JavaScript library for creating charts and other visuals using HTML, SVG and CSS. At first you may feel over-whelmed by looking at the features it has to provide. But as...
Java Injecting javaScript into webview By Nikhilesh Injecting javaScript into webview We all know webview is used to show html content within your application.Some time we need to inject javascript into webview through native functionality of android. In this tutorial I am enabling a javascript function using...
Javascript 3 ways to give users, a download By Nikhilesh 3 ways to give users, a download Here are 3 of the most common ways to enable downloads on your webpage Let's Begin Anchor Link The most easiest way is to provided a direct link <a href="link_to_download.html?file=filename.ext">Download</a> But this may...
Java Sending Mail Using JavaMail API By admin Here, we are going to see how to send mail using JAVA MAIL API. First, you need mail.jar in your project. If you have, copied it otherwise you can download. Here are few notes, when you are going to create...