Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OCaml in enterprise stack [closed]

I'm trying to figure out how OCaml is represented in enterprise technology stack. For example, Is there in Ocaml own enterprise message queue or workflow engine?

So, can anybody advice me frameworks for OCaml from the following aspects:

  • Workflow engine
  • Service bus
  • Message Queue
  • ORM
  • HTTP Server

Update #1: Workflow Engine

  • en.wikipedia.org/wiki/Workflow_engine
  • http://www.jboss.org/drools - one of implementations in Java technology stack.
  • http://en.wikipedia.org/wiki/Windows_Workflow_Foundation - implementation of WE in .NET technology stack
like image 904
madcyree Avatar asked Dec 28 '11 10:12

madcyree


1 Answers

Perhaps ocamlnet answers partly to your questions. If you want to code web server (or services) in Ocaml, consider also Ocsigen

(and I don't really understand the entreprise stack sentence; for me it is a marketing buzz word without a clearly defined technical content)

I have no idea of what a "list item" is for you. I am not sure to understand "workflow engine" neither.

And the Ocaml Hump is a nice place to find Ocaml software.

like image 79
Basile Starynkevitch Avatar answered Sep 22 '22 18:09

Basile Starynkevitch