Java
-
5 Refactoring Principles by Example
This post features five (mostly well-known) refactoring principles applied when refactoring real open-source code (Gradle Modules Plugin). Context When I…
Read More » -
A New Era for Determining Equivalence in Java?
Liam Miller-Cushon has published a document simply called “Equivalence” in which he proposes “to create a library solution to help…
Read More » -
Maven Dependency Scopes
Introduction: Managing dependencies is a core feature of Maven. When defining a maven dependency, the scope attribute defines the visibility…
Read More » -
Spring Boot Error – Error creating a bean with name ‘dataSource’ defined in class path resource DataSourceAutoConfiguration
Hello guys, If you are using Spring Boot and getting errors like “Cannot determine embedded database driver class for database…
Read More » -
Perils of opinionated frameworks, like Spring Boot. Inverting for opinionated code
We developers like abstraction. Without it, we could not build applications. Our programming disciplines even require that we code to…
Read More » -
Complete Guide On TestNG Annotations For Selenium WebDriver
TestNG is a testing framework created by Cédric Beust and helps to cater a lot of our testing needs. It…
Read More » -
Best Way to Learn Java Programming Online
1. Introduction Java is one of the most widely used programming languages. According to a recent report by Github, Java…
Read More » -
Deploy a Spring Boot Application into Tomcat
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Hibernate Many To Many Tutorial
Introduction: In this tutorial, we’ll learn to define and use a many-to-many entity association using Hibernate @ManyToMany annotation. Context BuildUp: To follow…
Read More »