ADF Regions and Shared Data Control Bindings Use Case
While teaching ADF trainings and talking to ADF developers, often I can see people think about ADF bindings as about some mistery and try to avoid using full potential of ADF Data Control. I would like...
View ArticleOracle JET Composite Component and ADF BC REST
I decided to implement sample app for JET composite component. This is powerful thing, it allows to build pretty much any UIs with HTML - package as components and reuse in the apps. Not only UI - JET...
View ArticleADF LOV Auto Suggest Functionality
ADF Faces LOV component can be easily enabled with auto suggest functionality. This is really powerful feature and should save time for user to search for required list values.Auto suggest can be...
View ArticleLive Webinar - Master Class - ADF Bindings Explained
I will be running free online webinar on Wed, Dec 7, 2016 7:00 PM - 9:00 PM CET. Everyone who wants to learn more about ADF Bindings is welcome to join !Registration URL:...
View ArticleOracle JET CRUD - Search and Edit Form - Part I
I'm going to post a series of articles about CRUD functionality (on top of ADF BC) implementation in JET. I already had a couple of posts about JET CRUD implementation, this new series will bring...
View ArticleADF 12.2.1.1 New Feature - Masonry Layout Custom Size Dashboard
ADF 12.2.1.1 and 12.2.1.2 respectively comes with improvement for Masonry Layout component. Now we can define custom sizes for tiles - 9.4.1 How to Use a masonryLayout Component. This helps to define...
View ArticleRed Samurai - Oracle Cloud Customer (DBaaS, JCS, DevCS)
We understand importance of Cloud services and decided to move out internal development infrastructure (ADF and JET) into Oracle Cloud. From today we are Oracle Cloud customers and users for the...
View ArticleBetter Oracle JET Code Structuring with Your Own Modules - Part II
You can end up into long lines of JavaScript code when implementing more complex use cases in JET. This will complicate maintenance and make code hardly readable. To prevent this - plan code structure...
View ArticleOracle Developer Cloud Service and ADF Build/Deployment Automation Summary
We are moving our internal development to Oracle Cloud production instance. This weekend I was going through build automation and deployment process with Oracle Developer Cloud Service. I would like to...
View ArticleSimple CRUD Implementation with Oracle JET - Part III
This is third and last part in JET CRUD series. I already had a post about JET CRUD few months ago - Very Practical CRUD with JET and ADF BC - POST and DELETE Methods. But current approach is more...
View ArticleVideo - Live Webinar - Master Class - ADF Bindings Explained
Posting 2 hours long video recording for yesterday webinar - Master Class - ADF Bindings Explained. Thanks to everyone for attending. It was large crowd, nearly 100 attendees live. I enjoyed answering...
View ArticleEarly ADF Model Update with Process Updates Method
This use case specifically useful for ADF UI value change listener. If there is business logic to be invoked when field value is changed, we can can call ADF BC custom method from assigned value change...
View ArticleJET Application - Generate with Yeoman - Debug in NetBeans
Let's take a look today how to debug JET application which is initially generated with Yeoman. We could debug in NetBeans, but by default application generated with Yeoman is not runnable in NetBeans,...
View ArticleSkip LOV Validation for ADF BC Bulk Insert
This post is about ADF BC LOV. I will describe how you could optimize bulk insert of new rows into VO, when some of the attributes are assigned with LOVs. By default ADF would validate new row...
View ArticleOracle JDeveloper (SOA and BPM) 12c (12.2.1.2.0) - Download Temporarily Not...
If you try to download JDeveloper (as well as SOA Suite or BPM Suite) from OTN - you will see a message on OTN download section - "This page is temporarily not available we'll be back soon".You should...
View ArticleADF REST Framework Version 2 (and later) - 12.2.1.2
While building our new Oracle Cloud application with ADF BC REST and JET, I have discovered not announced feature in ADF BC REST 12.2.1.2. Starting from 12.2.1.2 ADF BC REST offers runtime versions....
View ArticleADF BC REST 12.2.1.2 Custom Method JDeveloper Workaround
Some of you who would try to implement custom method with ADF BC REST may face JDeveloper 12.2.1.2 wizard issue. JDeveloper 12.2.1.2 wizard is refusing to register ADF BC REST custom method, but it...
View ArticleNetBeans Git Client for JET Versioning and Oracle Developer Cloud Service
I should say I'm happy with how NetBeans Git client works. It offers good performance and resolves conflicts pretty well.It shows a list of pending changes and also changes colour for changed file...
View ArticleOracle ADF - Strategic Oracle Technology
Happy New Year !There is update for Oracle ADF Statement of Direction dated to November 2016:You can read full document on Oracle Support site, search for document ID 1985782.1.To summarise outlined...
View ArticleOracle JET Router API Example
One of the examples of JET Router API usage - sign-in/sign-out implementation. After sign-in we need to change menu structure and allow access to application modules, on sign-out menu structure should...
View Article