GLTMon Design

GLTMon Web Application Design

The GLTMon Web application design is based on the MVC design pattern for J2EE applications. It uses a controller servlet to handle all GET and PUT requests from the client browser. The controller routes the GET request to a JSP, and the PUT request to a command to process the request feeding the results to a JSP for display.

The following diagram illustrates this design:

GLTMon Web Design