Enterprise Java
-
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 » -
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 » -
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 »