Pivoting rows into columns dynamically in Oracle Database SQL

Introduction The turning of rows to columns is a common requirement. The user can write a dynamic SQL query to turn rows to the column and vice-versa. Most of the database has some inbuilt function which helps to achieve this Read More …

IBM Cúram SPM 7.0: New Features and Updates

Introduction IBM Cúram SPM 7.0 released with new functionality and enhancement. IBM Cúram SPM 7.0 improved a lot of internal functionality related to UIM which was not compliance with the IBM generic design model. Also, it comes up with a Read More …

IBM Cúram – Entity Class Customization

Introduction This post helps IBM Cúram Developer to learn Cúram Entity Customization so it would not impact Cúram upgrade. We have followed below IBM Cúram Development Compliance Guide. ftp://public.dhe.ibm.com/software/solutions/curam/6.0.4.0/en/Developers/CuramDevelopmentCompliancyGuide.pdf   Non Evidence Entity Class Customization IBM Cúram discourages Entity class Read More …

Fake Promises (Jumla) by Rahul Gandhi & Congress

Whenever I listen to Congress leader and party president Mr. Rahul Gandhi, I asked to myself, is it true also is he telling the right things? After a few minutes, I recall Mr. Modi speeches before the 2014 election and Read More …

Litmus test for opposition parties

India is an agricultural country where 60 to 70% population of India depend on agriculture. The farmer is a backbone for every country, it does not matter whether it is America, England or any other country. Today, farmers are suffering Read More …

IBM Cúram Batch execution through eclipse

Introduction IBM Cúram Batch process execute as a standalone process and complete the job without impacting the online application. The developer can use any batch scheduler to schedule the IBM Cúram Batch job. All Batches will use the transactional (Same Read More …

IBM Cúram Batch Processing For Developer

Introduction IBM Cúram has a various mechanism to process a bulk amount of data and take action on that data. It is a very important and efficient process which remove a lot of manual work from the worker. The Batch Read More …

IBM Cúram – Customize Pre and Post Data Access for Entity

Introduction IBM Cúram has customization guidelines which have to be followed by every client in order to maintain compliance with the product. An OOTB code should customize as per provided guideline because it impacts product upgrade in the future. The Read More …

Database SQL – Bulk Insert And Update

Introduction This tutorial helps to explain and write complex SQL Query which needs to create temporary tables and does bulk update or insertion. This is a common requirement for every project where data migration required to fetch the data from Read More …

IBM Cúram 7.X Certification Important Notes

Introduction This tutorial contains important points which will help to understand the basic Cúram knowledge. These points are very significant and help to prepare for the certification exam. Please find the points in below section – This diagram (given in Read More …

IBM Cúram Analysis Documentation

Introduction The IBM Cúram Analysis Documentation Generator is a tool that technical users can download and run on a Cúram system to generate analysis documentation that is specific to that solution. Technical users can share the analysis documentation with non-technical Read More …

Dharmendra Kumar Sahu’s Achievement

 

IBM Cúram 7.X Mock Exam For Developer Part 2

Introduction This Sample IBM Cúram Quiz will help IBM Cúram Developer to enhance their skills for short and important questions which might be asked during interview/certification exam. Please start mock exam by Clicking on Start Quiz Button. ***** Please provide Read More …

How to Update SVN Commit Messages

Introduction The developers have a lot of works to do and commit code various time through SVN client. Most of the time, the developer use previous commit message to commit the new code and modify the message. Even though the Read More …

Common Eclipse Shortcuts

Introduction This tutorial contains common important shortcuts for eclipse. Please find them in below in tabular format. Add your comments, if you want to add or know any new one which is not mentioned here. Key Purpose Ctrl+Shift+L Shows all Read More …

What is Quality Assurance and What are it’s Importance?

Introduction Quality assurance (QA) is any systematic process of determining whether a product or service meets specified requirements. QA establishes and maintains set requirements for developing or manufacturing reliable products. A quality assurance system is meant to increase customer confidence Read More …

IBM Cúram Application Modules – IBM Cúram SPM 7.X

Introduction The IBM Cúram composed new category as Application Module which represents solution and enterprise modules from the IBM Cúram SPM 6.X. It is very specific to IBM Cúram SPM 7.X. Other versions of Cúram can have different components. There Read More …

IBM Cúram SPM 7.0 — Development Environment Supported Prerequisites

Introduction This post contains all prerequisites which require to setup development environment for IBM Cúram Social Program Management Platform Version 7.0.X. Please find all required software with the specific version number in the below section.   Supported Prerequisites –Development Environment Read More …

IBM Curam 7.X Mock Exam For Developer Part 1

Introduction This Sample IBM Curam Quiz will help IBM Curam Developer to enhance their skills for short and important questions which might be asked during interview/certification exam. Please start mock exam by Clicking on Start Quiz Button. ***** Please provide Read More …

Differences between Medicare and Medicaid

Introduction Medicare and Medicaid are two separate, government-run programs that were created in 1965 in response to the inability of older and lower-income Americans to buy private health insurance. They were part of President Lyndon Johnson’s “Great Society” vision of Read More …

Java Program – Quadratic Equation Solution Application

Introduction This Java Application helps to find out the value of X for a quadratic equation using the Shridharacharya formula. Sridhar Acharya (c. 870, India – c. 930 India) was an Indian mathematician, Sanskrit pundit andphilosopher. He was born in Read More …

Java Comparator Example

Introduction The Java Comparator class helps to understand how a comparator implemented in Java programming language. This program has Reporter class which and the object of this class will be used to sort by age. Please find the entire program Read More …

Java Swing – Fahrenheit to Celsius Conversion Application

Introduction This Java Swing Program helps to convert Fahrenheit to Celsius. The user has to enter the Fahrenheit and hit the enter button to allow the program to convert to Celsius.   Program Code KWFahrenheitApp.java   package com.kw.javaswing; import javax.swing.JFrame; Read More …

IBM – Cúram RateTable Generator Tool By KW Team

Introduction IBM – Cúram Rate Table is very important functionality and used by CER Ruleset. The Rate Table can be developed manually as well as using IBM Cúram admin portal. The values are dynamic and can be read based on Read More …

Java Swing Program to generate Jtable with Add, Delete & Update Operation

Introduction The Java Swing is very important Programming skills nowadays as it helps Developer to develop Java Program with GUI. This Java Swing Program helps to generate JTable. The user will add, update & delete the contents of the Table. Read More …

Java – Calendar Generator App Project using Core Java

Introduction This Application helps to generate Calendar from January to December for any year which user want to generate. The user can generate calendar for the past as well for the future. There are no restrictions to generate the Calendar Read More …

Automate Build Script – From SVN Download To Ant Target

  Introduction There is a huge and painful job when the project is big and required a lot of ant target to be executed to build the project. IBM Cúram is also a very big project and required to execute Read More …

IBM Cúram Birt Report – Bar Chart Development Example

Introduction A bar chart is a graph with rectangular bars. Each bar’s length or height is proportional to the bars’ represented values. In other words, the length or height of the bar is equal to the quantity within that category. Read More …

IBM Cúram Birt Report – PIE Chart Report Development Example

Introduction A Pie Chart is a type of graph that displays data in a circular graph. The pieces of the graph are proportional to the fraction of the whole in each category. In other words, each slice of the pie Read More …

IBM Cúram Birt Report – Tabular Report Development Example

Introduction Reporting of the data is very important part of every project as management wants to see the progress and benefit of the project. Every Project future depends on its benefits to the end user and it can measure and Read More …

IBM Cúram Birt Report – Project Configuration

Introduction This section provides information to set up IBM Cúram Project to develop Birt Reporting. The Birt Reporting related project was already available in IBM Cúram installation. Please follow steps to set up a project to develop Birt Report. Steps Read More …

IBM Cúram Birt Report

Introduction This section provides an overview of the IBM Cúram Birt report design process and environment. Designing a report involves the following tasks. You do not have to perform all the tasks in the order in which they are presented Read More …

Eclipse : Set Java File Format And Set Font Size

Introduction Eclipse is very popular IDE (Integrated Development Environment) tool which used by more than 80% of Java/J2ee developer in across the world. There are many functionalities which developer can set so it can benefit while developing a project. Every Read More …

Change Oracle password using SQL*Plus

Change or Reset Password using SQL Plus This tutorial helps to change the password using the command prompt, please follow below step by step instruction – Open the command prompts Type “sqlplus username@databasename“ Once hit enter button then it will Read More …

IBM Curam 6.X Mock Exam For Developer Part 6

Introduction This Sample IBM Curam Quiz will help IBM Curam Developer to enhance their skills for short and important questions which might be asked during interview/certification exam. Please start mock exam by Clicking on Start Quiz Button. ***** Please provide Read More …

IBM Curam 6.X Mock Exam For Developer Part 5

Introduction This Sample IBM Curam Quiz will help IBM Curam Developer to enhance their skills for short and important questions which might be asked during interview/certification exam. Please start mock exam by Clicking on Start Quiz Button. ***** Please provide Read More …

Java Program to Send Mail

Introduction This Program will help to send mail to others using Java Program. The Develop can use this  program to build an application or APP which can send notification when any action happened like task assignment, task removal, comment on Read More …

IBM Cúram – Dynamic Evidence Development With Example

Introduction IBM Cúram Framework builds using a various component like Case Management, IEG (Intelligent Evidence Gathering), Verification, Financials etc. The Evidence Management is also one of the important components in IBM Cúram and used extensively by all solutions module provided Read More …

Abstract Factory Design Pattern & Implementation Using Java

Introduction The Abstract Design Pattern is a creational Design Pattern and used to create Family of Objects. The abstract design pattern is very important to design pattern and used in a situation where the user wants to create a family Read More …

Previous experience – Interview Question With Answer

Introduction This post will help to understand and explain how to give the answer to some important questions which ask in most of the interview process. Most of the interviewer made mistake and not prepare these questions properly. These questions Read More …

System Information Application using Core Java

Introduction System Information Application helps a user to check their System (Computer/Laptop) information like Operating System Related Information & Drives information. This Application is purely written using Core Java and it will be a good learning project for all java Read More …