We look at how workspaces can be used to cache Maven dependencies in Java builds in order to remove the need to download dependencies for each build.
Category: Articles
Java String Encryption Decryption Example
In this tutorial, we will see how to use AES(Advanced Encryption Standard) algorithm to string or text in Java with an example.Java support many secure encryption algorithms but some of them are weak to be used in security-intensive applications. For example, the Data Encryption Standard (DES) encryption algorithm is considered highly insecure; messages encrypted using DES have been decrypted by brute force within a single day by machines such as the Electronic Frontier Foundation’s (EFF) Deep Crack.
How to set JAVA_HOME and PATH in Linux – Step by Step Guide
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Faster start-up for Java applications on Open Liberty with CRIU snapshots – openliberty.io
CRIU is a Linux tool that can reduce start-up times of Java applications in serverless environments by enabling application instance to be resumed from snapshots. Benefits and challenges are discussed.
Backward-compatible Thread#onSpinWait with MethodHandles
Thread#onSpinWait is an interesting JDK9 addition to the Thread API, which is used as a hint that we’re inside a spin-wait loop. The method itself…
Java Connect to MySQL Database
In this post, we will see how to connect Java application with MySQL database.JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of databases.
How to copy Files from one directory to other in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
How to Convert a Lambda Expression to Method Reference in Java 8?
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Master Apache JMeter
The book “Master Apache JMeter From load testing to DevOps” provides an impressive amount of knowledge on how to successfully do performance testing with JMeter.
Optimize your code for Quarkus
My previous article, was about running a JakartaEE/MicroProfile application with minimum changes. My purpose was to keep the Java code as standard as possible so that it can keep running on other i…
Introduction to cache2k | Baeldung
Learn how to use cache2k, a lightweight in-memory Java caching library.
MicroProfile 3.3 adds updates for Metrics, Fault Tolerance, Health and more – JAXenter
Eclipse MicroProfile 3.3 is here. The incremental release focuses on aspects such as a richer integration between MicroProfile APIs and updates five APIs.
Interview with the First Java Champion in the Czech Republic – Ondrej Mihalyi
In this interview we ask questions to the recently crowned, and the first Java Champion in the Czech Republic – Ondrej Mihalyi (Payara evangelist and Service Engineer)
Open source software for healthcare in developing countries
We need your valuable expertise for the develpment of a open source software in order to improve the healthcare management process in developing countries.
What to look for in an OpenJDK Distro – JAXenter
Do you really need OpenJDK support? It can be tricky, and even dangerous in the case of enterprise use. Get all the facts here.