Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following document illustrates how to get started writing a web application using common code that we have been using or developing over the last few years. We also describe how to deploy the application to a web server.

Web Application Skeleton

Download end extract the following zip file containing a skeleton for your new web applicationTo download the skeleton of the web application do a cvs export of the module org-glast-web-base-application (CVSROOT : :ext:USERNAME@glast-java.slac.stanford.edu:/cvs/java where USERNAME is you).

GLAST Commons

The GLAST Commons is a collections of common code that can and should be shared across different GLAST web application providing a uniform look and feel. The following items are provided by the GLAST Commons and are used in the skeleton provided above:

...