‎2008 Jun 02 3:33 PM
Does anyone know if ABAP Web Dynpro runtime and BSP runtime are referring to same technical component? I read some presentation material and it is stated that ABAP will generate the UI from metadata and then use BSP runtime to generate HTML pages to be send to client. I thought ABAP Web Dynpro runtime is a new technical component from SAP. If Web Dynpro runtime is a different technical component than BSP runtime, so does it means that Web Dynpro runtime will generate HTML and Javascript from the Web Dynpro component (ABAP class/object generated from web dynpro metadata)? How about Java Web Dynpro runtime time compare to JSP runtime?
Also, anyone know how to transfer ABAP web dynpro metadata to Java web dynpro metadata? Is ABAP web dynpro metadata get stored in ABAP dicitonary while Java web dynpro metadata get stored in Java dictionary?
‎2008 Jun 02 3:58 PM
Since WebDynpro has its own rendering engine, I would say that it is separate from BSP runtime. WD uses this rendering engine to determine what client(browser, smart client, etc) is requesting, and builds the response which the client can understand. In the case of the browser requesting, HTML and javascript are rendered, in the case of NetWeaver Business Client, I believe it is all XML. So in summary, i would say that they use different technologies in this regard, but may share some of the low level components of the NetWeaver system of course, like ICF
Regards,
Rich Heilman
‎2008 Jun 02 3:58 PM
Since WebDynpro has its own rendering engine, I would say that it is separate from BSP runtime. WD uses this rendering engine to determine what client(browser, smart client, etc) is requesting, and builds the response which the client can understand. In the case of the browser requesting, HTML and javascript are rendered, in the case of NetWeaver Business Client, I believe it is all XML. So in summary, i would say that they use different technologies in this regard, but may share some of the low level components of the NetWeaver system of course, like ICF
Regards,
Rich Heilman
‎2008 Jun 02 4:14 PM
Thanks, Rich. This helpful answer. How about metadata transfer tool? Is there a tool to transfer Web Dynpro metadata from ABAP to Java? I am assuming Java Web Dynpro metadata is stored in Java dictionary, right?
‎2008 Jun 02 4:32 PM