Here’s a little something you should know about embedding using BSF, especially if you’re embedding in a long running process:
When a bean is bound to BSF through BSFManager#declareBean, that bean is wrapped in a BSFDeclaredBean object and stored in a vector before the engine implementations have a chance to bind the bean. Or, to put [...]