This .zip file contains files related to the article:
"Java Q&A: Can  JavaBeans Be Shared?"
by James ``Bo'' Begole, Philip L. Isenhour, and  Clifford A. Shaffer

Sample source code files
========================
Browser.java            An HTML browser composed of HotJava HTML components.
                        The currently viewed URL is a "bound property,"
                        which notifies registered listeners when there is a
                        change. A collaborative environment will register as
                        a listener, distribute the property change to
                        replicas of the browser, which will change their
                        currently viewed URL to match.

TextBean.java           Simple text input bean.
BrowserApp.java         Simple application which runs Browser.
makeit.bat              DOS batch file to compile the above java files.
runit.bat               DOS batch file to run BrowserApp.

Note: The HotJava HTML Component (http://java.sun.com/products/hotjava/bean/)
      and the Java Development Kit (http://java.sun.com/products/jdk/) are
      required to build and run the included source code.
