aa2822c5fc
* Understanding Process * Refactored names * Refactored junit names based on document guidance * Added alive * renamed junits as behavior Driven requirements * Added alive method junit * added waitFor method time interval junit * getOutputStream * changed exception * dummy commit * Dummy Commit with blank lines * Fixed assert and commented @Test * fixed asserts * Replaced System.out.println with logging * replaced system.out.println with logging * Dummy commit to ensure clean build * Renamed Junit * Fixed extra spaces and typo * Uncommented @Test for 3 methods |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
compile-httpclient.bat | ||
compile-modules.sh | ||
compile-simple-modules.sh | ||
compile-student-client.bat | ||
compile-student-model.bat | ||
compile-student-service-dbimpl.bat | ||
compile-student-service.bat | ||
pom.xml | ||
run-httpclient.bat | ||
run-simple-module-app.sh | ||
run-student-client.bat | ||
run-student-client.sh |
README.md
=========
Core Java 9 Examples
Relevant Articles:
- Java 9 Stream API Improvements
- Java 9 Convenience Factory Methods for Collections
- New Stream Collectors in Java 9
- Java 9 CompletableFuture API Improvements
- Spring Security – Redirect to the Previous URL After Login
- Java 9 Process API Improvements
- Introduction to Java 9 StackWalking API
- Introduction to Project Jigsaw
- Java 9 Optional API Additions
- Java 9 Reactive Streams
- Java 9 java.util.Objects Additions
- Java 9 Variable Handles Demistyfied
- Exploring the New HTTP Client in Java 9
- Method Handles in Java
- Introduction to Chronicle Queue
- A Guide to Java 9 Modularity
- Optional orElse Optional
- Java 9 java.lang.Module API
- Iterate Through a Range of Dates in Java