站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Tutorial 5.0 英文版

The Beans Development Kit - Java Tutorial 5.0 英文版

The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: JavaBeans(TM)
Lesson: JavaBeans Concepts and the Beans Development Kit

The Beans Development Kit

The BDK is delivered separately from the JDK. You can download the BDK (outside of the tutorial) freely from the JavaBeans web site.This site contains instructions for installing the BDK on your system. Here is a general description of the BDK files and directories:
  • README.html contains an entry point to the BDK documentation

  • LICENSE.html contains the BDK license agreement

  • GNUmakefile and Makefile are Unix and Windows makefiles (.gmk and .mk suffixes) for building the demos and the BeanBox, and for running the BeanBox

  • beans/apis contains
    • a java directory containing JavaBeans source files
    • a sun directory containing property editor source files

  • beans/beanbox contains
    • makefiles for building the BeanBox
    • scripts for running the BeanBox
    • a classes directory containing the BeanBox class files
    • a lib directory containing a BeanBox support jar file used by MakeApplet's produced code
    • sun and sunw directories containing BeanBox source (.java) files
    • a tmp directory containing automatically generated event adapter source and class files, .ser files, and applet files automatically generated by MakeApplet

  • beans/demos contains
    • 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 sunw directory containing
      • a wrapper directory containing a Bean applet wrapper
      • a demos directory containing demo source file

  • beans/doc contains
    • demos documentation
    • a javadoc directory containing JavaBeans and JavaBeans-related class and interface documentation
    • miscellaneous documentation

  • beans/jars contains jar files for demo Beans

Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.