Business Intelligence Getting Started With Drool By Sayali Mahale To create Drool Project in Eclipse After Drools plugin installation in Eclipse , Next step is to use Drools with Eclipse IDE. To create Drool project is simple and is same as the normal project which we create in Eclipse....
Business Intelligence How to Hide Input Controls from the JasperServer using Optional Jsp By Nikhilesh Here we go.. First we have to create a Jsp Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Lets Start 30 Days Free Trail Example : lets say Optional.jsp is our...
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...
Software Testing Selenium Automation Testing By K Ramakrishna Introduction to Selenium Automation Testing Automation testing is mostly helpful when a small change is made to the source code of the software, the tester has to manually test each and every functionality of the application, which takes lot of...
Helical Insight Inheritance by Borrowing a Constructor JavaScript By Nikhilesh Inheritance by borrowing a constructor will allow us to call a function and then pass an object that the function should bind to this value. So, for the sake of inheritance purpose, the child constructor calls the parent's constructor and...
Business Intelligence Introduction to BIRT By Shraddha Tambe Introduction to BIRT (Business Intelligence and Reporting Tools) BIRT is an Open source data visualization and reporting platform first released in the year 2004. It allows to pull data from a variety of data sources like SQL Databases, Web Services,...
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...
Databases Batch Updation in Hibernate By Nikhilesh Batch Updation in Hibernate JDBC has long been offering support for DML statement batching. By default, all statements are sent one after the other, each one in a separate network round-trip. Batching allows us to send multiple statements in one-shot,...
Databases Batch Insertion in Hibernate By Nikhilesh Batch-Insertion in Hibernate To enable batch-processing to upload a large number of records into your database using Hibernate. If you are undertaking batch processing you will need to enable the use of JDBC batching. This is absolutely essential if...
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 Beginners Guide to OLTP and OLAP By Sohail Beginner's Guide to OLTP and OLAP In this blog we will be looking into the introduction of OLTP and OLAP. How it is defined and how we can relate it to real-time Firstly, OLTP stands for On-line Transaction Processing and...
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...