Java Workshop Notes

Collection of notes and resources for an entry-level Java workshop.

Curriculum

  1. Setup essentials, Hello World application
  2. Java language essentials - types, classes, variables, methods, conditionals, loops, exceptions, try-catch-finally, try with resources, scope, keywords
  3. Install Maven - dependency management, compilation and test execution
  4. Unit tests, TDD, JUnit
  5. Getting started with a web-app (server) with Spring Framework and Spring Boot
  6. Writing integration tests with Spring Framework
  7. ???