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?.
+1
A:
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.
Padmarag
2010-03-18 06:53:50
then i should get response data back to this application.how do i get it?
Jothi
2010-03-18 06:56:18
@Jothi - See updated answer.
Padmarag
2010-03-18 07:05:13