Let’s find how to import a certificate in our keystores using the keytool command.
Also find me here:
Baeldung Author
Donato Rimenti
I'm a passionate and highly motivated Java developer, who really likes challenges and creative problem solving. I also like to automate common tasks and optimize them the best I can. I'm a fast-learner: I like studying new technologies and constantly applying my knowledge in practical situations. I strongly believe that good code has to be elegant and nice to look at, clean and well documented: this is my aim as a developer.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (6)
- Persistence (2)
- DevOps (2)
- Testing (1)
- Spring MVC (1)
- Security (1)
- Programming (1)
- NoSQL (1)
- Maven (1)
- Jakarta EE (1)
- Algorithms (1)
Accessing Maven Properties in Java
Filed under Maven
Learn how to access Maven properties in Java.
Java-R Integration
Filed under Programming
Learn about some of the most common ways of integrating R code into Java.
List All Redis Databases
Filed under DevOps, Persistence
Learn several ways to list all databases in a Redis instance.
Guide to the @Serial Annotation in Java 14
Filed under Java
Learn how to apply the @Serial annotation in Java 14 to assist with compile-time checks on serializable properties of a class.
Synthetic Constructs in Java
Filed under Java
Learn about the compiler-added binding code pieces that enable transparent usage of some of Java’s features
Display RSS Feed with Spring MVC
Filed under Spring MVC
Learn how to publish your own RSS feed using Spring MVC
Introduction to Dagger 2
Filed under Java
Learn about compile-time dependency injection with Dagger 2 and how it compares to Spring.
Double-Checked Locking with Singleton
Filed under Java
Learn about double-checked locking and its alternatives to tackle synchronization problems
A Simple Tagging Implementation with MongoDB
Filed under NoSQL, Persistence
Learn how to implement a tagging mechanism with MongoDB.
Multi-Swarm Optimization Algorithm in Java
Filed under Algorithms
Learn how to implement a Multi-swarm optimization algorithm in Java.
Flyweight Pattern in Java
Filed under Java
A quick and practical introduction to the principles of Flyweight Design Pattern.
Creating and Configuring Jetty 9 Server in Java
Filed under DevOps, Jakarta EE
A quick and practical example of setting up a Jetty server in Java.
JUnit 5 @Test Annotation
Filed under Testing
A quick and practical guide to the @Test annotation in JUnit 5.
Baeldung on Linux
- All
- Search (1)
- Scripting (1)
- Administration (1)
Run a Script on Startup in Linux
Filed under Administration, Scripting
Learn different options for executing a script on startup in Linux
Find and tar Files
Filed under Search
Learn several ways to find files and then add them to a tar archive from the command line.