Blog Page 42/44
Travis CI-like on windows? by Romain Manni-Bucau, 2016-07-12
Github and TravisCI provide a great solution to have a free source management and build pipeline. However if you need to validate the compatibility with windows it is not that easy. That’s why it can be interesting to also build on TeaCI which now provide
Servlet 3 and AsyncListener: don’t miss timeouts! by Romain Manni-Bucau, 2016-06-30
Servlet 3 specification introduces asynchronism. It is the API used by JAX-RS 2.0 to support asynchronous invocations. This is a very powerful API but its listener API can be quite surprising and can be easy to misuse. Let’s see why!
DeltaSpike Configuration: how to make it @Reloadable! by Romain Manni-Bucau, 2016-06-24
DeltaSpike configuration is quite static: once it is injected in an ApplicationScoped instance, you can’t help if a new value arrives without using a getter or any solution forcing you to duplicate the DeltaSpike logic. Let’s see how to solve it!

