Java
-
Default & Static Methods In Interfaces
In our original Java 8 support announcement post we specifically mentioned the lack of streams but completely missed the fact…
Read More » -
Integration Architecture with Java EE and Spring
The O’Reilly Software Architecture Conference in New York happens this week. And I had the pleasure to give a tutorial together…
Read More » -
Data aggregation with Spring Data MongoDB and Spring Boot
MongoDB aggregation framework is designed for grouping documents and transforming them into an aggregated result. The aggregation query consists in…
Read More » -
How to Generate Customized Java 8 Code with Plugins
One thing most programmers hate is to write boilerplate code. Endless hours are spent setting up entity classes and configuring…
Read More » -
Java 8: Use Smart Streams with Your Database in 2 Minutes
Streaming with Speedment When Java 8 finally arrived, some colleges and I started an open-source project to take the whole…
Read More » -
How To Add Cloud Persistent Storage to JBoss Cool Store
We have been discussing why application developers can’t ignore their stack anymore in the App Dev Cloud Stack series. Last…
Read More » -
Java 8: Bye Manual SQL, Hello Speedment!
Most applications written in Java require some form of data storage. In small applications this is often realized using a…
Read More » -
Shadow Fields vs. Property Accessors Interface Round 3
This is round 3 of the Shadow Fields vs Property Accessors Interface. If you are new and not sure what…
Read More » -
JUnit 5 – Architecture
Now that we know how to set JUnit 5 up and write some tests with it, let’s take a look…
Read More »