-
DevOps
Configuring a Datasource in a Docker Container
In this post I am going to show how to configure a datasource consumed by an ADF application running on…
Read More » -
Enterprise Java
Oracle ADF and Oracle Jet work together. Architecture patterns
In this post I am going to consider various architecture patterns of implementing an application on top of combination of…
Read More » -
DevOps
Building Oracle Jet applications with Docker Hub
In this post I am going to show a simple CI solution for an Oracle Jet application basing on Docker…
Read More » -
DevOps
Deploying to K8s cluster with Fn Function
An essential step of any CI/CD pipeline is deployment. If the pipeline operates with Docker containers and deploys to K8s clusters…
Read More » -
Enterprise Java
Run Fn Functions on K8s on Google Cloud Platform
Recently, I have been playing a lot with Functions and Project Fn. Eventually, I got to the point where I…
Read More » -
DevOps
Running Tomcat and Oracle DB in a Docker container
In one of my previous posts I showed how to run an ADF essentials application on Tomcat in a docker…
Read More » -
Enterprise Java
Fn Function to build an Oracle ADF application
In one of my previous posts I described how to create a Docker container serving as a builder machine for ADF…
Read More » -
Enterprise Java
Running ADF Essentials on Tomcat in a Docker container
I develop sample applications pretty often. I try out some ideas, play with some techniques and share the result of…
Read More » -
Enterprise Java
Referring to ADF Faces component in EL expression
EL expressions are commonly used to specify attribute values of ADF Faces components on our page. It is interesting to…
Read More »