Andrej Baranovskij Blog
Blog about Oracle, Full Stack, Machine Learning and Cloud
Tuesday, April 26, 2016
Optimize ADF HTTP Response Size with ChangeEventPolicy
›
You should read this post, if you are looking how to reduce ADF HTTP response size. This can be important for ADF application performance t...
3 comments:
Sunday, April 17, 2016
ADF 12c Custom Property Groovy and AllowUntrustedScriptAccess Annotation
›
To execute Groovy expression in ADF 12c (to call Java method from Groovy), you must specify trusted mode. Read more about it in my previous...
Sunday, April 10, 2016
Monitoring ADF 12c Client Request Time with Click History
›
You must be excited to read this post, I will describe one very useful feature, available in ADF 12c. This feature - Click History . You ca...
Thursday, April 7, 2016
ADF BC View Criteria Query Execution Mode = Both
›
View Criteria is set to execute in Database mode by default. There is option to change execution mode to Both. This would execute query and...
2 comments:
Wednesday, March 30, 2016
Change ADF BC Data Update Locking with FOR UPDATE WAIT
›
Each time when data is changed and updated through ADF BC, before posting changes to DB, SQL query with FOR UPDATE NOWAIT is generated and ...
Friday, March 25, 2016
ADF BC Version Number and Change Indicator to Track Changed Rows
›
One of the common use cases in enteprise applications is to track concurrent user changes. There are two types of changes possible - when t...
Friday, March 18, 2016
How To Be More Productive with JDeveloper 12c Application Redeployment
›
When you work on larger JDeveloper/ADF 12c project, most likely you will experience issues with application redeployment (rerun). These two...
‹
›
Home
View web version