typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Added an Engine implementation based on the javax.script API #25

Closed tgambet closed 10 years ago

tgambet commented 10 years ago

Closes #24.

Works both under jdk7 (Rhino based) and jdk8 (Nashorn based).

huntc commented 10 years ago

Awesome!

huntc commented 10 years ago

Thanks again. Can you please squash your commits and then we're done.

huntc commented 10 years ago

Thanks!