Whole Server Migration

Whole Server Migration This document shows two ways to configure whole server migration, using non-database consensus leasing and using database leasing. Something I have seen during my experience as a...

Nice trick to create custom sql statements in polling DbAdapters with OSB 12c

Now we will learn how to change the sql statement for Database pollers using OSB 12c. There we go: Introduction OSB allows us to create DbAdapters and select a polling...

Updating AMX TableLayouts dynamically with Kadene's 2D Algorithm sample

Now we will learn how to change dynamically some MAF AMX components. There we go: Create classes To start with the table structure we are going to create one class...

Deploying an application on a cluster

Deploying an application on a cluster Introduction This document complement the article created in High Availability since it uses the high available architecture created in that post to demonstrate how...

Implementing a Weblogic Architecture with High Availability

Implementing a Weblogic Architecture with High Availability Introduction This document shows a comprehensive process to construct an architecture with high availability that demonstrates how useful is in order to do...

Differences between ADF Mobile and Oracle MAF in development perspective

This time, we will see some important advantages and disadvantages between these two versions. There we go: #Overview# ADF mobile is a mobile hybrid application development framework that can build...

Oracle SOA Suite 12c Docker Image built with Packer

After find some limitations on building SOA Docker image using Dockerfile (as volume access, default size image) I researched on how to improve building process and I found Packer (from...