cancel
Showing results for 
Search instead for 
Did you mean: 

Advantages and dis advantages of web dynpro java

Former Member
0 Kudos

Hi Guys,

May i know what are the advantages and dis advantages of web dynpro java?

Regards,

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

pradeep_kumar5
Active Participant
0 Kudos

Hi Madhu,

Web Dynpro (WD) is a proprietary web application user interface technology developed by SAP AG and exists in a Java (Web Dynpro for Java, WDJ or WD4J) and an ABAP (Web Dynpro ABAP[1] , WDA) flavor. Both have in general the same functionality, but usually one flavor is improved after the other, so temporary one flavor is more advanced than the other. Hence, the decision for one of the two flavors shall be based on organizational and business circumstances, but not on functionality.

WD follows an adapted MVC pattern and a model driven development approach ("minimize coding, maximize design") with a large number of dedicated hooks in generated code to place custom coding. It is intended for business applications that shall follow standardized UI principles, connect to backend systems and be scalable.

Main advantages of Web Dynpro over other technologies

  • typed access for design time checks, e.g. navigation links and messages are accessed via types instead of string keys like in JSF

  • diverse services for backend access, like aRFC, JEE and Web Service data models

  • integration with SAP Interactive Forms by Adobe, which are interactive PDF forms, during design (same IDE) and run time (data sharing)

  • integration with business process management and business rules management (since NetWeaver CE 7.1 EHP 1)

  • designed to support development big scale applications by adding multiple grouping layers on top of Java packages (DCs, SCs, products)

  • runs on different clients e.g. web browser, mobile device, widget engine

  • comes with a big collection of UI elements providing a wealth of functionality and only have to be configured but not programmed

Main disadvantages

  • proprietary, running only on SAP servers

  • less flexible due to support for multiple clients (i.e. custom html is not possible). To reduce the limitations, several measures have been taken. For example, WD supports so-called "islands" for e.g. flash applications that enrich the Web Dynpro UI element collection by rich UI elements. This disadvantage doesn't seem so serious but in fact basic features that user expect to receive cannot be implemented (e.g. coloured rows in table, colours in general, advanced aligning of simple UI elements (due to nonexistence of more complicated ones), selecting multiple rows in tree-like tables (this is due to preserving basic concept of WD) and many more). Having the flash feature means that developer completely avoids WD UI (And thus cannot use other features).

  • rendering speed in browser for larger tables (>1000 rows)

The designtime and runtime environment is part of SAP NetWeaver 7.0[2] (also known as Netweaver 2004s) and following releases.

The name comes after the original Dynpro library, whose name meant "Dynamic Program".

Regards,

Pradeep Kumar

Answers (0)