Collection of notes and resources for an entry-level Java workshop.
- Setup essentials, Hello World application
- Java language essentials - types, classes, variables, methods, conditionals, loops, exceptions, try-catch-finally, try with resources, scope, keywords
- Install Maven - dependency management, compilation and test execution
- Unit tests, TDD, JUnit
- Getting started with a web-app (server) with Spring Framework and Spring Boot
- Writing integration tests with Spring Framework
- ???