ADF
« Previous EntriesADF Enterprise Methodology Group Schedule at OOW (A Must Attend)
Sunday, August 22nd, 2010Chris Muir did blog about the EMG schedule during OOW 2010, making my post easier as I don’t have to craft the announcement myself.
You find the full blog post on Chris’s blog :
ADF Enterprise Methodology Group @ OOW 2010
Copying the session abstracts from Chris’ blog:
Location: Hotel Parc 55, 3rd Floor, Mason Room
Map: http://www.parc55hotel.com/map-and-directions
Date/time: [...]
ADF CODE CORNER HAS NEW URL: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
Monday, August 16th, 2010OTN pulled the plug on the old ADF Code Corner URL. The new ADF Code Corner Website reference is: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
You will notice that the content is not quite the same yet as it was on the old page. I am still in process of migrating the complete ADF Code Corner documents to a new PDF [...]
New on ADF Code Corner: How to access remote task flows from your ADF applications
Tuesday, July 13th, 2010ADFc remote task flows are bounded task flows that are deployed as Java EE applications to a server for clients to access. Remote task flows use JSPX documents for their views and are open for direct browser access. Like bounded task flows in ADF libraries, remote task flows are a design pattern for sharing business [...]
New on ADF Code Corner: Editable Tree Nodes using the Oracle ADF POJO Data Control
Monday, June 28th, 2010Editable tree nodes is a use case that frequently shows up in questions asked on internal and external Oracle JDeveloper forums. If you use ADF Business Components as a business service, then, because of its tight integration with ADF and its active data model, there isn’t much for you to do other than making [...]
New on ADF Code Corner: Metadata Services (MDS) Example : Power User vs. Normal User
Monday, June 21st, 2010The Oracle whitepaper Building Customizable Oracle ADF Business Applications with Oracle MDS is based on a simple example application that contains the code sources listed in the document. The application base use case is a seeded customization that allows users to switch the user interface between a normal view with dialogs and wizards and an [...]
New on ADF Code Corner: How-to build a search form using the Oracle ADF Web Service Data Control and Complex input types
Friday, June 18th, 2010Web Service operations may use complex input types in the arguments. For example, querying a list of employees may expect an Employee object as the search argument. The Oracle ADF Web Service Data Control resolves the complex argument if its structure is contained in the Web Service definition (WSDL) , which usually is [...]
ADF Code Corner: How-to copy/paste the value of a table cell to other – selected – table rows
Tuesday, June 1st, 2010This blog article describes the solution to a very specific customer problem and requirement (aka. use case) to copy the value of a table cell to the same column in multiple selected table rows. The idea behind this use case is to enable application users to bulk update status information by copying an existing status [...]
ADF Code Corner: How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS
Friday, May 14th, 2010There are different types of menus you can use within an application: breadcrumbs, to navigate a process within unbounded page flows, train stops for the same in bounded sub flows, context menus to operate actions on a specific component, hierarchical structure menus to access tasks and their sub tasks tabs to switch between different views [...]
New on ADF Code Corner: Invoking Contextual Events from a DVT Graph
Tuesday, April 13th, 2010The contextual events framework in Oracle ADF defines a publish / subscribe mechanism that leverages the ADF binding layer to notify ADF regions about user interaction performed in other regions, the parent page or a ViewPort (page fragment). Oracle JDeveloper provides declarative help to setup contextual events for input and action components, but not yet [...]
New on ADF Code Corner: How-to create and synchronize edit forms for ADF tree node entries
Tuesday, March 30th, 2010A tree displays hierarchical data structures and often is used as a mean of navigation within data. A common use case is to display an input form in response to the tree node or ree leaf selection by the user. In this blog article I look at what it takes to synchronize an input form [...]
« Previous Entries