Creating an Extended Web Dynpro Application
We recommend that you structurally subdivide the development process of a Web Dynpro
application into the categories visual, declarative, and programmatic. The table shows that the
Web Dynpro programming model provides good support of the visual and declarative
approach, so the programmatical aspect can be reduced to a minimum. ...
So far, you have created a simple Web Dynpro application that can only display a text or a
picture on a view.
You will now be familiarized with additional main concepts of Web Dynpro-based application
development by creating a short quiz application. You will learn about the following aspects of
the Web Dynpro programming model, for example:
- Creating a Web Dynpro application with multiple views and a navigation structure
- Working with event handlers (action event handlers, inbound plug event handlers) that you declare yourself
- Reading contents from the property resource bundles and storing them in a Web Dynpro context (value nodes, value node elements)
- Dividing data between view controllers and component controllers using context mapping
- Manipulating UI element attributes at runtime using data binding
Source: www.bus.ucf.edu
Related PDF Files
Topic:
Comments for Creating an Extended Web Dynpro Application