Bean Internals  «Prev 

Properties in Scripting Environments

Scripting environments such as JavaScript, VBScript, Python, and Perl offer a powerful means of interacting with Beans and using them directly in Web pages.
One of the key ways Beans expose themselves to scripting environments is through properties.
Properties are accessible to scripts as member variables of Bean objects.
The scripting environment is accessing properties through accessor methods behind the scenes.