Enterprise Java
-
Proposed namespace for Jakarta EE
Disclaimer: This is my personal opinion and does not represent the view of my employer. By now everyone know that…
Read More » -
Think Twice Before Using Reflection
Introduction Sometimes, as a developer, you may bump into a situation when it’s not possible to instantiate an object using…
Read More » -
Fetching data with ORM is easy! Is it?
Introduction Almost any system operates with external data stores in some way. In most of the cases, it is a…
Read More » -
Strategy Pattern Revisited With Spring
This blog post wants to show another approach how to implement the Strategy Pattern with dependency injection. As DI framework,…
Read More » -
Selenium Testing For Effective Test Automation
While there is a substantial increment in the mobile apps market share, web apps are still prevalent with a significant…
Read More » -
JUnit 5 and Selenium – Setup the project with Gradle, JUnit 5 and Jupiter Selenium
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
All you need to know about System.gc()
In this article, we have attempted to answer the most common questions around System.gc() API call. We hope it may…
Read More » -
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More »