Hiring a New Technical Editor for Baeldung
Last August, I published this article here on Baeldung – it was the first job description I ever published on the site. I good quite a few solid applications and have made a hire relatively quickly;...
View ArticleUsing Apache Camel with Spring
I just announced the release of my "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview This article will demonstrate how to configure and use Apache Camel with Spring....
View ArticleA Guide to the Java ExecutorService
I usually post about Java stuff on Twitter - you should follow me there: Follow @baeldung 1. Overview ExecutorService is a framework provided by the JDK which simplifies the execution of tasks in...
View ArticleJava Web Weekly, Issue 113
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 JsonPath
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview One of advantages of XML is the availability of processing – including XPath – which is...
View ArticleJava Web Weekly, Issue 114
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 ArticleOAuth2 for a Spring REST API – Handle the Refresh Token in AngularJS
Just announced my upcoming "Learn Spring Security" Course: >> CHECK OUT THE COURSE 1. Overview In this tutorial we’ll continue exploring the OAuth password flow that we started putting together...
View ArticleExploring SpringMVC’s Form Tag Library
1. Overview In the first article of this series we introduced the use of the form tag library and how to bind data to a controller. In this article, we’ll cover the various tags that Spring MVC...
View ArticleJava Web Weekly, Issue 115
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 ArticleInheritance 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 Article