on 2006 Sep 21 2:29 AM
Who can tell me the differences between "Customer Controller", "Component Interface" and "Component Controller"?
Thanks in advance.
Request clarification before answering.
Hi,
Custom controllers
These are the internal building blocks of a Web Dynpro component and have no user interface. They are only to be used when some unit of functionality is required by several other controllers. For instance, a custom controller could be used, when a BAPI is called, and the information returned requires some sort of intermediate processing before it can be displayed. This custom controller could then be declared for use by several different view controllers. Do not create a custom controller simply because you can! Only use one where its presence will simplify or optimize the components architecture.
Component Controller
The component controller is a special custom controller that is automatically created when a component is created. The lifespan of a component is defined by, and equal to, the lifespan of the component controller.
Component Interface: It provides an interface for other components to access its functionality
Regards,
Saraswathi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
85 | |
29 | |
9 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.