Should you run your daemon/batch in Tomcat? by Romain Manni-Bucau, 2017-01-05

Do you really need two runtimes very different for batchs/daemons and web applications? Let see that this is no more true in 2017!

Simple service to get gravatar avatars by Romain Manni-Bucau, 2017-01-03

Gravatar is a great way to allow your application to visualize your users and give it a human face. Let see how to use it in 5mn!

How to handle subprocesses by Romain Manni-Bucau, 2016-12-27

Managing a process from Java is no more hard since Java 8, let see how to use it in a CDI application.

Restlet and EE? by Romain Manni-Bucau, 2016-12-20

Restlet is a very mature java solution to build REST applications, but does it integrate well with JavaEE? Let’s deal with it in this post.

Build a war with NPM? by Romain Manni-Bucau, 2016-12-13

Java embraces javascript but javascript doesn’t embrace java much. However with some tricks you can still build a war from a frontend npm project and deploy it in Tomcat or your preferred Servlet container!