Search the web
Sign In
New User? Sign Up
ocaml_beginners · Ocaml Beginners
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
ocaml powered website   Message List  
Reply | Forward Message #5226 of 11541 |

Dear list

Does anyone have a whole solution for ocaml powered website? I mean sth
in the programming layer like cgi/php and sth in the application layer
like cms/wiki/blog/forum etc.

I recently helped a friend setup and customize his personal portal with
some php+mysql system without pre-knowledge of them. It's just fine, as
both kinds of code are not so difficult to understand. On the other
hand, I also realized that I can not get any further jobs done without
reading a large pile of tech documents and getting custom to them by
huge amount of practice. A worse point I can already image is that the
dynamic programming approach based on string manipulation will probably
make debugging process a nightmare and leave a lot of hidden bugs. So, I
would like to hear about high-order solutions based on ocaml
programming, and possibly to build some website on them.

There are two concrete questions at this moment:

1) I've heard of several libraries for ocaml web programming
e.g. ocamlnet and mod_caml, and ocaml database interfaces, also
applications like cocanwiki, but I still don't know what kind of
combinations, at current stage, can be a best choice for an integrated
web application develop platform (or even some pre-build
multifunctional application such as CMS), so that I can begin to play
with and contribute to. If someone has already build his/her website
mostly on ocaml, please give some experiences and suggestions.

2) It's hard to find some ocaml-friendly hosting, if one wants to make
his/her ocaml powered site public. One can find cheap (but still not
bad) hosting for php+mysql with low price around $1/m-$3/m and even
free. But to host a ocaml based solution, either you can find some
unreasonably expensive hosting for they support numerous languages but
you still don't have the control, or a better choice, some VPS (VDS)
can give you root access to control everything by yourself, which
usually cost from 10$/m for the lowest configuration (not sure
whether it can satisfy average ocaml web applications). If anyone has
information on ocaml hosting, don't hesitate to give suggestions pls.

Thanks in advance.

- code17
















Mon Dec 26, 2005 7:28 pm

code_1977
Offline Offline
Send Email Send Email

Forward
Message #5226 of 11541 |
Expand Messages Author Sort by Date

Dear list Does anyone have a whole solution for ocaml powered website? I mean sth in the programming layer like cgi/php and sth in the application layer like...
code17
code_1977
Offline Send Email
Dec 26, 2005
7:32 pm

... languages but ... I don't know much about this, but maybe you could use binary CGI programs written in OCaml. So long as a host allows compiled binary CGI...
vly3
Offline Send Email
Dec 27, 2005
4:06 am

... mod_caml + ocamldbi[*] is a complete solution for building websites. Here are some database-backed websites built using it: http://merjis.com/ ...
Richard Jones
rwmjones
Offline Send Email
Dec 28, 2005
4:51 pm

Hi, Richard ... Thanks for the survey and suggestion, quite informative. It seems that numerous libraries have been provided with pros, cons, applicable scope ...
code17
code_1977
Offline Send Email
Dec 30, 2005
9:17 pm

... I am trying to unify the various approaches into a comfortable, powerful and coherent whole. It is closer to OcamlNet because it is the more mature...
Christophe TROESTLER
Christophe.Troestler@...
Send Email
Dec 30, 2005
11:26 pm

... This is roughly right. I would like to integrate the mod_caml CGI and cookie classes into the ocamlnet classes, but sheer lack of time and volume of...
Richard Jones
rwmjones
Offline Send Email
Dec 31, 2005
1:12 pm

Hi, thanks for the info Christophe TROESTLER <Christophe.Troestler@...> writes:> ... This is definitely a good news for people want to try OCaml with web...
code17
code_1977
Offline Send Email
Dec 31, 2005
1:08 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help