Beans Development Kit (BDK) Analysis (1)

zhaozj2021-02-16  42

Beans Development Kit (BDK) Analysis

Preface:

There should many people have developed JavaBean components. Is there a relatively complete understanding? Do you know this BDK from Sun? Is it envious of a beautiful visual development tool? In fact, you can do it, I will analyze the BDK framework in several articles. If you are interested in reading, you will have something to gain.

I. Overview

Beans Development Kit referred to as BDK, its purpose is to support the development of JavaBeanSTM components, a standard reference base for Bean developers and tool producers. BDK provides a container that references beans, and a range of example source code that can be reused by bean developer and tool developers.

content

l Beanbox test container: This can not only rely on this container to test your development BEAN, but also as an example of creating a bean container.

N Run Beanbox

n Add a new bean to beanbox

N Use Beanbox from Beans to make Applet

l Provides some examples that can run on Beanbox, demonstrating the functionality of multiple JaveBeans.

l Provides a series of reference source code.

l Makefile file information

Beanbox function

l Drag Bean to the design window

l Adjust size and mobile bean

l Editing the export attribute of Bean

l Run customization to configure Bean

l Connect the event source code and event processor method for the bean

l Connect the common binding attributes of different beans

l Save and reconstruct a series of beans

l Construct Applet from Bean

l Get internal reports of Beans

l Add a new bean from the JAR file

l The environment switch between the design and operation mode

related resources

The main resources can be found at http://java.sun.com/beans/, including:

l A wizard introduces the concept of javabean by using Beanbox.

Http://java.sun.com/beans/docs/index.html#tutorialchapter

l Some professional development tools for Javabean

http://java.sun.com/beans/tools.html

L JavaBean specification

http://java.sun.com/beans/spec.html

l JavaBean extended operation strategy and service agreement specification

http://java.sun.com/beans/glasgow

l Connection to the relevant specification

Http://java.sun.com/beans/related.html

l Usually JavaBean FAQ

http://java.sun.com/beans/faq.html

转载请注明原文地址:https://www.9cbs.com/read-26504.html

New Post(0)