Java Tutorial

Delivery Checklist

Delivery Checklist

Use this checklist before teaching the course or sharing it with another instructor.

Repository State

Instructor Readiness

Learner Readiness

Live Delivery Flow

For each lesson:

Common Recovery Commands

scripts/clean.sh
scripts/reset_exercises.sh lesson_1
scripts/compile.sh lesson_1
scripts/run.sh lesson_1 exercise

For Spring Boot local serving:

scripts/serve_spring_hello_8080.sh
SERVER_PORT=8081 scripts/serve_spring_hello_8080.sh

For a full environment check:

scripts/test.sh
scripts/verify_answers.sh