Jackson – Bidirectional Relationships
1. Overview In this tutorial we’ll go over the best ways to deal with bidirectional relationships in Jackson. We’ll discuss the Jackson JSON infinite recursion problem, then – we’ll see how to...
View ArticleBaeldung Weekly Review 1
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleMy Weekly Reviews of 2014
Here’s a handy list of all my 2014 weekly reviews. Learned a lot about curation and picking the most helpful stuff I read this year: >> Baeldung Weekly Review 1 Interesting articles from week 1...
View ArticleRegistration with Spring Security – Password Encoding
I usually post about Security on Google+ - you can follow me there: 1. Overview This article discusses a critical part of the registration process – password encoding – basically not storing the...
View ArticleBaeldung Weekly Review 2
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleSpring Security – Roles and Privileges
I usually post about Security on Google+ - you can follow me there: 1. Overview This article continues the Registration with Spring Security series with a look at how to properly implement Roles and...
View ArticleBaeldung Weekly Review 3
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleBaeldung Weekly Review 4
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleREST Query Language with Spring and JPA Criteria
I usually post about REST APIs and HTTP on Google+ - you can follow me there: 1. Overview In this first article we’ll explore a simple query language for a REST API. We’ll make good use of Spring for...
View ArticleREST Query Language with Spring Data JPA Specifications
I usually post about REST APIs and HTTP on Google+ - you can follow me there: 1. Overview In this tutorial – we will build a Search/Filter REST API using Spring Data JPA and Specifications. We started...
View ArticleBaeldung Weekly Review 5
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleREST Query Language with Spring Data JPA and QueryDSL
I usually post about REST APIs and HTTP on Google+ - you can follow me there: 1. Overview In this tutorial, we’re looking at building a query language for a REST API using Spring Data JPA and Querydsl....
View ArticleSpring JDBC
I usually post about Persistence on Google+ - you can follow me there: 1. Overview In this article we’ll go through practical usecases of the Spring JDBC module. All the classes in Spring JDBC are...
View ArticleSpring JPA – Multiple Databases
I usually post about Persistence on Google+ - you can follow me there: 1. Overview In this tutorial we’ll implement a simple Spring configuration for a Spring Data JPA system with multiple databases....
View ArticleBaeldung Weekly Review 6
I usually post about Dev stuff on Google+ - you can follow me there: At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014 has been quite...
View ArticleBaeldung Weekly Review 7
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014...
View ArticlePrevent Brute Force Authentication Attempts with Spring Security
I usually post about Security on Twitter - you can follow me there: Follow @baeldung 1. Overview In this quick tutorial, we’ll implement a basic solution for preventing brute force authentication...
View ArticleSpring Security – Reset Your Password
I usually post about Security on Twitter - you can follow me there: Follow @baeldung 1. Overview In this tutorial – we’re continuing the ongoing Registration with Spring Security series with a look at...
View ArticleSpring Security – “Login and Registration Series”
Login / Authentication >> Form Login >> Login – Error Handling and Localization >> Prevent Brute Force Authentication Attempts >> Roles and Privileges >> Remember Me...
View ArticleBaeldung Weekly Review 8
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung At the very beginning of 2014 I decided to track my reading habits and share the best stuff here, on Baeldung. 2014...
View Article