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