The article demonstrates the Lambda expressions using Calculator (interface) code samples. It also makes use of Functional interfaces from java.util.function…
The article presents some of the frequently asked interview questions in relation with unit testing with Java code. Please suggest…
The article describes the configuration one would need to create WAR file for an Eclipse-base web application (Dynamic Web) project.…
The article lists down two most commonly used folder structure for a Spring MVC/Hibernate based web application project. In fact,…
The article aims to briefly describe key concepts of Gradle along with providing code samples for hello world. The intended…
The article lists down steps one need to take in order to get up and running with Spring MVC 4…
The article lists down some of the questions I happen to discuss with candidates appearing for mobility architect/lead position. These…
The article represents steps required to configure Tomcat 8 with Eclipse Kepler. Download Tomcat 8 and place it within any…
The article represents steps required to get started with Bootstrap (UI) with Eclipse IDE while working with a dynamic web…
The article presents a perspective and some code samples on how one could some cool stuff with Test-driven development (TDD)…
The article lists down Law of Demeter Violations and presents solutions on how to fix them. The code samples are…
The article lists down some good reads (from different webpages on internet) on unit testing concepts such as mocking, stubbing…
The article represents code samples for Junit tests and Mockito, a mocking framework. In addition, it describes different aspects of…
The article presents an example of unit tests which tests both happy path and exception scenario. Business Requirement User trying…
The article presents a perspective on how unit tests could be written in a way that they could be used…
The article represents a framework using which one could plan their content for taking an introductory session on their applications.…