Enterprise Java
-
Spring Boot Oauth2 Security
This post is an enhancement for my previous post which talks about how to secure your REST API using Spring…
Read More » -
CDI interceptor of HTTP Request and Header params – simple example
While developing and evolving a REST API, using Java EE , there are some cases where you would like to…
Read More » -
Better Performing Non-Logging Logger Calls in Log4j2
Using logging guards is a common practice when using Log4j 1.x and wanting to avoid the additional performance impact that…
Read More » -
Automated Software Testing of Fusion Middleware applications with FlexDeploy
Automated software testing is one of the mandatory activities that any software organization should perform in order to be able…
Read More » -
JAX-RS and JSON-P integration
This short post talks about support for JSON-P in JAX-RS 2.0 JSON-P …? The JSON Processing API (JSON-P) was introduced…
Read More » -
Apache Camel 2.16 Released – Top 10 highlights
Apache Camel 2.16 was released last friday. This blog entry is my attempt to do a top-10 (+ 1 as…
Read More » -
Scaling Java EE Microservices on OpenShift
The first two parts of this little series introduced you build a tiny JAX-RS service with WildFly Swarm and package…
Read More » -
Deploying Java EE Microservices on OpenShift
I blogged about the simple JAX-RS microservice with WildFly Swarm yesterday. You learned how to build a so called “fat-jar”…
Read More » -
A Beginner’s Guide to Using Java EE with jOOQ
Java EE ships with its own persistence API: JPA. JPA is most powerful when you want to map your RDBMS…
Read More »