Design Patterns web based applications [closed]
A bit decent web application consists of a mix of design patterns. I’ll mention only the most important ones. Model View Controller pattern The core (architectural) design pattern you’d like to use is the Model-View-Controller pattern. The Controller is to be represented by a Servlet which (in)directly creates/uses a specific Model and View based on … Read more