From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 9027FBC69 for ; Tue, 24 Apr 2007 17:48:47 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3OFmkJH006645 for ; Tue, 24 Apr 2007 17:48:47 +0200 Received: by nz-out-0506.google.com with SMTP id l8so1934585nzf for ; Tue, 24 Apr 2007 08:48:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qnVN1pctaqNpBIJkJkiyadl/jiENFw+xN+Xj/7X2GHUwCMPzUJPa/kClEIOKZ525bCRlO6WiVUgKH3St6HAMFJMQEHN+YUBQGqg0z4KKwtbg8kx9flmVJKvo7/6XrZqYFtaEaWjBsEEOyROKHwaAiNHlsTRkQlmvICUGVXFxvAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aQuoT+9JgHxhejNWSIjOuZjcKFRf1ooPEbxJZ+dHZbS42PCxLEEKevuQkfCbM6pngrRq2QNlRVmyldztb5yPUNdJMk/GlNatpHlK+v2VJECCqCyws3T9RqHtCKf4eS8pJ2gh4epFDnZvu/vGlQxFNyYtbhzLr+rF/taUZQyanLQ= Received: by 10.114.26.1 with SMTP id 1mr3126008waz.1177429724634; Tue, 24 Apr 2007 08:48:44 -0700 (PDT) Received: by 10.114.78.2 with HTTP; Tue, 24 Apr 2007 08:48:44 -0700 (PDT) Message-ID: <3d13dcfc0704240848l617be850n71400a5dcd8d9667@mail.gmail.com> Date: Tue, 24 Apr 2007 17:48:44 +0200 From: "David MENTRE" Sender: david.mentre@gmail.com To: konrad Subject: Re: [Caml-list] Re: OCaml and the web Cc: "Zheng Li" , caml-list@inria.fr In-Reply-To: <1e3153cd341c36eeee59c2a9afee59cd@mail.in.tum.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d13dcfc0704240820g607e54d3o4d2af0fc6f2ee259@mail.gmail.com> <1e3153cd341c36eeee59c2a9afee59cd@mail.in.tum.de> X-Google-Sender-Auth: 5a011528115c6d75 X-Miltered: at discorde with ID 462E26DE.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 wdialog:01 wdialog:01 caml-list:01 programming:03 programming:03 translation:07 tied:08 somebody:08 framework:09 framework:09 cgi:90 tum:11 backend:11 Hello, 2007/4/24, konrad : > Did somebody of you already experience "web-programming" with ocaml? Yes with WDialog. I would not recommend this framework (see below). > Are there webpages that are created with an ocaml backend? http://www.linux-france.org/cgi-bin/demexpweb.cgi > Is it convenient and flexible? I would like to try that to gain all to benefits from ocaml even for the web programming. This question is closely tied to the framework itself. Regarding WDialog, I found the description of web pages in XML format not very satisfying, because a lot of things were put in the XML description which was not very convenient (e.g. to handle translation of pages). However, the programming of the OCaml part is always a pleasure. :-) Yours, d.