Java Web Weekly, Issue 148

1. Spring and Java

>> Tracing Spring Integration Flow with Spring Cloud Sleuth [java-allandsundry.com]

Doing a proper microservice implementation is tough – no two ways about it. There are certainly new challenges but also a new class of tools meant to help with these challenges.

Here are two interesting writeups about one of these tools – Spring Cloud Sleuth – and about tracing an HTTP request across multiple services.

>> JUnit 5 State Of The Union [sitepoint.com]

A good high level look at JUnit 5 right now, a year and a couple of months into development.

>> 6 Hibernate features that I’m missing in JPA [thoughts-on-java.org]

Hibernate has been on a roll lately, and JPA is lagging behind even more so than usual. Here’s a list of solid features that should hopefully make it into the next version of JPA.

>> The best way to implement equals, hashCode, and toString with JPA and Hibernate [vladmihalcea.com]

An interesting discussing focused on the fundamental.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical

===== >> Message Processing Styles [tbray.org]

A quick look at processing JSON data in real-world systems, where things aren’t as neat and tidy as we’d like them to be, and pretty much anything could come over the wire.

>> A service framework for operation-based CRDTs [krasserm.github.io]

If you’re way into Event Sourcing and CQRS, than this will make a good read, for both practical takeaways but also for cross-pollination of architectural ideas.

Also worth reading:

Leave a Reply

Your email address will not be published.