Angular 2 rc.4 to rc.5 migration: quite smooth but still breaking! by Romain Manni-Bucau, 2016-08-23

Ten days ago I migrated this blog from Angular 2 rc.4 to Angular rc.5. Since all migration since beta.1 were not "free" I didn’t expect to not spend some time on it but this time it didn’t hurt as much as usually. Let’s see the few pitfalls I hit.

Rotating logs on TomEE without any library by Romain Manni-Bucau, 2016-08-16

Rotating logs is a basic feature for any production oriented deployment, let see how to do it with the built-in TomEE handler.

How to make Tomcat/TomEE loving Log4j2 in 5mn! by Romain Manni-Bucau, 2016-08-04

Tomcat/TomEE and Log4j2 are awesome Apache projects but as anytime logging is involved integrating them can be a headache. Let see how Log4j2 proposes a smooth solution for existing container/frameworks.

Part 2 : Test & package your oauth2 server by Romain Manni-Bucau, 2016-07-28

In the previous post we wrote an OAuth2 server. To ensure it works and we don’t break it enhancing it, it is important to test the application. It is also very important to package it to let deployments be smooth and fast. Let’s see how to make it!

Part 1 : Build an OAuth2 server with CXF by Romain Manni-Bucau, 2016-07-26

CXF is very well known as an awesome JAX-RS and JAX-WS implementation. However, it also provides several extensions like Fediz which is a product. It also provides a less known OAuth2 module. Let’s see how to integrate it to build your own OAuth2 server.