|
|
JavaBeans Concepts and the Beans Development Kit |
Here is a general description of the BDK files and directories:
README.htmlcontains an entry point to the BDK documentation
LICENSE.htmlcontains the BDK license agreement
GNUmakefileandMakefileare Unix and Windows makefiles (.gmk and .mk suffixes) for building the demos and the BeanBox, and for running the BeanBox
beans/apiscontains
- a
javadirectory containing JavaBeans source files- a
sundirectory containing property editor source files
beans/beanboxcontains
- makefiles for building the BeanBox
- scripts for running the BeanBox
- a
classesdirectory containing the BeanBox class files- a
libdirectory containing a BeanBox support jar file used by MakeApplet's produced codesunandsunwdirectories containing BeanBox source (.java) files- a
tmpdirectory containing automatically generated event adapter source and class files,.serfiles, and applet files automatically generated by MakeApplet
beans/demoscontains
- makefiles for building the demo Beans
- an html directory containing an applet wrapper demonstration that must be run in appletviewer, HotJava, or JDK1.1-compliant browsers
- a
sunwdirectory containing
- a
wrapperdirectory containing a bean applet wrapper- a
demosdirectory containing demo source file
beans/doccontains
- demos documentation
- a javadoc directory containing JavaBeans and JavaBeans-related class and interface documentation
- miscellaneous documentation
beans/jarscontains jar files for demo Beans
|
|
JavaBeans Concepts and the Beans Development Kit |