cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Vs JSP

Former Member
0 Kudos

Hi,

We have JSP, what are the features of web Dynpro over JSP, while JSPs are also used for creation of UIs.

Thank you

regards

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

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,

Anagha

Former Member
0 Kudos

Hi,

Thank you for responding. As you said that JSPs also platform independent, we can easily develope code, then wat r the extra features over JSPs

Answers (0)