Basics of Web Dynpros
Basics of Web Dynpros
Web Dynpros are a Net weaver Programming Model. It can be used for developing Web Applications based on UI ( User Interface ) Technology. The Architecture of Web Dynpros are MVC ( Model View Controller ) Architecture. Model -----> Interacts the Backend System. View ------> Interacts to the Frontend System. Controller -------> Combines to the Model and View. Basics of Web Dynpros 1) View : Views are Visible Screen area and it contains Screen Elements. Ex: A Text Filed entering Employee Name. 2) Controllers : View has -----> View Controller .
Component has ------> Component Controller. View Controller Performs ------> Event Handling Based on -----> Actions triggered in a View. For example: Entering Employee Details whenever the user clicks the button. 3) Windows : Windows have one or more Views. The views are enabled into the Screen at the runtime and these views are embedded within the window. Windows have -----> Input and Output Plugs and Windows Controller . Windows Controller is global and it is visible in every part within the Component. 4) Components : Components are used to execute the Web Applications. Components are like Views, Windows, Controllers and these components are interact with Component Interface.
5) Application : Application is URL ( Uniform Resource Locator) Something executed by the user. Whenever the user invokes to the URL Web Dynpro creates the Instance based on Root Component. 6) Context : Context is nothing but a Repository of data like Data Container. The Data can b used in Views or Components of this context. 7) Controllers :