Java 3-tier Web Application
I need to setup a simple 3-tier Web Application to make modifications to it. It has to connect to a database (MySQL), have a middle layer and a front end. Since I just need a simple application setup, I think JSP Model 1 architecture should work just fine. However, I've never actually written an app and was looking for source code that I could just run (and then make whatever modifications/tests I need to that code). I am having trouble finding a small and simple app. Could anyone please suggest something? I looked at the pet store, but that's much bigger than what I'm looking for.
-Andrew

