caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCaml and the web
@ 2007-04-24 14:42 konrad
  2007-04-24 14:45 ` [Caml-list] " Jason Ganetsky
  2007-04-24 14:59 ` Zheng Li
  0 siblings, 2 replies; 7+ messages in thread
From: konrad @ 2007-04-24 14:42 UTC (permalink / raw)
  To: caml-list


Hello List,

I already read something about ocaml and web programming. Do some of you have experiences with:

 - ocaml as scripting language as cgi as an apache module
 - any other possibility to use ocaml for web programming (a.e. an extendable ocaml webserver)

Thanks for any hints or links to tutorials or further information.

chris



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] OCaml and the web
  2007-04-24 14:42 OCaml and the web konrad
@ 2007-04-24 14:45 ` Jason Ganetsky
  2007-04-24 14:54   ` konrad
  2007-04-24 14:59 ` Zheng Li
  1 sibling, 1 reply; 7+ messages in thread
From: Jason Ganetsky @ 2007-04-24 14:45 UTC (permalink / raw)
  To: konrad; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

ocaml as scripting language as cgi as an apache module:
http://merjis.com/developers/mod_caml
extensible ocaml web server: http://www.ocsigen.org/

Jason

On 4/24/07, konrad <konrad@mail.in.tum.de> wrote:
>
>
> Hello List,
>
> I already read something about ocaml and web programming. Do some of you
> have experiences with:
>
> - ocaml as scripting language as cgi as an apache module
> - any other possibility to use ocaml for web programming (a.e. an
> extendable ocaml webserver)
>
> Thanks for any hints or links to tutorials or further information.
>
> chris
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 1500 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] OCaml and the web
  2007-04-24 14:45 ` [Caml-list] " Jason Ganetsky
@ 2007-04-24 14:54   ` konrad
  0 siblings, 0 replies; 7+ messages in thread
From: konrad @ 2007-04-24 14:54 UTC (permalink / raw)
  To: Jason Ganetsky; +Cc: caml-list


Great, thanks for that.

On Tue, 24 Apr 2007 10:45:07 -0400, "Jason Ganetsky" <jason.ganetsky@gmail.com> wrote:
> ocaml as scripting language as cgi as an apache module:
> http://merjis.com/developers/mod_caml
> extensible ocaml web server: http://www.ocsigen.org/
> 
> Jason
> 
> On 4/24/07, konrad <konrad@mail.in.tum.de> wrote:
>>
>>
>> Hello List,
>>
>> I already read something about ocaml and web programming. Do some of you
>> have experiences with:
>>
>> - ocaml as scripting language as cgi as an apache module
>> - any other possibility to use ocaml for web programming (a.e. an
>> extendable ocaml webserver)
>>
>> Thanks for any hints or links to tutorials or further information.
>>
>> chris
>>
>>
>> _______________________________________________
>> Caml-list mailing list. Subscription management:
>> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
>> Archives: http://caml.inria.fr
>> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
>> Bug reports: http://caml.inria.fr/bin/caml-bugs
>>
> 
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: OCaml and the web
  2007-04-24 14:42 OCaml and the web konrad
  2007-04-24 14:45 ` [Caml-list] " Jason Ganetsky
@ 2007-04-24 14:59 ` Zheng Li
  2007-04-24 15:20   ` [Caml-list] " David MENTRE
  1 sibling, 1 reply; 7+ messages in thread
From: Zheng Li @ 2007-04-24 14:59 UTC (permalink / raw)
  To: caml-list


Hi,

COCAN have collected links to previous discussion threads [1] on this topic as
well as some preliminary comparison [2].

[1] http://wiki.cocan.org/web_programming_with_ocaml
[2] http://wiki.cocan.org/comparisons

HTH

konrad <konrad@mail.in.tum.de> writes:
> I already read something about ocaml and web programming. Do some of you have experiences with:
>
>  - ocaml as scripting language as cgi as an apache module
>  - any other possibility to use ocaml for web programming (a.e. an extendable ocaml webserver)
>
> Thanks for any hints or links to tutorials or further information.

-- 
Zheng Li
http://www.pps.jussieu.fr/~li


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] Re: OCaml and the web
  2007-04-24 14:59 ` Zheng Li
@ 2007-04-24 15:20   ` David MENTRE
  2007-04-24 15:40     ` konrad
  0 siblings, 1 reply; 7+ messages in thread
From: David MENTRE @ 2007-04-24 15:20 UTC (permalink / raw)
  To: Zheng Li; +Cc: caml-list

Hello,

2007/4/24, Zheng Li <li@pps.jussieu.fr>:
> [1] http://wiki.cocan.org/web_programming_with_ocaml
> [2] http://wiki.cocan.org/comparisons

Another table with OCaml web framework comparison:
 https://demexp.org/dokuwiki/doku.php?id=en:web_client_development_framework#comparison_of_ocaml_frameworks

Yours,
david


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] Re: OCaml and the web
  2007-04-24 15:20   ` [Caml-list] " David MENTRE
@ 2007-04-24 15:40     ` konrad
  2007-04-24 15:48       ` David MENTRE
  0 siblings, 1 reply; 7+ messages in thread
From: konrad @ 2007-04-24 15:40 UTC (permalink / raw)
  To: David MENTRE; +Cc: Zheng Li, caml-list


Thanks for all of that. 

Did somebody of you already experience "web-programming" with ocaml? Are there webpages that are created with an  ocaml backend? Is it convenient and flexible? I would like to try that to gain all to benefits from ocaml even for the web programming. 



On Tue, 24 Apr 2007 17:20:40 +0200, "David MENTRE" <dmentre@linux-france.org> wrote:
> Hello,
> 
> 2007/4/24, Zheng Li <li@pps.jussieu.fr>:
>> [1] http://wiki.cocan.org/web_programming_with_ocaml
>> [2] http://wiki.cocan.org/comparisons
> 
> Another table with OCaml web framework comparison:
> 
> https://demexp.org/dokuwiki/doku.php?id=en:web_client_development_framework#comparison_of_ocaml_frameworks
> 
> Yours,
> david
> 
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] Re: OCaml and the web
  2007-04-24 15:40     ` konrad
@ 2007-04-24 15:48       ` David MENTRE
  0 siblings, 0 replies; 7+ messages in thread
From: David MENTRE @ 2007-04-24 15:48 UTC (permalink / raw)
  To: konrad; +Cc: Zheng Li, caml-list

Hello,

2007/4/24, konrad <konrad@mail.in.tum.de>:
> 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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-24 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-24 14:42 OCaml and the web konrad
2007-04-24 14:45 ` [Caml-list] " Jason Ganetsky
2007-04-24 14:54   ` konrad
2007-04-24 14:59 ` Zheng Li
2007-04-24 15:20   ` [Caml-list] " David MENTRE
2007-04-24 15:40     ` konrad
2007-04-24 15:48       ` David MENTRE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).