davidsalter.ukCreating a VM On Oracle CloudIntroduction In this article, we're going to see how easy it is to create a VM within Oracle Cloud and deploy a basic Apache HTTP server to the instance. Why Oracle Cloud? Oracle Cloud provides several free services that are always free. For comput...Jan 2, 2020
davidsalter.ukLaunching Open Liberty From A Maven ProjectIn a previous post, I showed the simplest possible Jakarta EE 8 project and how it could be built with Maven. This application depends upon having a Jakarta EE 8 Application Server already and installed, that the application can be deployed to. Many...Dec 31, 2019
davidsalter.ukInstalling and Switching Java Versions On A MacWith the relatively rapid change schedule for Java nowadays, I find it useful to have several versions of the JDK installed on my Mac so that I can easily switch between versions depending upon need. I use the AdoptOpenJDK binaries and install them v...Dec 30, 2019
davidsalter.ukCreating MicroProfile Applications With VS CodeI've just uploaded a video to YouTube showing how to easily create MicroProfile applications directly from within VS Code. In the video, I show how to install the MicroProfile Starter extension into VS Code, and then how to use it to create an Apache...Sep 29, 2019
davidsalter.ukMicroProfile Custom Configuration SourcesThe MicroProfile Configuration Api provides built in support for reading configuration values from many places, such as environment variables or system properties. Sometimes however, it can be useful to read properties from a file having different ve...Jul 4, 2019