Agile & Lean Management

Refactoring the Software Development Process

Browsing Posts tagged datamodel

In this mini-series of one post, I’ll show you how to generate SQL-script from an UML model. First, you need a model. This can be any model, but here I use an UML model. The class diagram on the left shows a simple model consisting of a parent class and a related child class. Both [...]

If you want to master the art of model-driven code generation, an essential thing you need is a model of some kind. Maybe you are in desperate need of Kate Moss, but that’s not the kind of model I talking about. I mean some kind of data model. Preferably, you describe your model in UML. [...]