Generate your adoc module/application configuration instead of maintaining it manually by Romain Manni-Bucau, 2016-10-25

Configuration is generally one pitfall of the projects cause not considered as elegant as programming by most people. Changing people is hard but it doesn’t mean we can’t get a good configuration! Let’s dig into that!

JSON-B: how to handle Lists and Maps by Romain Manni-Bucau, 2016-10-20

JSON-B doesn’t provide an explicit way to handle List and Map but if you look closer it is there, let’s see how to use that!

Don’t be shy, visualize your JPA model! by Romain Manni-Bucau, 2016-10-18

JPA 2 introduced a nice feature called Metamodel allowing you to browse and code against JPA model. One consequence is that visualizing the JPA model is now much much easier!

TomEE Embedded: extend TomEE CLI! by Romain Manni-Bucau, 2016-10-13

TomEE Embedded provides a great main allowing to configure the server but did you know you can also handle your own CLI arguments through it?

Reactive WebSockets: when javax means RxJava! by Romain Manni-Bucau, 2016-10-11

WebSockets are a key feature of JavaEE 7 but modern programming requires to integrate it with reactive APIs. Let’s make it then!