Baeldung Weekly Review 8

HTTP 2 is final – the big news of this week (it has been a while since the last one). Also – some cool deep dives into the JVM and Hibernate.

Spring JDBC

Introduction to the Spring JDBC abstraction, with example on how to use the JbdcTempalte and NamedParameterJdbcTemplate APIs.

Baeldung Weekly Review 2

Full steam ahead – some solid Java 8 pieces and Java 9 news, a few Spring tutorials to take note of and of course, the great technical musings of the week.

Jackson Date

How to process dates with Jackson – marshalling and unmarshalling these to and from JSON.

Jackson JSON Views

How to use the @JsonView annotation in Jackson to perfectly control the serialization of your objects (without and with Spring).

Baeldung Weekly Review 49

One of the more eventful weeks of the year, with some fantastic Spring Boot pieces (and new releases), musings on CQRF and a good read on Flexibility vs Simplicity.

Baeldung Weekly Review 46

This week we got some visibility into Java 9, a great microservice deck and tips and tricks for using thread pools.

Baeldung Weekly Review 45

This week was all about the next version of Java – the language is definitely not standing still. That and a host of useful Spring replays from SpringOne.

Serve Static Resources with Spring

How to map and handle static resources with Spring MVC – use the simple configuration, then the 3.1 more flexible one and finally the new 4.1 resource resolvers.

Baeldung Weekly Review 43

This week is definitely Spring heavy – lot of solid Spring Boot pieces that show how the framework is maturing. Some interesting JVM articles as well.

The Baeldung Weekly Review 36

An interesting Java focused week, as well as a few Spring announcement and a lot of talk around persistence in general and Hibernate in particular.

The Baeldung Weekly Review 25

Spring centric week with some good steps forward for the community – new Spring IO platform, moving to StackOverflow and a few solid webinar recordings.

Introduction to Spring Data JPA

Introduction to Spring Data JPA with Spring 4 – the Spring config, the DAO, manual and generated queries and transaction management.

The Baeldung Weekly Review 17

An solid week for both Java and Spring, as well as very good article (and followup) on building a Hypermedia service from the well known FizzBuzz interview problem.