Automotion, git hooks and Slack example. by Romain Manni-Bucau, 2017-06-27

Git and Slack are more extensible than them seems thanks to hooks enabling you to inject your logic in the system. Mixing both hooks you can build a complex automated system making you save time everyday!

How to use CXF Search extension and JPA by Romain Manni-Bucau, 2017-06-15

CXF search extension allows to convert a HTTP query to a backend query very smoothly. Let see how to use it.

Extend Meecrowave CLI to get a EE cli by Romain Manni-Bucau, 2017-06-13

Meecrowave is a light CDI/JAX-RS server which makes it very efficient to implement any application. In coming release it will get a smoother extension point for your command line interface (CLI). Let see how to use it!

Small warning on developping with minified javascript: highlightjs language sample by Romain Manni-Bucau, 2017-06-09

Today javascript is a full language with its build and development tools. This means you don’t need anymore to abuse of minified versions of the libraries and just need to let your build handle it for you. Let see one risk to not do it.

JCache EntryProcessor: nice abstraction for rate limiting! by Romain Manni-Bucau, 2017-05-30

JCache EntryProcessor is a nice API allowing any library to benefit from JCache as abstraction for local or distributed caching. Let see how it helps to handle rate limiting very smoothly.