cancel
Showing results for 
Search instead for 
Did you mean: 

WEB DYNPRO Application.

Former Member
0 Kudos

Hi,

Can any one brief what is a webdynpro application in general?

Accepted Solutions (1)

Accepted Solutions (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi

A webdynpro application is an entry point to the component of a webdynpro.

A component is referenced by the Application with an url.That URL inherently consists of the Component name,Interface Controller,Which plug has to be fired .

Components can not be accessed directly from the client.They must be accessed via an application.The application associates an url with a standard entry point in the component interface known as a plug.There is one to one relation ship between a comp[onent and an application

Regards

venkata kalyan.k

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

Sumanth,

Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).

Web Dynpro helps you with the development of Web applications by:

· Ensuring platform-independence with the meta model approach

· Minimizing the implementation effort through declarative programming

· Supporting a structured design process by applying the model view controller paradigm

· Providing reuse and better maintainability by using components

· Providing graphical support with tools in the Web Dynpro perspective

· Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.

Regards,

Ramganesan K

Former Member
0 Kudos

Hi Sumanth Manjunath,

Check the link below

/thread/136544 [original link is broken]

I hope that will be helpful.

regards

Anil