Blog Page 16/44
Validate your OAuth2/JWT server is Microprofile compatible with Apache Geronimo by Romain Manni-Bucau, 2019-05-03
Using microservices you often need an adapted security implementation. One of the most adapted and scaling solution is based on JWT tokens. Let see in this post how to check the tokens you generate will work with a Microprofile consumer.
Compile a Java Crest CLI application thanks to GraalVM! Go FAAS 'n furious! by Romain Manni-Bucau, 2019-03-29
CLI applications are more relevant than anytime before, with the development of FAAS platforms, the simplification of scripting with Java etc… In this context, let’s see how to make your CLI insanely fast with GraalVM!