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.
- Level 1
Verfügbar Maven: phases, plugins, dependencies and builds - Level 2
Verfügbar Maven, part 2: Advanced use of Maven - Level 3
Verfügbar JUnit 5 - Level 4
Verfügbar Mockito - Level 5
Verfügbar Logging - Level 6
Verfügbar HTML + CSS - Level 7
Verfügbar JavaScript + jQuery - Level 8
Verfügbar Network structure - Level 9
Verfügbar HTTP protocol - Level 10
Verfügbar HttpClient - Level 11
Verfügbar Tomcat: install, setup, deploy, resources - Level 12
Verfügbar Servlets: doGet, doPost, session, request, response - Level 13
Verfügbar JSP, JSTL - Level 14
Verfügbar Software architecture, client-server architecture, MVC - Level 15
Verfügbar Development methodologies - Level 16
Verfügbar Design patterns - Level 17
Verfügbar Design patterns, part 2 - Level 18
Verfügbar Working with memory in Java - Level 19
Verfügbar Concurrent - Level 20
Verfügbar Apache Commons