Archive for February, 2009

Feb 02 2009

Repository pattern and the domain

Published by Anders under Development, Java

Ever since I read the Domain Driven Design book by Eric Evans I have been wondering a bit about the Repository pattern. Especially the part where a domain object can communicate with a repository. In most Java systems today you will have Hibernate with lazy loading which enables you to think in domain objects, but [...]

2 responses so far