- Includes fully working code examples from the presentation
- Includes solutions to Java 8 Time API Examples
- Uses JUnit tests to explain how the code should behave.
- Review the Presentation on the Java 8 Date and Time API
- Install the latest version of Java 8
- Install the latest of Eclipse
- Import the
java8-timeapi-examples
project in Eclipse as a Maven project - Take a look at the Java code
- Run the JUnit tests to see how the code is expected to work
- Experiment!