hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Create Repository #35

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

Combining the exports (#17 and #18) should create a repository that ensures a quick access from the model to the database. It should be written in JDBC code where the names of the database tables and the model classes are already known.

hevselavierlines commented 5 years ago

The Java files (#17) are exported with the repository in a zip file. This file can be imported as an "Existing Project" in Eclipse.