Tagged Questions

0
votes
1answer
36 views

Advice for embedding a Java scripting language for debugging/remote admin

I have a fairly sophisticated server-side application which frequently requires me to see what is going on with its internals to debug and fix problems. I've therefore embedded a Beanshell instance, …
0
votes
1answer
54 views

Executing script inside method with BeanShell

I'm not really sure how I can explain this, but here goes: I want to be able to "insert" some commands into parts of my code which will be loaded from external files. To parse and execute these …