Java Web Weekly, Issue 131
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 ArticleIntroduction to the Java 8 Date/Time API
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Java 8 introduced new APIs for Date and Time to address the shortcomings of the older...
View ArticleIntroduction to Spring Data Neo4j
1. Overview This article is an introduction to Spring Data Neo4j, the popular graph database. Spring Data Neo4j enables POJO based development for the Neo4j Graph Database and uses familiar Spring...
View ArticleTesting with Hamcrest
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Hamcrest is the well-know framework used for unit testing in the Java ecosystem. It bundled in...
View ArticleIntroduction to Couchbase SDK for Java
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this introduction to the Couchbase SDK for Java, we demonstrate how to interact with a...
View ArticleJMockit 101
1. Introduction With this article, we’ll be starting a new series centered around the mocking toolkit JMockit. In this first installment we’ll talk about what JMockit is, it’s characteristics and how...
View ArticleIntro to QueryDSL
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction This is an introductory article to get you up and running with the powerful QueryDSL API for...
View ArticleJava Web Weekly, Issue 132
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 ArticleWiring in Spring: @Autowired, @Resource and @Inject
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This Spring Framework article will demonstrate the use of annotations related to dependency...
View ArticleIntroduction to JSON Schema in Java
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview JSON Schema is a declarative language for validating the format and structure of a JSON...
View ArticleAssertJ for Guava
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This article focuses on AssertJ Guava-related assertions and is the second article from the...
View ArticleIntroduction to Java Logging
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Logging is a powerful aid for understanding and debugging program’s run-time behavior. Logs...
View ArticleIntroduction to JSF EL 2
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Introduction Expression Language (EL), is a scripting language that’s seen adoption within many Java...
View ArticleHibernate: save, persist, update, merge, saveOrUpdate
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this article we will discuss the differences between several methods of the Session...
View ArticleMinification of JS and CSS Assets with Maven
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This article shows how to minify Javascript and CSS assets as a build step and serve the...
View ArticleBinary Data Formats in a Spring REST API
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview While JSON and XML are widely popular data transfer formats when it comes to REST...
View ArticleAssertJ’s Java 8 Features
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This article focuses on AssertJ‘s Java8-related features and is the third article from the...
View ArticleIntro to Jedis – the Java Redis Client Library
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview This article is an introduction to Jedis, a client library in Java for Redis – the popular in-memory...
View ArticleUsing Couchbase in a Spring Application
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this follow-up to our introduction to Couchbase, we create a set of Spring services that can...
View ArticleIntro to Spring Boot Starters
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Dependency management is a critical aspects of any complex project. And doing this manually is...
View Article