From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 80F13BB84 for ; Fri, 30 Jun 2006 15:51:19 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5UDpKWZ032747 for ; Fri, 30 Jun 2006 15:51:20 +0200 Received: by ug-out-1314.google.com with SMTP id j3so187490ugf for ; Fri, 30 Jun 2006 06:51:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ld83bZ7cfdIyzjoeZv9rRhjBXolIdtmxCLna5ekrm308Y0+g8v37gt11zydFT+FoodPXo0MCjswI137DHwWwEoaGN49J9S9j6/2tS6vN4JzqFDg7Jn8hSUPvDrfxy6ImlSTIPSyaLYatUTry9z6l/B2EKsOs02eiB6/ey5x6Uyk= Received: by 10.78.97.7 with SMTP id u7mr117868hub; Fri, 30 Jun 2006 06:51:19 -0700 (PDT) Received: by 10.78.48.6 with HTTP; Fri, 30 Jun 2006 06:51:19 -0700 (PDT) Message-ID: <3d13dcfc0606300651n429db13csa11fc311d07bd07e@mail.gmail.com> Date: Fri, 30 Jun 2006 15:51:19 +0200 From: "David MENTRE" Reply-To: To: "Pietro Abate" Subject: Re: [Caml-list] Which development framework for web application in OCaml? Cc: caml-list@yquem.inria.fr In-Reply-To: <20060630080308.GA17982@pulp.rsise.anu.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d13dcfc0606230918i1b20de56ne27a7b823eb06660@mail.gmail.com> <44A2BF4F.9050907@ens-lyon.org> <4b5157c30606291440r751948ceu85eaaa65ff375271@mail.gmail.com> <3d13dcfc0606300047j20bcc7e1xb0f839dd0dee4dc9@mail.gmail.com> <20060630080308.GA17982@pulp.rsise.anu.edu.au> X-j-chkmail-Score: MSGID : 44A52C58.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44A52C58.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 anu:01 cvs:01 pointer:01 wdialog:01 ocaml:01 2006:98 sourceforge:01 caml-list:01 native:02 seems:03 context:04 compiled:04 raises:05 generated:05 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP, REPLY_TO_EMPTY autolearn=disabled version=3.0.3 Hello Pietro, 2006/6/30, Pietro Abate : > I think you get it here: > http://ex-nunc.cvs.sourceforge.net/ex-nunc/ex-nunc/application_server/demo/ Thank you for the pointer. It seems close to WDialog with the additional benefit that (i) embedded language is OCaml and (ii) the format of .xnunc files (templates?) are XHTML + tags. This raises additional questions: - is i18n handled, on a per page or per context basis (one user uses French pages while another one English ones)? - is generated CGI compiled to native code? Best wishes, d.