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.
- Antas
Available Maven: phases, plugins, dependencies and builds - Antas
Available Maven, part 2: Advanced use of Maven - Antas
Available JUnit 5 - Antas
Available Mockito - Antas
Available Logging - Antas
Available HTML + CSS - Antas
Available JavaScript + jQuery - Antas
Available Network structure - Antas
Available HTTP protocol - Antas
Available HttpClient - Antas
Available Tomcat: install, setup, deploy, resources - Antas
Available Servlets: doGet, doPost, session, request, response - Antas
Available JSP, JSTL - Antas
Available Software architecture, client-server architecture, MVC - Antas
Available Development methodologies - Antas
Available Design patterns - Antas
Available Design patterns, part 2 - Antas
Available Working with memory in Java - Antas
Available Concurrent - Antas
Available Apache Commons