cancel
Showing results for 
Search instead for 
Did you mean: 

About Configuration Controller

Former Member
0 Kudos

Hi All,

I just want to know what is Configuration Controller in webdynpro & what is the usage of it.

would be Glad to see your answer....

Thanks

Sekaran Ramalingam

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

former_member181883
Active Participant
0 Kudos

Many moons ago (mid 2003 if I remember correctly), there was a concept of a configuration controller. This controller was part of the Component Interface, but was dropped by the beginning of 2004 (I can't exactly remember when it was dropped).

However, the generation of the stub file called IExternalInterfaceCfg.java has persisted in developer studio.

Don't worry about this controller, its not available for modification, and isn't called by the framework.

Regards

Chris W

Former Member
0 Kudos

Sekaran,

If you mean IExternal<ComponentName>Interface<b>Cfg</b> controller, then it is just some strange artifact generated by WD generator for every component.

For more then 2 years with WD I haven't seen any usages of this controller (neither in custom code nor by WD runtime itself).

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi,

A google search for 'WebDynpro Configuration Controller' gave me this link, but it doesn't clearly say where to find this controller:

http://64.233.161.104/search?q=cache:WxR_VK7lgNEJ:www.dtobi.co.kr/permit/board_files/pds_board/files...webdynproconfiguration+controller&hl=en#14

In the document, pages 10 & 15 have references to 'Configuration Controller'.

Best Regards,

Nibu.

Former Member
0 Kudos

To say it in Mr. Spocks's words: Fascinating.

Seems to be an outdated concept of Web Dynpro. If you google further you will also find articles saying that Web Dynpro uses JSP's

Armin

Former Member
0 Kudos

Armin,

I had to again depend on google to see who 'Mr. Spock' is

Nibu.

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Skaran,

there is no Web Dynpro controller of type 'configuration'. The Web Dynpro programming model knows the following controllers:

- Component Interface Controller

- Component Interface View Controllers (optional)

- Component Controller

- Custom Controllers (optional)

- View Controllers (optional)

You can implement a custom controller which deals with configuration specific tasks.

In which context did you read this term?

Regards, Bertram