Dojo Java 8
- JDK 8 : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- GIT : https://git-scm.com/downloads
- Maven 3 : https://maven.apache.org
- IDE JAVA (Eclipse, IntelliJ, ...)
- Clone the git repo :
git clone https://github.com/2nis6mon/dojo-java8.git dojo-java8
- Open the project on your IDE
- Run all the tests from your poject. If they are GREEN you are READY to START.
- Follow the instructions (TODO) on the FunctionGenerator class
- Follow the instructions (TODO) on the BasicCollectionOperations class
- Follow the instructions (TODO) on the StreamOperations class
- Follow the instructions (TODO) on the LambdaExpert class
- Follow the instructions (TODO) on the DateOperations and FileOperations classes