Miscellaneous JMX -Java Monitoring Extension By Somen Sarkar Java Monitoring Extension JMX is one of the most useful way in java environment to debug applications. We can use different JMX tools to connect to the JMX port and monitor the status of our application. Information of the memory usage,...
Business Intelligence Jaspersoft Server External Database Authentication By admin JasperServer External Database Authentication Jasper Report Server can...
Business Intelligence Profile Attribute to list in Jaspersoft Reports By Nikhilesh Convert Comma Separated Profile Attribute to list in Jasper Reports As we know, we can add profile attribute to jasper server but which accepts only string type parameter. So this blog will help you to convert string profile attribute...
Software Testing Software Development Life Cycle (SDLC) By K Ramakrishna Software Development Life Cycle (SDLC): Our focus here about software development life cycle (SDLC). So, due to that different types of projects have different requirements. SDLC aims to produce high quality systems that meet or exceed customer expectations,reaches completion within times and...
Miscellaneous Must watch talks from React Europe By Nikhilesh Must watch talks from React Europe If you are an react developer, you must have heard about react-europe. It's a conference where developers from different parts of the world come together and share their experiences and knowledge while using `React.js`....
Miscellaneous Expanding Tables (DataTables) By admin Table Expansion Table Expansion refers to the ability of a table to open up an extra block and display additional data about the selected row. For example, a table might be showing the details of the different departments in a...
Miscellaneous Cacti Installation in Windows By Sayali Mahale Cacti Installation in Windows Cacti is a complete network graphing solution which is frontend tool to RRDTool. Cacti frontend is completely PHP driven. It maintains the graphs as well as handles the data gathering. Make data easy with Helical...
Databases Mongo DB Aggregation – Part I – Single Purpose Aggregation Operations By Shraddha Tambe Mongo DB Aggregation(Part 1) - Single Purpose Aggregation Operations MongoDB offers more than one ways of aggregating data stored in a collection. It has a flexible datamodel and gives us tools to write some pretty complex queries and derive results...
Business Intelligence Restrict Menu Items by Role in Jasper Server By Nikhilesh Restrict Menu Items by Role in Jasper Server We can use role-based customizations to control access to menus. The example here shows how to control access to menu items. In this example scenario, we wish to hide Create Report, Dashboard,...
Business Intelligence How to Customize Bootbox.js Prompt Options By Nikhilesh There is bootbox.dialog if we want to customize bootbox modal. The only change that goes is to change the message string. In bootbox.dialog, the message doesn't have to be plain text. It can be HTML too. And hence it can...
Front End 3 Types Of Web Application Architecture By Nikhilesh 3 Types Of Web Application Architecture First, we'll define a web application: It is a client-server application - there is a browser (the client) and a web server. The logic of a web application is distributed among the server and...
Business Intelligence Audit Logs in Pentaho Data Integration (PDI) By Nikhilesh Audit Logs in Pentaho Data Integration Audit Logs at Job level and Transformation Level are very useful for ETL projects to track the details regarding Job name, Start Date, End Date, Transformation Name, Error,Number of Lines Read, Number of Line Write,...