Ideas about exposing services and their properties belonging to an app as a virtual file system accessible from a simulated unix shell
I have a complex app with many components. I would like to place services in a heirarchical filesystem so that services have known names. Read only properties under a service file might for instance hold monitored stats. I hope to have a unix like shell so it can be programmable, so the user can write scripts etc. My app is all java so I...