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?