Appearance
Module 13 · Build, Tooling & Ecosystem
Beyond the 1Z0-830 exam
The exam never asks about Maven, Gradle, or logging — but you can't run the labs, manage dependencies, or ship real Java without them. This module covers how real projects are built, depended-on, and observed.
How real Java projects are built and wired together: Maven (the build this repo's labs use), Gradle, dependency/version management, and logging done properly.
Lessons
| # | Lesson | What it covers |
|---|---|---|
| 01 | Maven | POM, lifecycle/phases, dependency scopes, plugins, running the labs. |
| 02 | Gradle (basics) | Build scripts, tasks, dependencies; Maven vs Gradle. |
| 03 | Dependencies & Logging | SemVer, transitive conflicts; SLF4J/Logback, log levels. |
Track your progress
Module Mini-Exam
A mixed quiz over this module. Since this is beyond-exam material, treat it as a self-check rather than exam simulation.
Mini-Exam
- 7 questions
- 12 minutes
- 7 total points
- Pass: 5 pts (68%)