ADF and Developer Cloud Service
Some time ago, I wrote this blog post showing how to deploy an ADF application in Oracle Cloud, and a few days ago I read these posts about how to upload an ADF application to Developer Cloud Service and deploy to Java Cloud Service.
In this post I will upload my application to DevCS and then deploy it to JCS.
Download the sample application: ADFCloudApp.zip.
Following the tutorials, I changed build.xml and build.properties files.
And, because I’m using HR Schema, I changed the datasource […]