Helical Insight Developing Custom Maven Plugins By Nikhilesh Writing Custom Maven Plugins In this article I would like to point you to a very handy concept i.e. writing custom maven plugins to facilitate in your build process. If you are a Java developer then you must have been...
Helical Insight Understanding Form Tag’s Target Attribute By Nikhilesh form tag has a target attribute, which can be used the control the response after the form submission. target can take one the following values: _blank: The response will be displayed in new tab/window _self: The response will be displayed...
Miscellaneous Hello World in React By Nikhilesh React is a view library by facebook. The easiest way to get started with it using jsfiddle. Here we will have a look at writing a simple Hello world in react. The following code will render "Hello World!" inside h1...
Miscellaneous Generate Data Using SQL Server Implementing in Modrian Cube By Nikhilesh Generate data upto a certain time using SQL Server and implementing in Mondrian cube In case of some scenarios in which the data is very huge i.e. it is having data of upto last 10-20 years. Now the user wants...
Jaspersoft Token Based Authentication By Nikhilesh Token Based Authentication If there is any application or portal we want to use with jasperreport server, but no single sign on environment one can go for token based authentication. Make data easy with Helical Insight. Helical Insight is the...
Java JAX-RS and Jersey api By Somen Sarkar JAX-RS & jersey JSR 311 defines REST support in java. JAX-RS uses annotations to define the REST in java classes. What is Jersey? Jersey provieds api/library for JSR 311. We can use it in implementing Restful webservices in a Java...
Business Intelligence Types of Facts in Data Warehouse By Nikhilesh Types of Facts in Data warehouse What is Fact Table? Fact Table consists of Measures/Metrics/Facts of a business process. Typically it contains two types of data. Foreign keys which are holding the primary key of Dimension Tables and the second...
Business Intelligence Data Analysis Techniques By admin Data Analysis Techniques The need and way to analyse data basically depends on the end and not on the source.That end is typically the need to perform analysis and decision making through the use of that source of data. Data...
Miscellaneous Using IFrames via Frames By Nikhilesh Using iFrames via Frames A great way to go through all the iframes on a page is by using window.frames. It returns the window itself, which is an array-like object, containing the direct sub-frames of current window. Example var frames...
Data Visualization Types of Dimensions in Data Warehouse By Nikhilesh Types of Dimensions in Data warehouse Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. What is Dimension? Dimension table contains the data about the business. The primary keys of the dimension...
Java POSIX Thread Programming By admin POSIX Thread Programming What is Thread: A thread is defined as an independent stream of instructions that can be scheduled to run as such by the...
Miscellaneous Compiling LESS to CSS using Gulp By Nikhilesh Compiling LESS to CSS using gulp LESS in one the most widely used CSS Pre-processor. It makes writing and managing CSS a breeze. Bootstrap (upto v3) also uses LESS. Here We will have a look at compiling LESS to CSS...