Webpack and SCP: write your own plugin! by Romain Manni-Bucau, 2016-11-15

Webpack is a very nice and elegant build tool for javascript applications but when it comes to integrate with the "world" it can require to write a custom plugin. Let see how to do your own plugin to scp some files to a server.

TomEE: how to know which CDI beans the application deploys by Romain Manni-Bucau, 2016-11-09

CDI is great but if the scanning is not under control it can lead to a headache for the developers. Let see how to solve it using TomEE as an example.

Jasmine + mocha hell: test don’t fail anymore! by Romain Manni-Bucau, 2016-11-04

Jasmine and Mocha are two nice frameworks but putting them together is not as trivial as reading the doc if you don’t take care and ensure your setup works!

What if CDI and JPA would be friend? by Romain Manni-Bucau, 2016-11-02

CDI and JPA got some integration with EE 7 but it was the bare minimum. Let see how a small extension can make it even more flexible!

You don’t want to build your own server: microprofile example by Romain Manni-Bucau, 2016-10-27

You probably heard of "MicroProfile" launch some months ago. It is "just" JAX-RS + CDI + JSON-P so it looks easy to build and maintain. Let see if it is the case or not.