Ensure your Servlet container supports dropping the hash from your SPA by Romain Manni-Bucau, 2018-08-22

Single Page Applications used for a long time the '#' as a marker for their routing. Since HTML5 democratisation, path based routing became mainstream. Let’s ensure your Java Servlet container is friendly to that routing!

Preparing a TomEE instance for Microprofile 2.0 by Romain Manni-Bucau, 2018-08-15

Microprofile is fully implemented at Apache but TomEE doesn’t provide yet an implementation. This is not a blocker to use it and this post will show you how!

Compare two JsonObject ignoring the ordering by Romain Manni-Bucau, 2018-08-09

JSON-P provides a nice JSON API for Java applications. However, as JSON is, the objects are ordered (as well as arrays). However, sometimes, you want to compare two objects but ignoring all potential ordering. Here is how to do it.

Microprofile OpenAPI and Swagger UI by Romain Manni-Bucau, 2018-08-01

Microprofile OpenAPI is an easy way to generate an OpenAPI description of its JAX-RS application, but combined with Swagger UI, it makes a super efficient way to document and test its API!

Build a custom Meecrowave distribution in 1 line! The Microprofile example. by Romain Manni-Bucau, 2018-07-25

The gap between Meecrowave and a full Microprofile distribution is not big but Meecrowave stays a robust and reliable server whereas Microprofile is an sandbox area for JakartaEE. However Meecrowave makes it easy to build a Microprofile distribution!