Skip to main content

How to Identify Project Use Cases

I’ve spent an awful lot of time over the last few years identifying and writing use cases.   Often, I am asked a few common questions by people associated with the project – what is a use case, how do you write them, how do you identify use cases, what’s the point of them?  This posting Read More

Tags: , , ,
Posted in UML | No Comments »

A Brief Introduction To Unified Modelling Language (UML)

I want to emphasise that it is really important that both Business and IT development teams understand UML because it is a powerful communication, analysis and design tool.  An understanding of UML and how it can be used is a starting point for significantly more successful IT projects. Over the last 10 years or so Read More

Tags: , , ,
Posted in UML | No Comments »

Overriding Static Methods in Java

You can’t override static methods in Java – so here are some alternative (more OO) solutions.

Tags: , , ,
Posted in Java, UML | 1 Comment »