PubSub Messaging with Spring Data Redis
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview In this second article from the series exploring Spring Data Redis, we’ll have a look at the pub/sub...
View ArticleElasticsearch Queries with Spring Data
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In a previous article, we demonstrated how to configure and use Spring Data Elasticsearch for a...
View ArticleJava Web Weekly, Issue 116
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 and Spring Boot Adoption in March 2016
The 2015 Numbers Spring 4 came out in December 2013 and it’s been slowly ramping up ever since. In May 2015, I ran a survey that puts Spring 4 adoption at 65% and Spring Boot adoption at 34%. The New...
View ArticleMore Jackson Annotations
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview This article covers some additional annotations that were not covered in the previous...
View ArticleJava Web Weekly, Issue 117
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 ArticleXStream User Guide: Converting Objects to XML
1. Overview In this tutorial, we’ll learn how to use the XStream library to serialize Java objects to XML. 2. Features There are quite a few interesting benefits to using XStream to serialize and...
View ArticleJava Web Weekly, Issue 118
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 ArticleIntroduction to jOOQ with Spring
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview This article will introduce Java Object Oriented Querying – jOOQ – and a simple way to set it up in...
View ArticleXStream User Guide: Converting XML to Objects
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview In a previous article, we learned how to use XStream to serialize Java objects to XML. In this...
View ArticleFile Upload with Spring MVC
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview In previous articles, we introduced the basics of form handling and explored the form tag library in...
View ArticleEntity Validation, Optimistic Locking, and Query Consistency in Spring Data...
1. Introduction After our introduction to Spring Data Couchbase, in this second tutorial we focus on the support for entity validation (JSR-303), optimistic locking, and different levels of query...
View ArticleXStream User Guide: JSON
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview This is the third article in a series about XStream. If you want to learn about its basic use in...
View ArticleJava Web Weekly, Issue 120
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleSpring Expression Language Guide
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview The Spring Expression Language (SpEL) is a powerful expression language that supports querying...
View ArticleAn Intro to Spring HATEOAS
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview This article explains the process of creating hypermedia-driven REST web service...
View ArticleJava Web Weekly, Issue 121
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleGuide to the Fork/Join Framework in Java
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview The fork/join framework was presented in Java 7. It provides tools to help speed up parallel...
View ArticleIntroduction to PowerMock
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Unit testing with the help of a mocking framework has been recognized as a useful practice for a...
View ArticleJava Web Weekly, Issue 122
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View Article