Each module follows the MVC (Model–View–Controller) pattern for better structure and maintainability. 📁 Project Structure ServletJSPProject/ │ ├── WebContent/ │ ├── login.html │ ├── attendance.jsp │ ...