blurry lines between web application context layer, service layer and data access layer in spring
- by thenaglecode
I Originally asked this question in SO but on advice I have moved the question here...
I'll admit I'm a spring newbie, but you can correct me if I'm wrong, this one liner looks kinda fishy in a best practices sort of way:
@RepositoryRestResource(collectionResourceRel="people"...) public interface PersonRepository extends…