cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Java Application with Web Module

Former Member
0 Kudos

Hi Experts,

I'm developing a WD Java App that integrates with external applications. I've no problem in sending and retreaving data in a synchronous manner via input/output stream to the external servlet.

Now the problem is this: I need to receive data sent by the other application servlet and I don't know how to do it with WD Java (this is a one way communication, different from the ones I described before).

This external application sends the same message (the one I don't know how to handle) to other applications in the same fashion as it gets data: via servlet to servlet communication.

Is it possible to have a web module inside my WD Java App??

In another words, how can I use a servlet within a WD Java App??

Please help!

Thanks in advance.

Regards,

Osvaldo Silva

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

check this link

http://help.sap.com/saphelp_nw04s/helpdata/en/82/fdbf2085f65f43a71e755fc904478d/frameset.htm

yes you can use servlets in webdynpro hava , there is j2ee perspective where you can develop the

servlet , jsp or ejb application , there is web module present there , you can even call those

application in the webdynrpo perspective , there is exit plug o portal eventing availble

that could call the application in the webdynpro , or the other way of exposing the application

as webservice and then calling the application in the webdynrpo perspective ,

there are many documents present in SDN , explaining about ther web module project

and then exposing it in the webdynpro .

check this link on creating web project

http://help.sap.com/saphelp_nw04/helpdata/en/b9/540f40763f1e07e10000000a1550b0/frameset.htm

and web module project

http://help.sap.com/saphelp_nw04/helpdata/en/c2/8bbb3eff62847ae10000000a114084/frameset.htm

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/eb0985e5-0601-0010-2ba4-8259dae4...

Thanks