| Name |
Created/Modified |
Description |
Download |
| Working with ADF Faces Calendar Component |
2011-10-24 |
The ADF Calendar Component is new in Release 1 (11.1.1.1.0)and displays created activities in daily, weekly, monthly, or list view for a given provider or providers where the provider is the owner of an activity. |
FODADFCalendar.zip |
| Dynamic resizing of popup window |
2011-10-24 |
Provides code to enable popup (panelWindow) dynamic auto sizing to current browser view dimensions |
PopupSize.7z |
| Reusable ADF 11g Library (RSSFeedReader) |
2011-10-21 |
In this codesample I'll provide a codesample and demonstrate the creation of a reusable component (ADF Library) using JDeveloper/ADF 11g, Rome 1.0 RSS and Atom Utilities, and JDOM 1.0. |
FeedReader.zip |
| Source code based on book EJB3 in Action by Debu Panda et all. Contains in addition a small custom ADF ejb application. JDev version used is 11.1.1.3 |
2011-10-21 |
Auction bidding ejb 3 application |
ejb3inaction.zip |
| Embedding BAM-ADF dashboards in Webcenter |
2011-10-14 |
shows how to embed ADF based BAM view in Webcenter |
IntegrateBAM_ADFinWebcenter.zip |
| Polls Demo Client and Admin Console Taskflows |
2011-10-14 |
Detailed in documentation |
polls_demo.zip |
| Quick Start Guide to Fusion Development JDeveloper and Oracle ADF Sample Application |
2011-10-14 |
Sample application for the above book |
QSF1.zip |
| Java class data control tricks sample |
2011-08-26 |
This code sample shows the usage of a simple Java class in a JSF page with ADF binding. It relates to the techniques shown in this blog entry: http://blogs.oracle.com/shay/2009/07/java_class_data_control_and_ad.html |
FileReadWrite.zip |
| Stand-alone ADF Faces Rich Client skins for projector display |
2011-07-04 |
This skin for ADF Faces Rich Client components contains versions of several skins which are optimized in terms of colors and fonts for display on projected displays. As well as being useful for running applications on a projector, these skins also serve as great examples if you are learning to adapt or build your own skin for ADF Faces Rich client. |
adf-projector-skin-11.zip |
| Sharing ADF context with a Servlet |
2011-04-27 |
This code demonstrates how a Servlet within an application can share the same data control context (frame) as the underlying UI pages and Task Flows within that application. This approach is useful when you are creating integrated applications where servlets are leveraged to add functionality to the application such as AJAX calls or email generation. |
SharedBindingContext.zip |
| Visio Stencils for ADF Faces Rich Client Components |
2011-03-07 |
This utility provides a set of stencils for Microsoft Visio which will allow you to quickly and accurately design ADF Faces user interfaces using that tool. |
ADF_Faces_Stencils_for_Visio.zip |
| ADF Mobile Browser Sample Project Based on Fusion Order Demo |
2010-05-20 |
Sample project for ADF Mobile Browser, demonstrating examples for constructing user interfaces optimized for mobile devices. Containing sample CSS files for use with the application that achieves the mobile optimized look and feel. |
adfm-new.zip |
| Script to detect native XMLHttp support in Internet Explorer |
2010-05-20 |
This is a simple JavaScript function which can be embedded into the entry point pages of any ADF Faces Rich Client Application. It will check to see if the user has the required "Enable native XMLHTTP support" option switched on in an IE browser. If the the option is not switched on, the page will not work correctly so the function will either redirect the browser to a specified help page or pop up a default alert with instructions on how to enable the required option. |
browserCheck.js |
| Using the DVT click event in contextual events to provide master-detail synchronization across ADF Regions |
2010-05-20 |
Based on the HR schema, this sample shows a graph in an ADF region and the list of employees working in the selected department in another ADF Region. Contextual events allow developers to communicate between ADF Regions without requiring a restart of the detail region. Its one of the most powerful ADF Region interaction patterns, that seems to be underestimated among current application developers. Note that ADF contextual events are getting more visual design time in following releases of Oracle JDeveloper 11g that turns a so far manual configuration into a declarative task. |
Contextual_Event.zip |
| ADF UI - Refresh Template Components |
2010-05-20 |
This sample shows how the state of components within a page template can be cleanly controlled by the client pages that use that page template. Importantly this is done with minimal code and no pollution of the template with knowledge of it's consuming pages. As an example, the demo shows how the collapsed state of a panelSplitter in the template can be controlled from a button in the page that uses the template |
RefreshTemplate.zip |