BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax.
Tag Archives: Beans
Bean Scripting Framework (BSF)
The Bean Scripting Framework (BSF) is an architecture for incorporating scripting into Java applications and applets.
WLShell
WLShell is an interactive command-line shell for BEA WebLogic Server. WLShell provides simplified access to management beans (MBeans) in WebLogic Server through a scripting language. If we think of WebLogic Server as an operating system, WLShell can be considered as a telnet program to access WebLogic.
Bex Script
Bex Script is a (yet another) scripting language for the Java platform. It is heavily based on another great scripting language BeanShell. It features Loose typing – variables have no type, functions are first class objects, minimal syntax, small – about 100k jar file.
JAsCo
JAsCo is an aspect-oriented programming (AOP or AOSD) language originally tailored for the component-based field. It tries to stay as close as possible to the original Java syntax and concepts and introduces two new concepts: aspect beans and connectors.