SCRUM: Artifacts

Product Backlog The product backlog is a document that contains the list of all desired work on the project. All these entries have an overall description, priority based on business value and rough estimates specified. This document is owned by the Product Owner and he/she sets the business value for each item. While the team […]

Read More

Eclipse: How to fix OutOfMemoryExceptions or just for performance improvement.

I would suggest the following changes to your eclipse environment. Please go to the eclipse shortcut and open the properties. In the Target just after the path to the .exe copy the machine specific arguments. RECOMMENDED ARGUMENTS (you can play with the exact numbers based on your machine configuration) RAM: 1GB -vmargs -Xms512m -Xmx512m -XX:PermSize=128m […]

Read More

WebSphere MQ Reason Codes

Before heading right to the MQ reason codes and their types, let’s first understand what exactly MQ codes are and what purpose they serve. Since it is evident that it is impossible to perform even a regular activity if we lack communication, this scenario also applies to applications. Applications send and receive service requests using […]

Read More