cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro API directly from within a J2EE application

mona_mehta
Participant
0 Kudos

hello,

Can we call webdynpro API directly from a J2EE application.

If it is possible, what all will be required at compile time and runtime.

Please advice, If an additional configuration is also required.

Thanks in advance

Mona

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I guess you could add the WDP libraries to your J2EE project so that the API is available. If you include the libraries in your project, it will be available in your editor (code completion). During deployment, it will be packaged in your EAR so that it is available runtime as well.

I wonder what use it will have since it is a framework that is proprietary and not extensible.

Good luck,

Roelof