Learn how to implement an HTTP/2 server and client in Netty using code samples.
Also find me here:
Baeldung Author
Sampada Wagde
I am a software professional with more than 13 years of industry experience in the financial services sector. Driven by the quest to learn, I am a researcher at heart who believes in leading by example. When not glued to my laptop coding or reading/writing articles, I can be found glued to my laptop watching a movie. Outside of a computer, I immerse myself in fiction and music. But most of the time, I relish playing parent to a toddler and two dogs.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (7)
- Spring (5)
- Java (3)
- Security (2)
- REST (2)
- Jakarta EE (2)
- Core Java (2)
- NoSQL (1)
- Networking (1)
- Java IO (1)
- HTTP Client-Side (1)
- Algorithms (1)
Boruvka’s Algorithm for Minimum Spanning Trees in Java
Filed under Algorithms
Learn about the Java implementation of Boruvka’s algorithm for finding a Minimum Spanning Tree (MST) of an edge-weighted graph.
Java Convert PDF to Base64
Filed under Java IO
Learn how to do Base64 encoding and decoding of a PDF file using Java 8 and Apache Commons Codec.
Spring Bean vs. EJB – A Feature Comparison
Filed under Jakarta EE, Spring
Learn about the history and differences between Spring Bean and Enterprise Java Bean.
MongoDB Aggregations Using Java
Filed under NoSQL
Learn what are MongoDB aggregations, and how to apply them in Java using an example dataset.
The Java Headless Mode
Filed under Core Java
Learn how to work with graphic-based applications when you don’t have the necessary devices using the Java Headless Mode.
New Features in Java 13
Filed under Core Java
Learn about the new features and improvements introduced in JDK 13
Java Default Parameters Using Method Overloading
Filed under Java
Learn how to use method overloading to simulate default parameters in Java.
Using JWT with Spring Security OAuth
Filed under Spring Security
A guide to using JWT tokens with Spring Security 5.