Hi Folks, I am the developer of HiveMind (crudzilla.com), it is a web app platform for the JVM. It is a combination of a container (jetty), middle-ware and a dev environment.
The platform uses JSR-223 so that a users can use many of the scripting engines available for various languages on the JVM. Currently it uses Rhino for Javascript, I attempted to integrate Nashorn but it seems Nashorn doesn't include ASM and including ASM separately creates other conflicts. The Groovy jar for instance includes ASM by changing the package names thus eliminating conflict...perhaps Nashorn should be packaged this way as well? Here is a quick screencast showing usage: http://crudzilla.com/assets/img/info-graphics/lang-demo.gif -Edmond
