caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Which development framework for web application in OCaml?
@ 2006-06-23 16:18 David MENTRE
  2006-06-23 16:24 ` [Caml-list] " Richard Jones
  2006-06-28 17:41 ` Samuel Mimram
  0 siblings, 2 replies; 14+ messages in thread
From: David MENTRE @ 2006-06-23 16:18 UTC (permalink / raw)
  To: Ocaml

Hello,

For my demexp server, I'm considering the development of a web
interface, accessible from a simple web browser. I have standard
requirements (html forms) as well as "advanced" ones (would like to
support AJAX-like things, navigation in tree data structures, etc.).
Which development frameworks are available to do such things in OCaml?
I'm looking for frameworks under a license compatible with GNU GPL.

Right now, I know about:
 - WDialog
 - XCaml

For low level stuff (basic CGI interface), there is also OCamlNet.

I've made some experiments with WDialog but I'm not entirely convinced
by its approach of separating interface description from event
handling code. Moreover it lacks some features that would be useful
for us : i18n support (even if, thanks to Gerd, a preliminary code is
available in CVS tree), advanced widgets (tree structures), AJAX
support, etc.

What other people are using to do web stuff? Is everybody using PHP? ;-)

Any recommandation on building such complex web interface with
available OCaml software?

Best regards,
david

PS : My current demexp server is an autonomous Unix daemon, written in
OCaml, accessible through ONC RPC calls over a TCP socket. Until know,
I have made a simple CGI that access the demexp server. But I'm
considering merging the server part with the web part. Has somebody
some knowledge on the design of web architecture and recommendation or
pointer to relevant litterature?


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

end of thread, other threads:[~2006-06-30 18:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-23 16:18 Which development framework for web application in OCaml? David MENTRE
2006-06-23 16:24 ` [Caml-list] " Richard Jones
     [not found]   ` <9d3ec8300606251007k2508a880me5ca863de4bbfef3@mail.gmail.com>
2006-06-26 13:23     ` David MENTRE
2006-06-28 17:41 ` Samuel Mimram
2006-06-29 21:40   ` Paolo Donadeo
2006-06-30  7:47     ` David MENTRE
2006-06-30  8:03       ` Pietro Abate
2006-06-30 13:51         ` David MENTRE
2006-06-30 13:49   ` Vincent Balat
2006-06-30 15:14     ` David MENTRE
2006-06-30 16:00       ` Vincent Balat
2006-06-30 16:26         ` David MENTRE
2006-06-30 17:33           ` Christophe TROESTLER
2006-06-30 18:26         ` Florian Weimer

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).