cancel
Showing results for 
Search instead for 
Did you mean: 

Call dynpro component from j2ee component

Former Member
0 Kudos

Dear architects,

I have Web Dynpro DC. It has a functionality which could be reused outside. For example, I have servlet in J2EE application. That servlet should use that dynpro component. How can I use dynpro DC from servlet? I know about public parts of DC. Is it hint for me?

Any help would be appreciated!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What kind of use you want to make of the Web Dynpro DC? Use a certain class? or run one of its views?

If it is the first you just have to define a public part containing the class (or classes) you want to use in the j2ee component, and then declare the use of the Web Dynpro component public part.

If it is the second, as far as I know cannot be done directly. What you could do is make the servlet launch a web browser with the Web Dynpro application url that you want to use and then this Web Dynpro application could load again the servlet url when it terminates its function.

Edited by: Eduardo Cabezas López on Apr 4, 2008 1:24 PM

Answers (0)