Oracle ADF UIX Developer's Guide | ![]() Contents |
![]() Previous |
![]() Next |
This Guide provides a technical introduction to Oracle ADF UIX and its underlying technologies. It tells how to develop applications using the services provided by UIX.
This chapter contains the following sections:
ADF UIX is a technology for developing web applications with XML component technology in the presentation tier. UIX is the recommended technology for building the view layer of applications developed using the Oracle Applications Development Framework (ADF), available in Oracle JDeveloper9i. UIX is designed to create applications with page-based navigation, such as an online human resources application, rather than full-featured applications requiring advanced interaction, such as an integrated development environment (IDE).
There are many reasons to use ADF UIX:
UIX is platform independent because it is implemented in the Java programming language and other portable web technologies.
UIX supports a wide range of client agents, with more to come. For instance, UIX adjusts its presentation for various browsers and locales. It also supports rendering for mobile devices.
Applications written to the UIX technology stack maintain a consistent appearance. UIX uses high level user interface controls, which are consistently rendered across applications.
UIX applications may be customized at multiple levels. You can change many aspects of the application independently, including page layout, styles, and imaging. The environment makes simple customizations easy, and more complicated customizations possible.
If you choose, much of your UIX development can be declarative, using UIX XML, an XML language for creating UIX pages and managing application flow. UIX XML documents define a user interface including page layouts, styles, and many other features. No programming is involved, and changes can be deployed without recompiling.
UIX is designed with localization and internationalization support in mind. Its rendering technologies automatically adjust for the target client's locale, and the framework is built to help separate localizable content from the user interface.
UIX provides features to support accessibility, so that your UIX applications are usable by a wider audience. Much of the work for adding accessibility is done for you, and utilities are provided for the rest. UIX can automatically generate extra information for those with special needs and can also optimize your application for other users.
High performance has been designed into the framework, such as the caching and reuse of shared resources.
By providing these features, UIX helps to reduce the amount of work needed to get an application running, tested, and customized.
If your user interface requires advanced interactions such as drag-and-drop, code editing, or visual design, you should use a more complicated user interface technology tha UIX provides, for example client-side Java.
Copyright © 2001, 2004, Oracle.
All rights reserved.