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
Subscribe to:
Posts
(
Atom
)