Enterprise Java
-

Spring MVC Annotations
Introduction: Spring 2.5 onwards, we can use annotations to mark our Spring components. One way of doing so is to…
Read More » -

Spring Dependency Injection
Introduction: In a well-designed Java application, the classes should be as independent as possible. Such a design promotes reusability of…
Read More » -

Spring Boot Exit Codes – Create Custom Exit Code
When running a Spring Boot application, we get a system exit code of 0, when everything goes fine. For any…
Read More » -

Using @ResponseStatus for Http Status in Spring
Introduction: In Spring MVC, we can set the status of the HttpResponse in several ways. In this tutorial, we’ll achieve…
Read More » -

What To Expect From The New Version Of Selenium 4 Alpha?
All of us belonging to the testing domain are familiar with Selenium, one of the most popular open source automation…
Read More » -

@Component vs @Repository vs @Service in Spring
Introduction: With Spring’s auto-scanning feature, it automatically detects various beans defined in our application. We usually annotate our beans using…
Read More » -

Spring Core Annotations
Introduction: Spring annotations present in the org.springframework.beans.factory.annotation and org.springframework.context.annotation packages are commonly known as Spring Core annotations. We can divide them…
Read More » -

The beautiful simplicity of Apache Ranger plugin
If you are here, you already know what Apache Ranger is. It is the most popular, if not the only, way to…
Read More » -

Apache Ant 1.10.6 released – fork mode for junitlauncher and new jmod and link tasks
Apache Ant 1.10.6 has been released this week. This release contains numerous bug fixes as well as some very exciting…
Read More »



