Meecrowave: which packaging for production? by Romain Manni-Bucau, 2017-08-01

Apache Meecrowave is really a flexible solution for JAX-RS/CDI applications. However when it comes to production the question of the packaging will pop up. Here how to tackle it.

CDI 2.0 events: asynchronous and synchronous, what did change? by Romain Manni-Bucau, 2017-07-25

Just after the CDI SE API, one of the most requested feature of CDI 2 was the asynchronous event support. However, in that work, the specification also affected a bit the synchronous case. Let’s go through some of these changes in this post.

Get started with CDI standalone API by Romain Manni-Bucau, 2017-07-18

One of the most requested feature of CDI 2 was a standalone API. Let’s digg in the outcome of this track and see when it can be a killer feature.

Take care of java Streams with floats! by Romain Manni-Bucau, 2017-07-11

Java streams are very powerful but if you use them to do arithmetical computations take care if it implies any floats!

CDI 2: programmatic observers by Romain Manni-Bucau, 2017-07-04

CDI 2 brings a nice programmatic API to have observers, it will allow to bridge bus implementations but also part of applications more easily and smoothly.