Elasticsearch loves JAX-RS 2 and JSON-P by Romain Manni-Bucau, 2016-10-06

Elasticsearch is a very poswerful solution but its HTTP api can be quite hard to bind in java, let’s see how JAX-RS 2 and JSON-P make it hurtless!

TomEE Embedded improvements for the v7.0.2 by Romain Manni-Bucau, 2016-10-04

TomEE Embedded got a lot of attention for TomEE 7.0.2. Let see which features you will find in the coming release!

Camel CDI in a TomEE Fat Jar by Romain Manni-Bucau, 2016-09-27

Camel-cdi module enables to write integration pipelines based on CDI and Camel easily. Let see how to benefit to all this toolkit and run it as an executable jar!

Java vs Typescript: tweeter message length comparison by Romain Manni-Bucau, 2016-09-22

Angular2 having chosen Typescript as primary language boosted its promotion. The fact it looks not that far from Java made it easy to get accepted. Let’s see on a simple algorithm how true it is.

TomEE Embedded LiveReload support by Romain Manni-Bucau, 2016-09-20

When developing a frontend application it is quite common to use Livereload to instantaneously see the change you just did in the browser. To avoid you to have to find an integration TomEE embedded 7 Maven plugin provides this integration out of the box.