JAX-RS 2.0 and SSE?by Romain Manni-Bucau, 2016-12-06
JAX-RS 2.1 will introduce Server Sent Events support but do you know you can already do it with JAX-RS 2.0?
Tomcat and Servlet 3.x: where does this timeout comes from?by Romain Manni-Bucau, 2016-12-01
If you use the Servlet 3.0 AsyncContext on Tomcat (or derived like TomEE) you can notice you get sometimes a timeout you don’t expect. Where is it coming from?
TomEE + Arquillian: upgrade EE APIby Romain Manni-Bucau, 2016-11-24
EE cycles acceptance can require you to upgrade a specification API before your server gets a new release. Let see how to tackle it with TomEE for Arquillian case.
Make Hazelcast JCache implementation CDI friendly in 5mnby Romain Manni-Bucau, 2016-11-22
Hazelcast is an interesting distributed JCache implementation but it doesn’t come with a CDI integration. Let’s see why this is not a blocker at all!
DeltaSpike: new Configuration API!by Romain Manni-Bucau, 2016-11-17
DeltaSpike configuration got lately some great enhancement like interface based configuration, CDI ConfigSource and ConfigFilter or CDI converters for injected configuration entries. Let’s dig into it.