java-tutorials/core-java
Tarang Bhalodia a243d8494d BAEL-1524: Chain of Responsibility Design Pattern in Java (#3573)
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH

* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool

* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)

* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch

* BAEL-1524: added example for chain of responsibility design pattern

* BAEL-1524: added BDD style jUnit test to test unknown handler in ChainOfResponsibility design pattern

* BAEL-1524: refactored ChainOfResponsibility design pattern example

* BAEL-1524: refactored ChainOfResponsibility design pattern example

* BAEL-1524: updated ChainOfResponsibility design pattern example

* BAEL-1524: updated ChainOfResponsibility design pattern example
2018-02-19 17:49:48 +01:00
..
src BAEL-1524: Chain of Responsibility Design Pattern in Java (#3573) 2018-02-19 17:49:48 +01:00
.gitignore BAEL-865 - updated example code (#2029) 2017-06-09 14:32:20 +02:00
README.md added link to finalize article 2018-01-25 22:06:00 +01:00
customers.xml BAEL-1341 JDBC RowSet Interface (#3175) 2017-12-01 19:28:09 +01:00
pom.xml BAEL-1068 (#3070) 2018-01-06 18:01:49 +01:00

README.md

=========

Core Java Cookbooks and Examples

Relevant Articles: