cancel
Showing results for 
Search instead for 
Did you mean: 

What is the difference between a Java interface and a Web DynPro interface?

Former Member
0 Kudos

Hi,

I have often heard that Java interface is different from Web DynPro interface concept.

Is the concept of "multiple inheritance" the difference? But still the concept is not clear for me. Can anyone explain?

Regards,

Kalpana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

good

go through this link,hope this would help you to solve your problem

http://www.sap-press.de/download/dateien/1347/sappress_inside_web_dynpro_for_java.pdf

thanks

mrutyun^

Former Member
0 Kudos

Hi,

Instance methods created through the NetWeaver Development Studio may not be

overloaded. This is because the Web Dynpro metamodel is designed to be independent of the

implementation language. Since the Web Dynpro toolset has also been developed for use in Object

Oriented ABAP which does not support method overloading, this feature has not been implemented in

Web Dynpro for Java.

Regards,

Ganga

Former Member
0 Kudos

Hi Gangadharayya,

Thanks for your prompt reply!

In Java, its possible for one class implementing interface A to access another class which is also implementing A. Can this be done in Web DynPro as well?

Regards,

Kalpana