cancel
Showing results for 
Search instead for 
Did you mean: 

Applet in Web Dynpro??

SandipAgarwalla
Active Contributor
0 Kudos

Hi All,

Is it possible to open an applet from web dynpro screen?

And after the user has done few task using the applet, the control should go back to WD screen which is in turn will be embeded inside portal.

Is this possible to do in WD?

Pls help.

Thanks

Sandip

Accepted Solutions (1)

Accepted Solutions (1)

former_member189631
Active Contributor
0 Kudos

Hi Sandip,

  • It is Possible to Bring applet in your Webdynpro Java.

  • Try this,

Write a Java file for applet in your webdynpro Project package.

  • Use the same program in your webdynpro to call applet.

Regards,

<b>Ramganesan K</b>

Answers (4)

Answers (4)

SandipAgarwalla
Active Contributor
0 Kudos

Closing the thread..

Former Member
0 Kudos

Hi ,

You can create a JSP application.. embed your applet code in it.

Create a portal component iview out of the par.

In your webdynpro ,(for versions of NW2004s), there is a feature called suspend and resume plug.

You can fire a suspend plug to the jsp application url.. do the operation there.. and use resume plug in your portal application to resume operations back in webdynpro.

This works both in and out of portal.

if suspend/resume feature is not required..

Or you can simply use EPCM.doNavigate() to navigate across apps ..

Regards

Bharathwaj

SandipAgarwalla
Active Contributor
0 Kudos

Thanks all for your replies.

Ram,

Could you provide some code sample for the same...Execuse me if this is a very basic one..I just have the code to open the applet,

<applet name=abc code=xyz.class archive= http://abc.com>
<Param name=a1 value=b1>....
</applet>

I need to pass few params at the run time...

Bharat,

I will try that one. Does these plugs enable passing of params back & forth.

Thanks again.

Regards

Sandip

Former Member
0 Kudos

Hi sandip,

it's a possible to open an applet in our application, call the URL in iframe and u can embeded on the portal ,u just add applet in model window

by

vino

Former Member
0 Kudos

Hi,

It might be possible if you embed the applet in a HTML page and then embed this page within an URL iView. You can then navigate to this iView page from the WD page.

Regards,

Satyajit.