
Chapter 9. Scenario: Web interoperability 405
Figure 9-14 Form-based propagation from ASP.NET to WebSphere
9.4.5 URL redirection implementation
In keeping with the theme of the book, a simple calculator example was
implemented to show a URL redirection solution between WebSphere
Application Server and ASP.NET. The application is a simple calculator that takes
two numbers, calculates the average, and returns the request to the client. This
solution involves the following steps:
1. Create a WebSphere application to process form data and the redirection
request.
2. Generate a WebSphere static HTML page.
3. Publish the WebSphere HTML and servlet.
4. ...