The Technology
Netscape's BeanConnect Technology
- 
BeanConnect: Using Java Objects to Implement Crossware Program      
http://developer.netscape.com/library/wpapers/beanconnect/index.html
 
    Simplest form
- 
Creator of web page can get away without knowing a single
thing about Java
 
- 
Java Component Creator has top implement a single method
that tells his applet what to spew out when asked for input from a POST
operation in a CGI form
 
- 
Enables integration of any Java Component that is a subset
of a Netscape IFC View or is a AWT Component into any CGI page as a form
element