Learn about the Gatherer interface, understand the challenges it solves and the features it provides.
Also find me here:
Baeldung Author
Amar Wadhwani
Seasoned Software Engineer with 11+ years of experience across multiple domains. With Java as the primary programming language, I have acquired in-depth knowledge of related topics such as libraries (Spring, Hibernate etc.), VCS, Event brokers, databases etc. Passionate about learning and embracing new challenges which helps me grow myself. Outside of coding, I enjoy taking a walk or a hike, listening to music, exercising, and always seeking opportunities to learn something new.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Spring (2)
- Persistence (2)
- Testing (1)
- Spring Web (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java IO (1)
- JSON (1)
- JPA (1)
Integrating Jolokia With Spring Boot
Filed under Spring Boot
Lear how to integrate Jolokia into a Spring Boot application to monitor your application via API endpoints.
Mapping OffsetDateTime ZoneOffset With Hibernate TimeZoneColumn
Filed under Persistence
Learn how to store both the OffsetDateTime and the ZoneOffset while persisting timestamps.
JDBC PreparedStatement SQL IN clause
Filed under Persistence
Explore the ways in which you can create the query for the IN clause with JDBC PreparedStatement.
Using MapStruct With Lombok
Filed under Java
Learn how using MapStruct and Lombok together can help you write less boilerplate.
Intro to Apache Commons Configuration Project
Filed under Java
Apache Commons Configuration can be used to allow us to specify configuration parameters to be loaded at runtime by our application. We look at a few use cases and types of configuration files.
A Guide to the @SoftDelete Annotation in Hibernate
Filed under JPA
Learn about the Hibernate @SoftDelete annotation and understand how to implement it.
Testing Interface Contract in Java
Filed under Testing
Explore several ways of writing JUnit tests to validate interface contracts in Java.
Lombok’s @RequiredArgsConstructor Annotation
Filed under Java
Learn how the @RequiredArgsConstructor annotation of Lombok can help auto-generate constructors for classes.