hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Add Services (APIs) #25

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

It should be possible for the user to create a simple API that is on the border of the Bounded Context and declares which properties are used within the service. The main implementation should not be provided and is part in the Java code.

hevselavierlines commented 5 years ago

Service elements have been added.

hevselavierlines commented 5 years ago

Services are FieldComposites with methods only. Properties will not be shown. It is also possible to change an Entity/VO/Aggregate to a Service and vice versa.