简体   繁体   中英

Communication between two portals:JSP

We have two java portals,say portal A and portal B

Portal A has some button called "communicate" .When we press it,portal A should contact portal B and portal B should then send a file to portal A as a reply.

The file is not a static file.The file should be generated according to the values that portal A has sent.ie every time when a request is fired a file is generated afresh and sent back to portal A.

Can anyone explain how to do this in java?..

Thanks in advance..

您可以在门户B中编写一些servlet。然后从门户A调用该servlet。您可以将值发送到servlet。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM