开发者

how web applications communicate each other in struts?

开发者 https://www.devze.com 2022-12-22 14:51 出处:网络
I have two web applications in web application server. 开发者_开发问答i want to get data from one application to another. how do i do in Struts. i know that it is possible by webservices. But, is ther

I have two web applications in web application server. 开发者_开发问答i want to get data from one application to another. how do i do in Struts. i know that it is possible by webservices. But, is there anyway that i could get it using struts?.


Use query string to pass data using request parameters.

/action.do?varA=1&var2=3

This'll work for simple cases. For complex requirements/exchange please use Web Services or other integration technologies.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号