Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 4.01 KB

README.md

File metadata and controls

77 lines (52 loc) · 4.01 KB

Spock provides highly expressive specification language, DSL. Key Selling points for using spock:

- https://www.callicoder.com/java-8-completablefuture-tutorial/
- **http://codingjunkie.net/completable-futures-part1/**
- https://blog.krecan.net/2013/12/25/completablefutures-why-to-use-async-methods/
- http://www.deadcoderising.com/java8-writing-asynchronous-code-with-completablefuture/

jar cvfe simple.jar com.codewithme.bhochhi.Main -C bin/ com this creates the simple.jar in current directory with com.codewithme.bhochhi.Main as entry class in manifest.mf file using the files inside bin/ directory.

[design patterns implemented in java]9https://github.com/iluwatar/java-design-patterns)