Downloading and installing the BeanBox is the easiest part. The BeanBox is a part of Sun's free Beans Development Kit (BDK). While it's possible to write beans without the BDK, the documents, sample code, JAR files, and, of course, the BeanBox all make bean development much easier.
Download the BeanBox from the Sun Web site at http://splash.javasoft.com/beans/bdk_download.html. You can also download the BDK via FTP from ftp://splash.javasoft.com/pub/bdk_jun97.exe for Windows/x86, and ftp://splash.javasoft.com/pub/bdk_jun97.sh for Solaris/Sparc and Solaris/x86.
The program you download will install the BeanBox on your system. Be sure to refer to the instructions on the download page.
To run the BeanBox from the command line, change directories to the directory in which you installed the BDK. (From now on,
we'll call this the "BDK directory.") Then switch to the beanbox subdirectory. This directory contains two files, run.sh (for Unix) and run.bat (for Windows). Running the batch file appropriate for your operating system will start the BeanBox.
If you're a Windows user, you can create a batch file called BEANBOX.BAT and place the following lines in it:
@echo off cd BDK-directory\beanbox run.bat
(Be sure to replace BDK-directory with the name of the BDK-directory.) Users of Windows 95 or Windows NT can even create a shortcut to this batch file, and run the BeanBox by simply clicking the shortcut's icon.
Upon running the BeanBox, a small window will appear, saying Loading and analyzing jars....

Loading JARs
At this point, the BeanBox is reading the JAR files in the jars subdirectory of the BDK-directory. A JAR file is a ZIP archive file containing class files (including beans), GIF files,
and other resource files the classes may need, plus an optional manifest containing structured information describing the contents of the JAR. You can create your own JAR files and put them in the
jars directory, and the BeanBox will include them in the ToolBox. See Resources below for links to finding out more about JAR files.
After a few moments, the small JAR file window disappears, to be replaced by three windows, as seen in the figure below:
The BeanBox windows
These three windows are:
The BeanBox currently is in design mode, meaning that you can select beans from the ToolBox, place them on the BeanBox, change their properties by using the Property Sheet, and manipulate their behavior with the items on the menu across the top of the BeanBox.
JAR tool for Windows or Solaris, and also documents the JAR file format. Fortunately, the JAR File Format Specification on the
Sun Web site can be found at
javabeansBy Anonymous on December 8, 2009, 11:00 pmplease download this bean box...!
Reply | Read entire comment
View all comments