The Web Script Framework lets you create a web script using familiar technologies,
      such as scripting and template languages. 
  
    
    Each web script comprises only the following components: 
    - A description document
 - An optional controller script
 - One or more FreeMarker response templates
 
Users of a web script only interact through the web script interface, which comprises its URI, HTTP method, and request/response document types. All of these are described in the web script description document, which is defined by the web script creator.
