JSP & Servlets

“JSP & Servlets” quest will introduce you to the main concepts and development tools. You will study design patterns and development methodologies, get acquainted with build (Maven) and testing (JUnit, Mockito) tools, and find out why logging is needed. You will dive into topics related to web development: software architecture, communication protocols, servlets and servlet containers (Tomcat), become familiar with the MVC architectural pattern and learn more about web services.
- Seviye
Mevcut Maven: phases, plugins, dependencies and builds - Seviye
Mevcut Maven, part 2: Advanced use of Maven - Seviye
Mevcut JUnit 5 - Seviye
Mevcut Mockito - Seviye
Mevcut Logging - Seviye
Mevcut HTML + CSS - Seviye
Mevcut JavaScript + jQuery - Seviye
Mevcut Network structure - Seviye
Mevcut HTTP protocol - Seviye
Mevcut HttpClient - Seviye
Mevcut Tomcat: install, setup, deploy, resources - Seviye
Mevcut Servlets: doGet, doPost, session, request, response - Seviye
Mevcut JSP, JSTL - Seviye
Mevcut Software architecture, client-server architecture, MVC - Seviye
Mevcut Development methodologies - Seviye
Mevcut Design patterns - Seviye
Mevcut Design patterns, part 2 - Seviye
Mevcut Working with memory in Java - Seviye
Mevcut Concurrent - Seviye
Mevcut Apache Commons