[[start]]

Overview

Ex-nunc (pronounced x-noonk) is an open-source framework aimed to help the development of Web based applications. It is written in Objective Caml, a language that is compiled, statically typed, strictly evaluated, and uses automatic memory management. Ex-nunc is designed to exploit these features, trying to detect most of the common programming errors at compile time. This way, the developer wastes less time hunting for misspellings, and has more time for functionality testing of his applications.

Features

These are the most noticeable features of the framework:

  • Strongly-typed page parameters
    Each page can accept a tuple of parameters. Therefore, calling a page works, more or less, like invoking a function. Moreover, the compiler can check the numbers and the types of the arguments.
  • Strongly-typed session
    Session data is stored in an OCaml record, generated at compile time.
  • Strongly-typed form data
    Form data is stored too in an OCaml record, where user input is automatically converted to the right OCaml type.
  • Form validation
    Input validation is performed through validators. Validators provide a mechanism for all common types of standard validation (e.g., verifying that a value can be safely converted to a specific OCaml type, i.e. int, float, etc.). Additionally, validators display custom error information to the user. This feature is mainly inspired by ASP.NET validation controls.
  • Supported environments
    At this time, supported environments are CGI and FastCGI.
start.txt · Last modified: 2009/03/14 16:43 (external edit)
Copyright © 2005-2009 by Paolo Donadeo and Alessandro Strada
SourceForge.net Logo
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0