* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* fixed exception based tests
* removed redundant files
* added network interface project
* used UUID other than timestamps
* fixed network interface tests
* removed filetest change
* made changes to NIO2 FileTest names
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* fixed exception based tests
* removed redundant files
* added network interface project
* used UUID other than timestamps
* fixed network interface tests
* removed filetest change
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* fixed exception based tests
* removed redundant files
* added network interface project
* used UUID other than timestamps
* An example of a test using a WebAppConfiguration annotation
* Giving the test the appropriate formatting
* A example of a test that uses WebAppConfiguration without the need of a MockMvc object
* Adding model class and test cases class to show the use of the forEach loop.
For article "A guide to Java 8 forEach"
* Examples used in article "Guide to Java 8 forEach"
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* fixed exception based tests
* removed redundant files
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* standardized exception based tests
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* added project for nio2
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* requested changes made
* Expression-Based Access Control
PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security
* Added test cases for Spring Security Expressions
* Handler Interceptor - logging example
* Test for logger interceptor
* Removed conflicted part
* UserInterceptor (adding user information to model)
* Spring Handler Interceptor - session timers
* Spring Security CSRF attack protection with Thymeleaf
* Fix and();
* Logger update
* Changed config for Thymeleaf
* Thymeleaf Natural Processing and Inlining
* Expression Utility Objects, Thymeleaf
* listOfStudents edited
* Thymeleaf layout decorators
* Executable Jar with Maven
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* refactored student store indexing to zero base
* added unit tests, removed bad names
* added NIO Selector project under core-java module
* Add new module for mocks comparison.
* Add sources for testing.
* Changes on testCase.
* Enter some tests for mockito.
* More tests for Mockito.
* Even more tests.
* Add the rest of the mocking libraries.
* Javadoc on test.
* Test bare bones for EasyMock.
* Fist kind of test and setup.
* Add tests using EasyMock with a change on LoginService.
* Create LoginControllerTest.java
* Test setup
* [JMockit] No method called test.
* [JMockit] Two methods called test.
* [JMockit] One method called test.
* [JMockit] Exception mock test
* [JMockit] Mocked object to pass around test.
* [JMockit] Custom matcher test.
* [JMockit] Partial mocking test.
* [JMockit] Fix with IDE.
* Not stubs. Mocks. MOCKS!!!
* Remove unnecesary import.
* Use correct encoding. Was having problems with buildings.
* Remove failing module.
* Create new module mocks and move mock-comparisons there.
* Add jmockit module.
* Add model class.
* Add collaborator class.
* Add performer class.
* Add performer test.
* Fix
* Add interface for tests.
* Test for any.
* Test for with.
* Test for null.
* Test for times.
* Test for arg that.
* Test for result and returns.
* Test for delegate.
* Add verifications to any tests.
* Add verifications to with test.
* Add verification examples to methods using null.
* Add verifications to methods using times.
* Formatting.
* Compress tests and fix one test.
* Adding new article to readme.
* [BAEL-178] Add collaborator for advanced article.
* [BAEL-178] Add link to readme.
* [BAEL-178] Add test for mockUp.
* [BAEL-178] Add test for invoke method.
* [BAEL-178] Add constructors and tests for mockup for constructors.
* [BAEL-178] Add private fields and more test for deencapsulation.
* [BAEL-178] Add inner class and test for instantiating inner classes.
* [BAEL-178] Multimocks.
* [BAEL-178] Add test for expectation reusing.
* [BAEL-178] Move test class to tests folders.
* Add postgresql dependency.
* Add test and config with properties.
* [BAEL-114] Add new project for JPA with JNDI.
* [BAEL-114] Config without xml.
* [BAEL-114] Bring part of Foo, FooServie and FooDao.
* [BAEL-114] Show all foos.
* [BAEL-114] Readme.
* [BAEL-114] Undo changes on main jpa project.
* [BAEL-114] Remove unnecesary dependencies.
* [BAEL-114] Add tomcat config.
* [BAEL-114] Fixes.
* Add tests for Optional streams.
* Add Java 9 version of the test.
* Rename and move to new core-java-9 module.
* Move contents from spring-jpa-jndi to spring-jpa and make necessary changes.
* Do not use try-catch on configuration.
* Add example for FileNotFoundException mini-article.
* Add more examples.
* Change examples to tests.
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java
* added project for routing in play
* made changes to regex project
* refactored code for REST API with Play project
* Add new module for mocks comparison.
* Add sources for testing.
* Changes on testCase.
* Enter some tests for mockito.
* More tests for Mockito.
* Even more tests.
* Add the rest of the mocking libraries.
* Javadoc on test.
* Test bare bones for EasyMock.
* Fist kind of test and setup.
* Add tests using EasyMock with a change on LoginService.
* Create LoginControllerTest.java
* Test setup
* [JMockit] No method called test.
* [JMockit] Two methods called test.
* [JMockit] One method called test.
* [JMockit] Exception mock test
* [JMockit] Mocked object to pass around test.
* [JMockit] Custom matcher test.
* [JMockit] Partial mocking test.
* [JMockit] Fix with IDE.
* Not stubs. Mocks. MOCKS!!!
* Remove unnecesary import.
* Use correct encoding. Was having problems with buildings.
* Remove failing module.
* Create new module mocks and move mock-comparisons there.
* Add jmockit module.
* Add model class.
* Add collaborator class.
* Add performer class.
* Add performer test.
* Fix
* Add interface for tests.
* Test for any.
* Test for with.
* Test for null.
* Test for times.
* Test for arg that.
* Test for result and returns.
* Test for delegate.
* Add verifications to any tests.
* Add verifications to with test.
* Add verification examples to methods using null.
* Add verifications to methods using times.
* Formatting.
* Compress tests and fix one test.
* Adding new article to readme.
* [BAEL-178] Add collaborator for advanced article.
* [BAEL-178] Add link to readme.
* [BAEL-178] Add test for mockUp.
* [BAEL-178] Add test for invoke method.
* [BAEL-178] Add constructors and tests for mockup for constructors.
* [BAEL-178] Add private fields and more test for deencapsulation.
* [BAEL-178] Add inner class and test for instantiating inner classes.
* [BAEL-178] Multimocks.
* [BAEL-178] Add test for expectation reusing.
* [BAEL-178] Move test class to tests folders.
* Add postgresql dependency.
* Add test and config with properties.
* [BAEL-114] Add new project for JPA with JNDI.
* [BAEL-114] Config without xml.
* [BAEL-114] Bring part of Foo, FooServie and FooDao.
* [BAEL-114] Show all foos.
* [BAEL-114] Readme.
* [BAEL-114] Undo changes on main jpa project.
* [BAEL-114] Remove unnecesary dependencies.
* [BAEL-114] Add tomcat config.
* [BAEL-114] Fixes.
* Add tests for Optional streams.
* Add Java 9 version of the test.
* Rename and move to new core-java-9 module.
* Move contents from spring-jpa-jndi to spring-jpa and make necessary changes.
* Do not use try-catch on configuration.
* Add example for FileNotFoundException mini-article.
* made changes to java reflection
* removed redundant method makeSound in Animal abstract class
* added project for play-framework article
* added project for regex
* changed regex project from own model to core-java