What does Web 3.0 means to a technical resource?
Category: Programming
Software Development Methodologies
As these days I am writing about Scrum which is one of the agile methodologies, I though it could be nice if I can also list the other popular software development methodologies. I have listed all these and also linked them to wiki as it has one of the very good definitions and details about […]
Messages: WebSphere Application Server, Version 5.1.x
Here are some of the common messages that you may get while working with Websphere Application Server 5.1.x. I found this list at IBM publib: WSVR0001I: Server {0} open for e-business Explanation: This exception is unexpected. The cause is not immediately known. User Response: If the problem persists, see problem determination information on the WebSphere […]
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 […]
SCRUM: All the different Meetings
Sprint Planning Meeting Planning must be done at the beginning of every sprint cycle. Team selects items from the product backlog they can commit to completing Sprint backlog is created by the entire team. Tasks are identified and each is estimated (1-16 hours) Collaboratively, not done alone by the ScrumMaster An Eight hour limit applies […]
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 […]