This is the classic Model 2 (MVC) architecture: HTML/CSS = View, Servlet = Controller, DAO/JDBC = Model. Browser (HTML/CSS3) ---> Servlet (Controller) ---> DAO (JDBC ...