cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Java Web Dynpro application from JSP or Java Servlet

vipin_v2
Participant
0 Kudos

Hi Experts,

How to call a Java Web Dynpro application from a JSP or Java Servlet in another system ?

Thanks & Regards,

Vipin.

Accepted Solutions (0)

Answers (1)

Answers (1)

richard-zhao
Employee
Employee
0 Kudos

Hello, You can achieve this by using <iframe> tag in your JSP and the value of src property should be your Java Web Dynpro application URL. Thanks.

<iframe src="/index.html">
   <p>Your browser does not support iframes.</p>
</iframe>