Java Web Weekly 50
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 Pointcut Expressions in Spring
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this tutorial we will discuss the Spring AOP pointcut expression...
View ArticleIntroduction to Advice Types in Spring
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this article we’ll discuss different types of AOP advice that can...
View ArticleJava Web Weekly 51
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 Article“REST With Spring” is Live
10 minutes ago I pushed out the “go-live” announcement of the Master Class of REST With Spring – and I’ve been watching the signup emails as they’re hitting my inbox. And the cool thing is that I...
View ArticleUsing the CassandraTemplate from Spring Data
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview This is the second article of the Spring Data Cassandra article series. In this article we will...
View ArticleGuava 18: What’s New?
1. Overview Google Guava provides libraries with utilities that ease Java development. In this tutorial we will take a look to new functionality introduced in the Guava 18 release. 2. MoreObjects...
View ArticleJava Web Weekly 52
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 ArticleIntro to Spring Security LDAP
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this quick tutorial, we will learn how to set up Spring Security...
View ArticleIntroduction to Spring Batch
1. Introduction In this article we’re going to focus on a practical, code-focused intro to Spring Batch. Spring Batch is a processing framework designed for robust execution of jobs. It’s current...
View ArticleHiring a Developer to Create Videos
Back in August, I published the first job here on Baeldung to hire a technical content editor for the site. The applications came in almost immediately and I hired someone within two weeks. This is the...
View ArticleJava Web Weekly 1
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung The third year of curating my Java reading and sharing the best stuff here, on Baeldung … here we go… 1. Spring and...
View ArticleJava Web Weekly 2
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 ArticleLambda Expressions and Functional Interfaces: Tips and Best Practices
I usually post about Java stuff on Twitter - you should follow me there: Follow @baeldung 1. Overview Now that Java 8 has reached wide usage, patterns and best practices have begun to emerge for some...
View ArticleIntroduction to Using Thymeleaf in Spring
I just announced the release dates of my upcoming "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Introduction Thymeleaf is a Java template engine for processing and creating...
View ArticleJava Web Weekly Issue 107
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....
View ArticleEliminate Redundancies in RAML with Resource Types and Traits
1. Overview In our RAML tutorial article, we introduced the RESTful API Modeling Language and created a simple API definition based on a single entity called Foo. Now imagine a real-world API in which...
View ArticleInjecting Mockito Mocks into Spring Beans
1. Overview This article will show how to use dependency injection to insert Mockito mocks into Spring Beans for unit testing. In real-world applications, where components often depend on accessing...
View ArticleCustom Error Message Handling for REST API
I just announced the release of my "REST With Spring" Classes: >> THE "REST WITH SPRING" CLASSES 1. Overview In this tutorial – we’ll discuss how to implement an global error handler for a...
View ArticleAuditing with JPA, Hibernate, and Spring Data JPA
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview In the context of ORM, database auditing means tracking and logging events related to persistent...
View Article