Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract the application core from infrastructure #20

Merged
merged 7 commits into from
Nov 14, 2019

Conversation

baldram
Copy link
Owner

@baldram baldram commented Nov 14, 2019

No description provided.

The refactoring step in preparation for domain module extraction.
The refactoring step in preparation for domain module extraction.
Extracted the domain part from the service.
Extract configuration adapter
It's hard to find a good solution for extracting the JPA from the core.
So JPA-entity is part of domain for now. By splitting the domain from
entities, there is a risk of loosing lazy-loading opportunities,
clear transaction boundaries, orphan deletion and so on.
For now it's kind of a trade-of by putting JPA within the core-layer.
@baldram baldram merged commit c9897fe into master Nov 14, 2019
@baldram baldram deleted the modules_extracting_step2 branch November 14, 2019 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant