application calling another application
Using Struts Tiles. An application should call other application run inside the application using tiles of struts.
A web application running in one webllogic server need to communicate with the other Web application running in the other weblogic server in a differnt machine. For Example If second web applications link inside first web application,if its clicked then the second web application should run inside the first web application. (ie Request from first application need to be passed to second application ,there grab all the contents of the requested page and should display in the first application)
The expected result through the first application the second application is shown to client Note :Two application are running in two different weblogic server in two different machines.
Thanks Ramesh
|