Inheritance with Jackson
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview In this article we’ll have a look at working with class hierarchies in Jackson. Two...
View ArticleLooking for a new Java Technical Editor for Baeldung
We’re looking for a part-time Java Technical Editor to work with new authors. You will be working with authors to review their articles and help them with feedback (in video form – screencasts). All...
View ArticleA Guide to Querydsl with JPA
1. Overview Querydsl is an extensive Java framework, which helps with creating and running type-safe queries in a domain specific language that is similar to SQL. In this article we’ll explore Querydsl...
View ArticleA Guide to Stored Procedures with JPA
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this quick tutorial we’ll explore the use of Stored Procedures within the Java Persistence API...
View ArticleSpring Data Couchbase
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this tutorial on Spring Data, we’ll discuss how to set up a persistence layer for Couchbase...
View ArticleSpring MVC Content Negotiation
I just announced the release of my "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview This article describes how to implement content negotiation in a Spring MVC project....
View ArticleJackson vs Gson: A Quick Look At Performance
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview In this quick article we’ll run some quick tests and determine the performance of two...
View ArticleIntroduction to Spring Data REST
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview This article will explain the basics of Spring Data REST and show how to use it...
View ArticleJava 8 Adoption in March 2016
Java 8 Adoption Trend Java 8 was released on 18 March 2014 and has seen a strong adoption trend right from the start. In October 2014, Typesafe released early numbers which had the adoption rate of the...
View ArticleUsing JWT with Spring Security OAuth
Just announced my upcoming "Learn Spring Security" Course: >> CHECK OUT THE COURSE 1. Overview In this tutorial we’ll discuss how to get our Spring Security OAuth2 implementation to make use of...
View ArticlePubSub 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 Article