February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Scrum – Having to make crucial product decisions, and yet not aware of the overall design of the product




This is a Scrum story that does not have any easy solutions, and yet we faced these many times. It could be because our working of the Scrum process was imperfect, or could be because of the way that the relationships between the Scrum team and the Product Owner were setup. So, if any of [...]



How does the Scrum team decrease the difference between Capacity and Velocity (contd..) ?




I have been covering a series of posts on the topic of how to improve the Velocity of the Scrum team (how to improve the Velocity of the Scrum team). In this post, I will continue on the same line and mention some more points that can help in increasing the effectiveness of the Scrum [...]



Software Components




Components are the software units that are context independent, both in the conceptual and the technical domain. A component contain a self-contained entity that exports functionality to its environment and also imports functionality from its environment using well defined and open interfaces. Components may support their integration into the surrounding by providing mechanics such as [...]



Object Definition language (ODL)




Object Definition Language (ODL) is the specification language defining the interface to object types conforming to the ODMG Object Model. Often abbreviated by the acronym ODL. This language’s purpose is to define the structure of an Entity-relationship diagram.

- Class Declarations * interface < name > {elements = attributes, relationships,methods } – Element Declarations * [...]