两个Web应用程序之间的信息交换 [英] Exchange of information between two Web Applications

查看:124
本文介绍了两个Web应用程序之间的信息交换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个Web应用程序. Webapplication1(基于java/jsp)应将ID发送到Webapplication2(基于ASP),基于该ID将生成报告,并且该报告将返回传递给webapplication1.在webapplication1中,我们需要查看报告.

I have two Web applications. Webapplication1(java/jsp based) shall send an ID to Webapplication2 (asp based) based on that it would generate a report and that report would be back passed to webapplication1. In webapplication1 we need to view the report.

有人可以让我知道如何实现这一目标吗?如果您有任何疑问,请告诉我.

Can someone let me know how to achieve this? Please let me know if you have any questions.

推荐答案

您可以尝试从一个Web应用程序写入文件,并从另一个Web应用程序读取文件. 另一种方法是读取或写入共享数据库或(如果两个Web应用程序都在同一台机器,文件系统上).

You can try with writing on the file from one web app and reading from other. Another approach is to read and write to a shared database or (if both web applications are on the same machine, file system).

这篇关于两个Web应用程序之间的信息交换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆