crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

Finish the implementation of the example cartridge kissmda-cartridges-simple-java #3

Closed lofidewanto closed 12 years ago

lofidewanto commented 12 years ago

We need to finish this example implementation.

In this cartridge (kissmda-cartridges-simple-java) we only generate the interfaces as Java interfaces.

lofidewanto commented 12 years ago

Change the Interface stereotype to Entity stereotype because this is most common in all cartridge developments, see oAW and AndroMDA.

lofidewanto commented 12 years ago

The last thing to do is the relationship between the classes which has to be generated as well.

lofidewanto commented 12 years ago

In UML 2 metamodel you have all the relationships as "properties", so this is easier than I thought.

In the "kissmda-app-test" I added a unit test which tests the "simple" domain model.

Done, everything is pushed to Git.