Have I implemented a n-tier application with MVC correctly?
问题 Being pretty unfamiliar with design patterns and architecture, I'm having trouble explaining to others exactly how my latest application is designed. I've switched between thinking it's a pure n-tier, pure MVC and n-tier with MVC in the presentation layer. Currently I think the latter is correct, but I want thoughts from more experienced developers. How it works: Browser sends HTTP request to Tomcat. Maps the request via web.xml to a servlet (which I call controller) The controller