Enterprise Java
-
JPA persistence.xml SQL script definitions
You can define and link to SQL scripts in a JPA persistence context definition that will be executed at runtime.…
Read More » -
Creating a View Object Row with ADF Bindings CreateInsert action
In this short post I am going to highlight a small pitfall related to a very common approach to create…
Read More » -
X-Mas Musings – Do Not Use Random Server Port in Grails Integration Tests
December is for many people a period of reflection or thought. So I decided to reflect upon last year’s things…
Read More » -
Cloud Happiness – How to install new OpenShift Container Platform 3.7 in minutes
This installation needs to have the Red Hat Middleware product streams installed (pre-configured container options) and all the extras like…
Read More » -
Annotated controllers – Spring Web/Webflux and Testing
Spring Webflux and Spring Web are two entirely different web stacks. Spring Webflux, however, continues to support an annotation-based programming model An endpoint defined…
Read More » -
AWS Is Even Cloud-ier and Kuberneties-ier with Fargate and EKS
At re:Invent this week, AWS announced a ton of cool things. You should check out their page on it for…
Read More » -
Zero to Cloud Ops on Container Development Kit (CDK) in Minutes
While this was fun, it was not really feasible and quickly ran into limitations in use.Some time ago I walked through…
Read More » -
Easy Java EE Microservices with Payara Micro
Wondering how to get started with Java EE Microservices? It only takes a few quick steps to deploy a Microservice…
Read More » -
Difference between @Component, @Service, @Controller, and @Repository in Spring
Before you learn the difference between @Component, @Service, @Controller, and @Repository annotations in Spring framework, it’s important to understand the…
Read More »