Hi,
You must be familiar with this feature while Googling when you type partial text in search box and you get lot of similar text suggestions. The same feature you can use in ADF application as well with af:autoSuggestBehaviour tag
You can use the same technique for LOVs as well
Download the Sample workspace
More info in this video
Happy Jdeveloping,
Zeeshan Baig
Wednesday, September 29, 2010
Saturday, September 25, 2010
Filter table records using af:InputRangeSlider in Oracle ADF
Hi,
After couple of weeks of absence i am back :) . In this post we will see how to filter table records using Range slide component. I m using af:InputRangeSlider component to define the minimum and maximum range and these range uses to setup the values of bind variables in employee table to display records between these salary ranges.
The idea inspired by Oracle fusion applications screen shots :)
Download the sample workspace
Happy Jdeveloping,
Zeeshan Baig
After couple of weeks of absence i am back :) . In this post we will see how to filter table records using Range slide component. I m using af:InputRangeSlider component to define the minimum and maximum range and these range uses to setup the values of bind variables in employee table to display records between these salary ranges.
The idea inspired by Oracle fusion applications screen shots :)
Download the sample workspace
Happy Jdeveloping,
Zeeshan Baig
Sunday, September 19, 2010
ADF Essentials Series at OTN
Hi,
This post to introduce the great ADF essentials series articles at OTN by Chris Muir and John Stegeman. Don't Miss it
Zeeshan Baig
This post to introduce the great ADF essentials series articles at OTN by Chris Muir and John Stegeman. Don't Miss it
Oracle ADF Development Essentials
Series: Adapting Oracle Application Development Framework and Subversion to Your Enterprise's Needs
Happy Jdeveloping,Zeeshan Baig
Wednesday, September 8, 2010
Store Images in BLOB in Oracle ADF
Hi,
In this post we will see how to store images in BLOB type database column instead of server OS. This post also shows how to read images later from BLOB column using Image servlet.
Download the sample code
Summary of steps as follows:
1) Create table with BLOB column.
2) Create Business Components as usual make sure the type is BlobDomain is selected.
3) Create Managed Bean which process image to store in BLOB (request scope level)
4) Create Image Servlet to read Images from database table.
Details in this video.
Happy JDeveloping,
Baig
In this post we will see how to store images in BLOB type database column instead of server OS. This post also shows how to read images later from BLOB column using Image servlet.
Download the sample code
Summary of steps as follows:
1) Create table with BLOB column.
2) Create Business Components as usual make sure the type is BlobDomain is selected.
3) Create Managed Bean which process image to store in BLOB (request scope level)
4) Create Image Servlet to read Images from database table.
Details in this video.
Happy JDeveloping,
Baig
Subscribe to:
Posts (Atom)