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
first then the result JSP for display of command results.
The following diagram illustrates this design: