This week was focused on migration guides (Java 9, Microservices). Also, some interesting presentations on RxJava and the blockchain technology.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (503)
- Core Java (225)
- Spring (171)
- Testing (157)
- Spring Boot (152)
- Java (142)
- Java String (121)
- REST (109)
- Spring Security (102)
- Spring MVC (99)
- Persistence (96)
- Java IO (92)
- Jakarta EE (77)
- NoSQL (76)
- Java Collections (73)
- Data (73)
- Spring Data (71)
- Algorithms (69)
- Java Concurrency (64)
- DevOps (64)
- Security (57)
- Series (56)
- Java Dates (52)
- JPA (51)
- Reactive (49)
- Maven (47)
- HTTP Client-Side (46)
- Java Map (45)
- Spring Cloud (42)
- Java Numbers (41)
- Java Streams (40)
- Java Array (40)
- JVM (40)
- Java List (38)
- JSON (37)
- Architecture (37)
- Logging (29)
- Spring Persistence (28)
- Jackson (28)
- IDE (27)
- Gradle (25)
- Spring Web (24)
- Networking (20)
- Cloud (20)
- XML (18)
- Web Services (17)
- Groovy (16)
- Spring WebFlux (15)
- Java Web (11)
- Artificial Intelligence (8)
- Docker (7)
- Spring AI (1)
- News (1)
Bubble Sort in Java
Filed under Algorithms
Learn how Bubble Sort algorithm works, and how to implement it in Java.
Activiti Kickstart App and Activiti Rest Webapp
Filed under Java
Learn how Activiti’s two apps, activiti-app and activiti-rest, can help you manage your processes more easily
Ant vs Maven vs Gradle
See a comparison of three most popular build tools for Java projects.
Model, ModelMap, and ModelAndView in Spring MVC
Filed under Spring MVC
Learn about the interfaces Model, ModelMap and ModelAndView provided by Spring MVC.
Introduction to Caffeine
Filed under Java
Learn how to use the high-performing Caffeine caching library for Java.
Advanced Querying in Apache Cayenne
Filed under Persistence
Learn how to write simple and advanced queries using Apache Cayenne.
Introduction to StreamEx
Filed under Java Streams
An introductory guide to the usage of the StreamEx library in Java.
A Guide to Java Profilers
Filed under DevOps
A quick overview of four popular Java profilers and how they can help you find areas in your code that could benefit from optimization.