List with Details on a Single Page in Oracle Application Builder Cloud Service
This question came up a couple of times from users so I figured I'll document how to achieve a layout that shows a list of items and allows you to pick an item from this list to show the details of...
View ArticleCreating Oracle Application Builder Cloud Service App Based on Oracle ADF...
Oracle Application Builder Cloud Service (ABCS for short) enables you (and your business users) to create rich web and mobile apps in a quick visual way from a browser with no-coding required (but...
View ArticleOracle ABCS - Traversing Relationships, Conditional Navigation, Query and...
Oracle Application Builder Cloud Service (ABCS) lets you do a lot of things in a declarative way, however for more complex validation and conditional logic you might need to resort to some basic coding...
View ArticleExtending Oracle HCM with Oracle Application Builder Cloud Service - It's Simple
I blogged before showing how easy it is to extend Oracle Sales Cloud using Oracle Application Builder Cloud Service.We do get a lot of customers of Oracle HCM that approach us asking if they can use...
View ArticleManaging Oracle Database Code with SQL Developer, Git, and Developer Cloud...
Are you coding SQL and PL/SQL code? Need to manage versions & branches? Want to track your to-do tasks? Need to conduct code reviews and peer programming? Developer Cloud Service can help you!And...
View ArticleAutomating DevOps for the Oracle Database with Developer Cloud Service and SQLcl
In the previous blog entry I showed how you can leverage Oracle Developer Cloud Service (DevCS) to manage the lifecycle of your database creation scripts (version management, branching, code reviews...
View ArticleBusiness Logic in Oracle Application Builder Cloud Service
As you start building more complex applications in Oracle Application Builder Cloud Service, you'll might need to define more complex interactions between objects or validations on rows of data or...
View ArticlePassing Values Between Pages in Oracle Application Builder Cloud Service
A common use case for applications that have multiple pages is passing values between pages. For example you might want to pick up a specific record or value in one page and then use that as a...
View ArticlePassing Business Object Values to Custom UI Components in ABCS
This quick one is based on a customer question about Oracle Application Builder Cloud Service. The scenario is that we have a business object that has a field that contains the URL to an image. We want...
View ArticleI'm On a New Blog Platform!
This happens every several years, our blogging platform at Oracle is switching to a new environment, and my blog is one of those moving. In the next few days I'll be testing to see if content migration...
View ArticlePassing Business Object Values to Custom UI Components in ABCS
This quick one is based on a customer question about Oracle Application Builder Cloud Service. The scenario is that we have a business object that has a field that contains the URL to an image. We want...
View ArticleGetting Data from REST Services into Oracle Application Builder Cloud Service
In the latest version of Oracle Application Builder Cloud Service (ABCS) that we rolled out at the beginning of May we introduced a set of new code templates for creating Business Object...
View ArticleLeveraging Oracle JET Composite Components in Oracle application Builder...
One of the new features of Oracle Application Builder Cloud Service (ABCS) in the May 2017 release is integration with Oracle JET's Composite Components Architecture (JET CCA).Based on the Web...
View ArticleAutomating Processes With Application Builder and Process Cloud Services
Oracle Application Builder Cloud Service (ABCS) gives you a great way to build apps that track data, but what if your data is also involved in processes? What if you need to automate not just the data...
View ArticleExtending Oracle Database DevOps with Automated PL/SQL Unit Testing
Automated testing helps you locate problems earlier in the development cycle saving you precious time down the road. This is why it should be a key part of any DevOps cycle - and your database code...
View ArticleHow Do I Start Learning Oracle ADF - The 12c Edition
The most popular blog entry on my blog has been the "How do I start Learning ADF" entry for years now. That entry however was last updated in 2012 (and written in 2010) - so I figured it is time to...
View ArticleAdvanced Code Search for Git in Oracle Developer Cloud Service
One of the new features introduced in a recent monthly update of Oracle Developer Cloud Service is the advanced code search box you can see at the top right when you look at your Git repositories. This...
View ArticleSending Emails from Visual Builder Cloud Service
Sending emails as a result of some changes to data is a common requirement we've been hearing from customers of Oracle Visual Builder Cloud Service (VBCS). In previous versions we already added a...
View ArticleA Guide to Attending Oracle OpenWorld and JavaOne for Free
This title seems like a click bait, but I'll try and show you that this is actually possible. (Especially if you act fast).A pass to both conferences is not a cheap item, and with training budgets...
View ArticleCreating Custom Search/Query Pages with Visual Builder
There is built in functionality in Visual Builder Cloud Service (VBCS) that will let you attach an advanced filter to any table. This will give you the ability to define complex searches.However,...
View Article