Hi! I'm trying to develop a simple "homework submission system" with Java. I'm working on it as a practice for java web development but it is also goint to be used by my students. I read many stackoverflow threads and decided to use just JSP, Servlet and Beans and not to use any enterprise solution, framework etc. Because this is a learning trail and I'm planning to use that technologies after understanding this part first. I have read necessary chapters from Head First JSPs and CoreServlets.
What I'm looking for is a simple architecture(I'm not sure that this is the right word) that I can go with. Or a sample application like Pet Store but just uses pure JSP/Servlet/Bean stuff as I mentioned above.
Note: I already read a bunch of MVC tutorials that include one JSP, one Servlet and one Bean but when it comes to a whole application they are not satisfying.
Thanks in advance