Learn how to create and add files to a JAR programatically.
Also find me here:
Baeldung Editor
Loredana Crusoveanu
I'm a software developer specializing in back-end web development using Java and related technologies. For the past 5 years I've been working on delivering enterprise e-commerce projects.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Testing (10)
- Core Java (10)
- Spring Boot (8)
- Java (8)
- Spring (7)
- Spring Cloud (6)
- DevOps (5)
- Spring MVC (4)
- REST (4)
- Jakarta EE (4)
- JPA (4)
- IDE (4)
- Algorithms (4)
- Spring Security (3)
- Security (3)
- Maven (3)
- Java IO (3)
- Data (3)
- Persistence (2)
- NoSQL (2)
- Java Dates (2)
- Groovy (2)
- Cloud (2)
- Spring Persistence (1)
- Reactive (1)
- Java Numbers (1)
- Java Concurrency (1)
- Java Array (1)
- JVM (1)
- HTTP Client-Side (1)
- Architecture (1)
JPA Support – State of the Tools Ecosystem in 2021
Filed under JPA
An overview of the JPA plugins available for IntelliJ and Eclipse
Character#isAlphabetic vs. Character#isLetter
Filed under Core Java
Understand the difference between the isAlphabetic() and isLetter() methods of the Java Character class.
Guide to JUnit 4 Rules
Filed under Testing
Learn how to use the JUnit 4 Rules Model to extend the behavior of JUnit tests
Implementing the Oauth 2.0 Authorization Framework Using Jakarta EE
Filed under Jakarta EE, Security
This article shows an example of implementing the OAuth2 Authorization Framework using Java EE and MicroProfile.
Debugging with Eclipse
Filed under IDE
Have a look at some useful tips and tricks for debugging Java programs using Eclipse
Depth First Search in Java
Filed under Algorithms
A guide to the Depth-first search algorithm in Java, using both Tree and Graph data structures.
Transferring a File Through SFTP in Java
Filed under Java IO
Have a look at a few Java libraries that allow you to upload and download files through STFP.
Key Value Store with Chronicle Map
Filed under Data
Learn how to store and retrieve key-value pairs in Java using the Chronicle Map.