Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    cgi-examplesSlide 36 : 42

CGI Examples 

We will here look at concrete server pages in LAML and similar WWW frameworks.
 

includes/laml-cgi-example-pp.scmAn excerpt of a LAML CGI program with an interface to the LAML calendar tool.
 

includes/php-exampleAn excerpt of a PHP server program.
 

includes/jsp-exampleAn excerpt of a JSP server program - using Java as the programming language.
 

includes/asp-exampleAn excerpt of an ASP server program - using Visual Basic as the programming language
 

 

The main difference between the LAML approach and the more widespread alternatives (ASP, JSP, PHP) is represented in the use of HTML relative to the use of the programming language.