Entity To DTO Conversion for a Spring REST API
I usually post about REST APIs and HTTP on Twitter - you can follow me there: Follow @baeldung 1. Overview In this tutorial, we’ll handle the conversions that need to happen between the internal...
View ArticleBaeldung Weekly Review 34
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleSpring Data MongoDB – Indexes, Annotations and Converters
1. Overview This tutorial will explore some of the core features of Spring Data MongoDB – indexing, common annotations and converters. 2. Indexes 2.1. @Indexed This annotation marks the field as...
View ArticleCustom Cascading in Spring Data MongoDB
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview This tutorial will continue to explore some of the core features of Spring Data MongoDB – the @DBRef...
View ArticleJava Base64 Encoding and Decoding
1. Overview In this tutorial, we’re going to explore the various utilities that provide Base64 encoding and decoding functionality in Java. We’re mainly going to illustrate the new Java 8 APIs as well...
View ArticlePreserve the History of Reddit Post Submissions
1. Overview In this installment of the Reddit App case study, we’re going to start keeping track of the history of submission attempts for a post, and make the statuses more descriptive and easy to...
View ArticleBaeldung Weekly Review 35
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleHiring a Technical Editor for Baeldung
Let me start off by saying this is not the typical code focused article I usually publish here on Baeldung. In fact, it’s the very first non-technical piece on the site in over 4 years. I usually...
View ArticleBaeldung Weekly Review 36
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleFourth Round of Improvements to the Reddit Application
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this tutorial, we’ll keep improving the simple Reddit application...
View ArticleApply CQRS to a Spring REST API
1. Overview In this quick article, we’re going to do something new. We’re going to evolve an existing REST Spring API and make it use Command Query Responsibility Segregation – CQRS. The goal is to...
View ArticleBaeldung Weekly Review 37
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleJava Web Weekly 38 (formerly the “Baeldung Weekly Review”)
This week I’m announcing – and putting into practice – a name change for the “Baeldung Weekly Review“. The new weekly review will be called “Java Web Weekly”. The reason behind the change is simple – I...
View ArticleSpring RestTemplate Tutorial
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this tutorial we’re going to illustrate the broad range of...
View ArticleJava Web Weekly 39
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleFifth Round of Improvements to the Reddit Application
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview Let’s continue moving forward the Reddit application from our ongoing...
View ArticleJava Web Weekly 40
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleScheduling in Spring with Quartz
1. Overview In this tutorial we’ll build a simple Scheduler in Spring with Quartz. We’ll begin with a simple goal in mind – to easily configure a new scheduled job. 1.1. Key Components of the Quartz...
View ArticleJava Web Weekly 41
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleJSON API in a Java Web Application
1. Overview In this article we’ll start exploring the JSON-API spec and how that can be integrated into a Java backed REST API. We are also using some minor Spring annotations but these can easily be...
View Article