Explore the newly introduced Logging API in Java 9 along with examples that cover the most common cases.
Also find me here:
Baeldung Author
Marcos Lopez Gonzalez
Software Engineer with extensive experience working with Java/JEE technologies. Also focused on Android and Big Data development. Very interested in learning new technologies and the latest practices in the industry.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Spring (2)
- Maven (2)
- Logging (2)
- JPA (2)
- Core Java (2)
- Spring Web (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Java (1)
- Jakarta EE (1)
- JVM (1)
- DevOps (1)
- Algorithms (1)
Maven Project with Multiple Source Directories
Filed under Maven
Configure multiple source directories in a Maven project.
Get Date Without Time in Java
Filed under Java Dates
Take a look at how to get a Date value without the time in Java
Convert a String to Title Case
Filed under Java String
Have a look at different ways to convert a String to title case in Java
Find the Middle Element of a Linked List in Java
Filed under Java List
Learn how you can tackle the common problem of finding the middle element of a linked list
@Before vs @BeforeClass vs @BeforeEach vs @BeforeAll
Filed under Testing
Learn about the difference between JUnit annotations that can be used to run logic before tests.
Jersey Filters and Interceptors
Filed under Jakarta EE
Take a look at how filters and interceptors work in the Jersey framework.
JPA Attribute Converters
Filed under JPA
Take a look at mapping JDBC types to Java classes in JPA using attribute converters.
Implementing a Binary Tree in Java
Filed under Algorithms
Take a look at implementing a sorted binary tree in Java.