InterviewSolution
| 1. |
What Is View Assembly ? |
|
Answer» A window defines the super set of all possible views that a Web Dynpro application could require whilst running a particular component. The NUMBER of views visible at any one time HOWEVER, will typically be only a SUBSET of the number of views embedded WITHIN the window. The subset of views rendered at any one time is known as the View Assembly. User interaction followed by subsequent NAVIGATION processing will frequently cause this subset of views to change with every server round-trip. The view assembly represents those views seen by the user on their client device after the completion of a particular server round trip. A window defines the super set of all possible views that a Web Dynpro application could require whilst running a particular component. The number of views visible at any one time however, will typically be only a subset of the number of views embedded within the window. The subset of views rendered at any one time is known as the View Assembly. User interaction followed by subsequent navigation processing will frequently cause this subset of views to change with every server round-trip. The view assembly represents those views seen by the user on their client device after the completion of a particular server round trip. |
|