Are there third party GUIs to manage OTP applications?
Is there anything like the weblogic console, but for administrating an OTP ap开发者_如何学JAVAplication (written in Erlang)?
Not that I know.
You could use one of the available web frameworks (Erlang Web, Nitrogen, etc) to build one on your own.
Alternatives are to use a web front-end written in any of the "traditional" languages and to make it interact with an Erlang back-end. Possibilities are:
- Thrift
- Apache Erlang extension for php
- erl_interface
I would honestly prefer the first approach (Erlang powered web framework).
精彩评论