Since this is a simple application, I don't see any reason to go for pure MVC approach.
I think approach used by Radha MahaLakshmi is fine.
But since servlets are a big burden on web server,why don't you use a controller servlet and pass different requests to different plain
java classes. Maintain the inheritance in these java classes.