没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > scriptconsole4j |
scriptconsole4j
|
0 | 0 | 11 |
贡献者 | 讨论 | 代码提交 |
Project goalProviding an easy-to-use embeddable multi-language scripting console for Java 6 applications.
How?The JSR 223 (Scripting for the JavaTM Platform) standardizes the usage of scripting in Java. Java 6 already ships with built-in support for JavaScript (Rhino). Java applications can take advantage of our project to instantiate and utilize this easy to embbed scripting panel which enables to use any JSR 223 compliant scripting engine available in the runtime environment.
Is it really useful?Well, at least it was for me...I could, for example, execute ad-hoc method calls on live objects from inside my application during runtime.
Scripting in OSGiCheck the OSGi bundle in the downloads section. It enables adhoc scripting accessing the OSGi framework.