This article describes the creation of master detail Tree
using EJB Datacontrol Objects.Use Case Description
Construct
ADF Tree using Employees & Departments objects.It is
straight
forward to build a tree when foreign key relationship exists
between
the objects. For cases where no foreign key relationships exist, we
can
use this technique to programatically construct the tree in the
view
layer.Implementation stepsLet us suppose that we havecreated Java EE Web Application with...