hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Export to Java #17

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

Export the model of the DDD to a functional Java model with the properties and empty methods (with the method header). A bounded context means a package as described in the package name of the Bounded Context

hevselavierlines commented 5 years ago

Added first interfaces to support the generation of the export java files from the drawing panel. They can be grouped by the bounded contexts as each bounded context is a package (folder in the file system).

hevselavierlines commented 5 years ago

First export to Java works. Still the folder selection should be provided and a separation for exporting value objects or entities.

A value objects only supports a constructor with all values but an Entity should have both.