Results 1 to 2 of 2

Thread: BeanShell Scripting Language

  1. #1
    Banned
    Join Date
    Aug 2003
    Posts
    130

    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.

  2. #2
    Banned
    Join Date
    Aug 2003
    Posts
    130
    Here is the website http://beanshell.org/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •