Rhino - dead in the water? [closed]
I'm looking to add scripting into my Java app and JavaScript would be a great language choice. My concern though is the Rhino project and its future.
While Groovy/Jruby etc have seen constant updates, and engines like V8 and SpiderMonkey make continuous and significant performance boosts; Rhino languishes with its last release in March '09.
I've seen some work on hacking Rhino:
- http://cr.openjdk.java.net/~jrose/pres/201009-ThunderingRhinos/pres.html
- http://www.google-melange.com/gsoc/project/google/gsoc2011/rohit_mullangi/37001
But nothing solid about actually merging this code into the project and getting an active committer community around it.
Does anyone have any insight into the Rhino road map?
Is there any plan for example to bring invokedynamic to t开发者_开发技巧he Rhino world?
Or is Rhino's destiny to simply become less and less relevant as time goes on?
All insight appreciated!
精彩评论