How the HTML Sample works

HTML Sample architecture

When the client sends a request to the application presentation server, the application presentation server propagates the request to the application logic server through the Struts actions. The application presentation server can propagate the request to the business processes or the single action EJBs on the application logic server. The application logic server processes this request and returns the result to the application presentation server, and the application presentation server then sends the result back to the client.