Developing Portal Components - calling JDE programs?

vikingsteve

Active Member
Hi All,

I guess I am not the only one to conclude there is not adequate documentation from jde on portal component development.

My question is: how can I develop a component to 'call' a oneworld application? There should be some api for this (but nothing in the manual surpise surpsie!).

The manual says that you can't use html / uri components to call OneWorld apps. Still, has anyone managed this?

Otherwise, if we must code a OneWorld component which implements ComponentServlet class- is anyone willing to post the code for a simple "HelloWorldComponentServlet" which launces say the P01012?

Any advice / javascript / code fragments much appreciated.

Cheers
Steve Murphy
Xe XU6 SP21_B1
 
Quite some time ago, I created an HTML page that called OW Apps and it worked great. The links to the apps had this URL:

javascript:RunOWApp('PMF301_WMF301B_LJDE0002')

Where PMF301 was the application; WMF301B was the form; LJDE0002 was the version. The version did not have to be specified if there was none for the app.

Experiment a bit. The description in quotes can be found in the F989999 table (or the F989998, I don't remember).

Hope this helps,
Doug
 
Back
Top