* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Improve dates diff: for dates and datetimes
* Move difference between dates from core-java to libraries
* Burlap & Hessian server added
* Burlap & Hessian client work
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Burlap & Hessian client work
* Fixed main
* Fixed main
* Fixed formatting
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed POM
* Vertx / RxJava example
* BAEL-776 - Vertx and RxJava
* BAEL-776 - Vertx and RxJava
* Removing old code
* Removing old code
* Removing old code
* Removing old code
* Updated design for Adapter pattern
* Updated test cases for new design
* Adding test cases for "how to delete a directory"
* Removing .gitignore from Empty folder
* Adding .gitignore to Empty folder
* Updated method names and removed unnecessary imports
* Removed toBedeleted folder from src/test/resources. Updated the test
case to create the directory on the fly using a temporary location
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Improve dates diff: for dates and datetimes
* Add example of different types of bean injection
* BAEL-1080 Introduction to Future and Pattern Matching in Vavr
* Update future with Pattern Matching
* remove unused files
* Update future unit test of cancelled Future
* remove unused import
* delete unused files
* using await() on future to wait until future completed instead of using while(true)
* Add Awaitability to FutureTest, avoid using while loop
* format code
* BAEL-1076 How to get a number of digits in an int?
Six different ways to find the number of digits in an integer.
* BAEL-1076 How to get a number of digits in an int?
* Update NumberOfDigits.java
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
* added example code for bytebuddy
* added example code for PCollections
* update pom
* refactored tests for PCollections
* spring security xml config
* spring security xml config
* remove redundant comment
* example code for apache-shiro
* updated example code for Vavr Collections
* updated Vavr's Collection example
* updated Vavr Collection file
* updated example code for Apache Shiro
* Different types of bean injection in Spring
* Difference between two dates in java
* Update README.md
* Simple clean of difference between dates
* Clean my test article
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!
* Corrected test case.
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!
* added updated example codes
* updated example code StringToCharStream
* deleted StringToCharStream.java locally
* removed redundant file
* added code for apache commons collection SetUtils
* refactored example code
* added example code for bytebuddy
* added example code for PCollections
* update pom
* refactored tests for PCollections
* spring security xml config
* spring security xml config
* remove redundant comment
* example code for apache-shiro
* updated example code for Vavr Collections
* updated Vavr's Collection example
* updated Vavr Collection file
* Different types of bean injection classes are added.
* JUnit Tests for Zoo and Forest Class
* Necessary dependency is added to pom.xml
* Updated pom.xml
Carried dependency to into another dependency tag.
* dependency added.
* dependency is carried.
* dependency is added.
* A test dependency is added.
* dependency is changed.
* Dependency is changed.
* Test classes are changed and moved.
* test correction
* correction
* String vs CharSequence
* unnecesseray files are deleted.
* correction
* Assert statemenet is changed from java to junit
* Assert is changed.
* changed the name of the test methods.
* Example Code For Evaluation Article
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
* Added unit tests
* Minor changes to application context
* Removed code committed for evaluation article
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Exploring the Spring MVC URL Matching Improvements
* BAEL-944 Code Formatting and solving build issue
* BAEL-944 Resolving build issue due to change in Spring version
* BAEL-944 Resolving build issue
* BAEL-944 Formatting code
* BAEL-944 Moving tests to correct package
* BAEL-944 Moving tests to correct package
* BAEL-944 Replacing @RequestMapping by @GetMapping
* BAEL-944 Remove unnecessary attribute name, "value" in annotations
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Intro to Activiti with Spring
* BAEL-79 Adding activiti module to the parent modules
* BAEL-79 Using latest version
* BAEL-79 Update Spring boot version that works with Activiti
* BAEL-79 Replace RequestMapping with GetMapping
* BAEL-79 Use Java 8 Syntax
* BAEL-79 Formatting
* BAEL-79 changed module name
* BAEL-378 A Guide to Activiti with Java
* BAEL-79 Fixed unit tests
* BAEL-79 Simplified the process
* BAEL-79 Fix test cases
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave
* BAEL-1045 Lambda Behave