Blog Page 41/44
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.
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.

