-
March 8th, 2004, 03:37 AM
#1
Banned
BeanShell Scripting Language
I was browsing through O'Reilly's Learning Java and at the end of the book they discussed BeanShell which is a scripting language for JAVA.
Quote from website:
With version 2.0 BeanShell becomes a fully Java compatible scripting language. BeanShell is now capable of interpreting ordinary Java source and loading .java source files from the class path. BeanShell scripted classes are fully typed and appear to outside Java code and via reflective inspection as ordinary classes. However their implementation is fully dynamic and they may include arbitrary BeanShell scripts in their bodies, methods, and constructors. Users may now freely mix loose, unstructured BeanShell scripts, method closures, and full scripted classes.
Sounds very simple and useful. Just wanted to let you all know about it.
-
March 8th, 2004, 03:38 AM
#2
Banned
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|