Ocsigen: typing web interaction with objective Caml

  • Authors:
  • Vincent Balat

  • Affiliations:
  • Laboratoire Preuves, Programmes, Systèmes

  • Venue:
  • Proceedings of the 2006 workshop on ML
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Ocsigen is a framework for programming highly dynamic web sites in Objective Caml. It allows to program sites as Ocaml applications and introduces new concepts to take into account the particularities of Web interaction, especially the management of URLs and sessions. This paper describes how Ocsigen uses the Objective Caml type system in a thoroughgoing way in order to produce valid XHTML and valid remote function calls through links and form clicking. It also describes how Ocsigen handles the progression of a Web user through a site, using sophisticated and high-level sessions mechanisms.