I am working on a Java project to run on Google App Engine. I started with coding in JSP/Servlets. Now after few classes, I am seriously thinking about using an MVC framework.
My question is, is there a best way to code a simple MVC framework? I understand, the best approach is to choose one (Spring MVC/Slim/Play etc).
But I want to learn about best practices to use MVC without a framework.