In this post I am putting some practices and that we should follow while using Oracle Application Development Framework for development
Blog about Oracle ADF, JDeveloper, PL/SQL, Java, JavaScript, jQuery and Other Web Technologies
Search this blog
Tuesday, 11 April 2017
Oracle ADF Best Practices, Mistakes and Worst Practices
In this post I am putting some practices and that we should follow while using Oracle Application Development Framework for development
You might also like:
Labels:
ADF Basics
,
AM Configuration
,
Application Module
,
best practice
,
Jdeveloper
,
Model
,
Oracle ADF Tutorial
Monday, 10 April 2017
ADF Basics| Tip to Hide af:inputListOfValues search popup at runtime
Hello All
Previously I have posted about a requiremnt of hiding af:inputListOfValues search icon using CSS
ADF Skinning | Hiding search icon of af:inputListOfValues using CSS & StyleClass
In that solution search icon doesn't appear on page but it is a part of JSF component tree so when user press TAB+SPACE after entering a value in lov component then search popup appears on screen as this action invokes search icon click event
Recently a Friend of mine came across another requirement that was not showing lov popup at all as only autoSuggest behavior was required , so for this first way is to use autoSuggest behavior in an af:inputText compoent using Lov bindings and second way is to short circuit component life cycle
Previously I have posted about a requiremnt of hiding af:inputListOfValues search icon using CSS
ADF Skinning | Hiding search icon of af:inputListOfValues using CSS & StyleClass
In that solution search icon doesn't appear on page but it is a part of JSF component tree so when user press TAB+SPACE after entering a value in lov component then search popup appears on screen as this action invokes search icon click event
Recently a Friend of mine came across another requirement that was not showing lov popup at all as only autoSuggest behavior was required , so for this first way is to use autoSuggest behavior in an af:inputText compoent using Lov bindings and second way is to short circuit component life cycle
You might also like:
Labels:
ADF
,
ADF Basics
,
af:inputListOfValues
,
hide
,
jsf
,
JSF Lifecycle
,
launchPopupEvent
,
launchPopupListener
,
Oracle ADF Tutorial
,
Popup
,
responseComplete
Saturday, 8 April 2017
Uploading and downloading files from database (BLOB) in Oracle ADF (12.1.3)
Hello all
This post is about a very simple requirement -file handling (uploading and downloading various types of file) in ADF and it is needed very often to store file in absolute server path (actual path) and download from there and I have posted about that previously
Uploading and downloading files from absolute server path
Now this post is about uploading and saving file in database BLOB column and downloading from there
See step by step implementation -
This post is about a very simple requirement -file handling (uploading and downloading various types of file) in ADF and it is needed very often to store file in absolute server path (actual path) and download from there and I have posted about that previously
Uploading and downloading files from absolute server path
Now this post is about uploading and saving file in database BLOB column and downloading from there
See step by step implementation -
You might also like:
Labels:
11g
,
ADF
,
af:fileDownloadActionListener
,
BLOB
,
Database
,
Download
,
File
,
FileHandling
,
In ADF
,
Jdeveloper
,
Jdeveloper 12.1.3
,
Jdeveloper 12c
,
Oracle ADF Tutorial
,
path
,
Upload
Saturday, 1 April 2017
OTN Question: Not able to see last record in af:table when using icons (May be a bug)
Hello All
This post is about a problem that occurs sometimes in af:table when we use icon in any column, I am not sure that it is a bug or not but sometimes table is not fully stretched on first load and last row doesn't appear properly on page but after refreshing page again problem is solved.
You might also like:
Labels:
ADF
,
ADF UI
,
af:table
,
autoHeightRows
,
Bug
,
inlineStyle
,
Jdeveloper
,
Oracle ADF Tutorial
,
UIComponent
Monday, 20 March 2017
ADF Basics: Tip for not showing record in dependent lov
Hello All
Recently I have seen a question on OTN forum - Question on cascading LOV
It was about cascading lovs in ADF
Suppose we have 2 dependent LOVs and requirement is that 2nd lov should not show any data until first one is selected , this is very simple and common use case but for beginners it's a tedious task
So I thought to write it here to help others
You might also like:
Labels:
ADF
,
ADF Basics
,
Bind Variable
,
Dependent Lov
,
ignore null values
,
Jdeveloper 12.1.3
,
Jdeveloper 12c
,
List of Values
,
Lov Accessor
,
Model
,
Oracle ADF Tutorial
,
ViewCriteria
,
ViewObject
Subscribe to:
Comments
(
Atom
)