From: Guijarro, J. <jul...@hp...> - 2004-08-25 19:14:41
|
SmartScript is the SmartFrog wrapper for the BeanShell scripting environment. BeanShell allows the user to dynamically interpret java source, and also to set up references to any object currently running in one's environment. BeanShell itself (a complete scripting environment with documentation) is available and fully described at www.BeanShell.org. We have provided a SmartFrog wrapper for BeanShell, which provides access to a BeanShell interpreter object, and allows manipulation of components on the fly, at runtime. It's eminently suitable for testing or experimental purposes, limited only by your imagination, and by the fact that this component does not work with SmartFrog security on (BeanShell uses its own java classloader, which is incompatible with that required by security). At present it is only available from CVS and using Ant to build it. http://cvs.sourceforge.net/viewcvs.py/smartfrog/core/components/scripting/ The manual is available at: http://cvs.sourceforge.net/viewcvs.py/smartfrog/core/components/scripting/do cs/ Regards, Julio Guijarro. |