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