The boundary of mankind

So it might not be the official definition of Singularity University, but in my head it’s a showcase of where we are as humans. The boundary of mankind. And it’s mind blowing! [Read More]
Tags: SingularityU

Continuous Integration to maven central (for free)

If you, like me, have some small open source projects or libraries, that you want to release to maven central, and you do not want to host your own CI environment, then this blog post might help. I mostly wrote it for myself (to remember) but I am sure it... [Read More]
Tags: GitHub, Maven Central, Open source, Sonatype OSS, Travis CI

Apiee - an easy way to get Swagger on Java EE

Swagger is a very popular way to define and describe your REST Services. It’s also the base for the Open API Initiative, the standardization of REST API documentation. I think we can all agree that REST and Swagger will be part of our life for the foreseeable future. [Read More]
Tags: Apiee, IBM Websphere Liberty, Java EE, JAX-RS, Payara, Swagger, Wildfly, TomEE

WebSockets example and the birth of Stompee

A while back I decided to play a bit with WebSockets (JSR 356), but I wanted to do more than a “Hello World”, so Stompee was born. [Read More]
Tags: Java EE, Stompee, Webjars, WebSockets, IBM Websphere Liberty, Payara, TomEE, Wildfly