Get some quick performance idea with Sirona and TomEE Maven Plugin by Romain Manni-Bucau, 2017-03-14

Sometimes you need some rough estimates on your code performances, there are a lot of tools to do that but a quick solution to get an idea is to use Apache Sirona. Let see how to set it up on TomEE Maven Plugin pretty quickly.

How to use JMS in a Microprofile server: Meecrowave and Artemis case! by Romain Manni-Bucau, 2017-03-07

Microprofile definition is intentionally limited to CDI and JAX-RS but with the Microservice trend using JMS to get a broker is quite common. Let see how smooth it is to make both working together.

Java 8 Streams and error handling? by Romain Manni-Bucau, 2017-02-23

How to return errors too in a Stream? This is not really designed for that but with some tricks it is possible!

CXF and Swagger integration by Romain Manni-Bucau, 2017-02-21

Swagger is the standard to document a HTTP API. Let’s see how CXF makes this work easy for JAX-RS application now!

Integrate 3rd party library with CDI, part 3: use CDI IoC instead of the library one by Romain Manni-Bucau, 2017-02-16

When integrating a 3rd party library, replacing the 3rd party IoC by CDI is not always a trivial task. Let’s see how to do it in Apache Shiro case.