The View layer is that part of the J2EE application that end users of your application interact with:
For Web applications, the UI is ultimately displayed as HTML rendered by a browser, where the displayed data is pulled from business services in the model layer.
For Java client applications, which run standalone, the UI consists of Swing components, into which data from business services in the model layer is pushed.
Overall, the view layer for these applications is responsible for:
When you create J2EE applications in JDeveloper, the design time tools help to simplify the task of creating a databound client. Without needing to write code, client developers can assemble databound web pages and Java clients. The client-design task is aided by the JDeveloper design time and its cooperation with the Oracle ADF model layer. Without needing to understand the inner workings of the ADF model layer, client developers can insert UI components that access actions and data in selected business services. The process for creating databound clients is the same in JDeveloper for any of these supported client technologies:
To learn how JDeveloper makes it easy to use the ADF model layer with the UI components of each client type, see About the Data Control Palette.
For additional design issues and guidelines for browser clients, locate this web page in your browser:
For additional design issues and guidelines for Java clients, locate this web page in your browser:
For background information about valid client documents:
About JClient Forms
About JavaServer Pages
About UIX
Pages
Copyright © 1997, 2004, Oracle. All rights reserved.