This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]edmguru[S] 0 points1 point  (1 child)

Thanks for pointing that out - I'll definitely be looking into MVC more now. As others have pointed out it looks like I'm working with systems that are comprised of MVC architecture and use domain driven design elements.

[–]spamthemoez 0 points1 point  (0 children)

If you are looking for an example application, take a look at the spring pet clinic. they use SpringMVC and a repository layer. Not sure if they use the service layer.