cancel
Showing results for 
Search instead for 
Did you mean: 

embed java applet in web dynpro

Former Member
0 Kudos

Hi experts,

is it possible to embed a java applet into a web Dynpro application. Or have I to use a jsp / Servlet / AbstractPortalApplication / (JSP)Dynpage

Regards

Fllo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

yes its possible...

go thorugh these docs..:[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/91b8c890-0201-0010-c787-be96f6fade89]

[http://www.vogella.de/articles/SAPWebDynpro/article.html]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8382535d-0d01-0010-dbb5-d3d41dfefd10]

hpe it hlps u..

Regards,

Khushboo

Former Member
0 Kudos

Hi Khushboo ,

I want to embed java applet in java webdynpro.

Do please guide me by providing me code and procedure.

Regards,

Dhruba

sureshmandalapu6
Active Contributor
0 Kudos

Hi Florian Schäuble ,

You can have an HTML file which embeds the applet as a part of your project. Then you can use the portal to create a portal page which contains two iviews. One of them would be a WD iview hosting your WD application while the other would be an URL iview hosting the HTML page containing the applet.

You could have used the IFrame UI element to embed the applet HTML directly within your WD view, but unfortunately it has been deprecated now.

points if useful

Thanks

Suresh