Diagram of the web module, containing a static HTML page, AllItemsServlet and DetailServlet. User's web page is outside the module, connected to it by arrows representing HTML connections. The static HTML page is connected to AllItemsServlet by an arrow representing an HTML link. Both servlets are connected to an EJB Module, which is not shown, by arrows representing remote method calls.