Tag Archives: ADF

How to know that a method was run, when you didn’t write that method

Recently, I was posed with a situation where I needed to ensure that a particular method was being run by an application, but that method was part of the framework (ADF in this case) not a method that I had … Continue reading

Posted in Uncategorized | Tagged , , , , | 2 Comments

Oracle Fusion Middleware on JDK 7

In case you did not notice, you may be interested to know that most of the Oracle Fusion Middleware 11g platform is now supported on Java 7.  This is effective from WebLogic Server 10.3.6 and Oracle Fusion Middleware 11.1.1.6.  You … Continue reading

Posted in Uncategorized | Tagged , , , , , | 2 Comments

Introduction to the Sales Order Entry application

This post is part of a series on building a modern web-based interface for E-Business Suite using Oracle ADF with Oracle Service Bus providing services between EBS and the front end. Our (imaginary) client wants a new, modern, web-based Sales … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Changing the default editor/view in JDeveloper

If you work a lot with complex ADF pages in JDeveloper, you may get tired of waiting for it to open your pages in the Design view, I know I do!  Fortunately, there is a simple solution.  You can change … Continue reading

Posted in Uncategorized | Tagged , , | 3 Comments

Using the Organisation Chart component

In a previous post, we built a component that displays an organisation chart using the ADF Hierarachy Viewer.  In this post, we look at how to use that component. The organization chart provides a hierarchy view for members in an … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Building an interactive Organisation Chart using the ADF Hierarchy Viewer component

Introduction The ADF Hierarchy Viewer component provides a highly interactive way to visualise and interact with a set of data which contains relationships.  In this post, we will use it to build an organisation chart which allows users to navigate … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

Simple Navigation

Note: This post was written using Oracle JDeveloper 11.1.1.3, running in 64-bit mode on 64-bit Ubuntu 10.04 LTS, but will work with JDeveloper 11.x on any platform. This post is part of a series on Oracle Application Development Framework (ADF).  This … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

ADF Faces Hello World!

Note: This post was written using Oracle JDeveloper 11.1.1.3, running in 64-bit mode on 64-bit Ubuntu 10.04 LTS, but will work with JDeveloper 11.x on any platform. This is the first in a series of posts on Oracle Application Development … Continue reading

Posted in Uncategorized | Tagged | 7 Comments

What you need to use ADF

This blog contains many articles about Oracle Application Development Framework (ADF).  In order to develop and run applications using ADF, you will need to install Oracle JDeveloper, which you can download from the Oracle Technology Network (here). Each post will … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Using the new AutoSuggest Behaviour in ADF

ADF 11.1.1.2 added a new Auto Suggest capability that allows you to provide automatic suggestions as a user types data in a field (just like Google do).  This post provides a quick demo of how to use this capability.  You … Continue reading

Posted in Uncategorized | Tagged | 2 Comments