|
Setup
Oracle9i JDeveloper provides everything you need to
use the JClient framework, and no special setup steps are required. Functionally,
JClient is divided into design time and runtime. Because the design time is
fully integrated with the JDeveloper IDE through a set of wizards, JDeveloper
helps you to generate a JClient application quickly. The wizards generate code
with hooks into the JClient runtime.
You can use JClient wizards without a full command of the
JClient runtime APIs. The wizards help you to build UI clients in Java that
display data forms using standard JFC/Swing components bound to BC4J view objects
and attributes. The control bindings you add to standard Swing controls using
the JClient design time allow your data forms application to get and set values
on the Business Components.
The JClient wizards together with the JDeveloper IDE help
you to quickly build, run, and test a JClient application or applet. You can
later modify data forms by adding more sophisticated controls and Java code
to enhance your application.
|