spring-ddd-bank icon indicating copy to clipboard operation
spring-ddd-bank copied to clipboard

Specification Pattern demo

Open Veitor opened this issue 1 year ago • 1 comments

I am curious about how to combine the Specification Pattern with the Repository Pattern. I hope the author can show a demo in the future.

Veitor avatar Apr 10 '23 03:04 Veitor

Thanks for the proposal. The evident cadidates for this pattern are the methods findYoungClients and findRichClients in the class domain.BankService. Only I fear the introduction of an additional pattern would complicate this example project. In any case I am now too occupied to think about it profoundly. But feel free to make a pull request with a solution proposal. Literature: https://www.martinfowler.com/apsupp/spec.pdf

christophknabe avatar Apr 18 '23 18:04 christophknabe