Enterprise Java
-
Top 5 NoSQL Database Programmers Should Learn in 2019
Though it’s not mandatory for a Java or Web developers to learn NoSQL database the world is moving in that…
Read More » -
Is Spring Reactive already obsolete? Inversion of Thread Coupling
Beyond Spring’s Dependency Injectiononly solving 1/5 of the Inversion of Control problem, Spring Reactive bases itself on the event loop.…
Read More » -
Load Testing Web Apps Using Apache JMeter
Apache JMeter is an excellent tool for simulating user load on a web application in order to test performance. You…
Read More » -
Integrating Amazon Cognito With Single Page Application (Vue.js)
In this article, we will look at authenticating Single page application (built using Vue.js) with Amazon Cognito using OAuth protocol.…
Read More » -
Identifiers In Hibernate
Introduction: Identifiers in Hibernate model the primary key attribute of an entity. It helps us to uniquely identify a JPA…
Read More » -
Selenium alternatives everyone is talking about – Choose wisely!
What is Selenium? Selenium is a suite of web browser automation tools to automate browsers across a range of platforms.…
Read More » -
Locating Elements by TagName In Selenium
Selenium locators are your key when dealing with locating elements on a web page. From the list of locators like…
Read More » -
Integrate Spring Boot Application with Amazon Cognito
In this article, we will show how to use Amazon Cognito service for authentication users in a Spring Boot application…
Read More » -
A complete tutorial on the Drools business rule engine
As always we share the code presented in the tutorial in a companion repository: EmailSchedulingRules. Business rules work very well…
Read More »