-
DevOps
Deploying WildFly Swarm Applications To Heroku
WildFly Swarm applications can be deployed to Heroku, simply by adding a few files to the deployment. In this post,…
Read More » -
Software Development
I am a blessed software professional
Next year I will be celebrating 20 years as a software professional. It seems like yesterday when I delivered my…
Read More » -
Enterprise Java
A Look at the Upcoming JSF 2.3 Push Support
As mentioned in previous posts, there are a number of enhancements being added to the next release of JavaServer Faces…
Read More » -
DevOps
Create a Slack Docker proxy in Go – Part 2
In the previous article we had a look at how you could easily create a slack-docker-proxy using go and a…
Read More » -
Enterprise Java
Using Oracle AQ via Java 8 Streams
One of the most awesome features of the Oracle database is Oracle AQ: Oracle Database Advanced Queuing. The AQ API…
Read More » -
DevOps
Blue-Green Deployment
Traditionally, we deploy a new release by replacing the current one. The old release is stopped, and the new one…
Read More » -
Core Java
Simplicity and Value of HotSpot’s -XshowSettings Flag
A handy HotSpot JVM flag (option for the Java launcher java) is the -XshowSettings option. This option is described in…
Read More » -
Agile
Estimate Theater
Scene 1: Tragedy We’re in a retrospective. This was after a major event, so we discussed a few of the…
Read More » -
Enterprise Java
Web service application with JAX-WS and Spring
1. Introduction It has been a long wait, but I am finally publishing a tutorial on creating the first SOAP based web…
Read More »