Java
-
Spring Boot for war
Spring Boot supports the following embedded servlet containers: Tomcat Jetty Undertow You can use Maven, Gradle, or Ant/Ivy as build…
Read More » -
Appium vs Selenium – Architecture, Functionality, Applications, and Everything in Between
It’s perhaps difficult to remember life before smartphones. Today, mobile phones have transformed dramatically to become the information and communication…
Read More » -
Migrating to Jakarta EE 9
Jakarta EE 9 is out, and with it the namespace change from javax.* to jakarta.*. When we talk about the…
Read More » -
AWS SDK 2 for Java and storing a Json in DynamoDB
AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value…
Read More » -
Processing real-time data with Storm, Kafka and ElasticSearch – Part 3
This is the third part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In…
Read More » -
Parameterized Tests in JUnit 5
A parameterized test allows you to run a test against a varying set of data. If you find yourself calling…
Read More » -
Discover Our Range of Geocoding Functionality API Service Capabilities
Helping You Find Your Way with Geocode’s API The Company Behind Geocodeapi SaaS Industries back Geocodeapi. SaaS Industries is an…
Read More » -
Introduction to GraalVM (Community Edition): Revolution or Evolution?
1. Introduction Over the last couple of years we have witnessed the astonishing pace and scale of the innovations in…
Read More » -
ThreadLocal in Java – Example Program and Tutorial
ThreadLocal in Java is another way to achieve thread-safety apart from writing immutable classes. If you have been writing multi-threaded…
Read More »