BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Jolt   |   Topic List   |   Previous   |   Next   |   Contents   |   Index

   Using BEA Jolt

Basic Steps For Using JoltBeans

The basic steps for using JoltBeans are as follows:

  1. Add the development version of JoltBeans to the Component Library of your Java development environment, as described in Adding JoltBeans to Your Java Development Environment.

  2. Drag the beans from the JoltBeans component palette of your development environment to the Java form-designer for a Jolt client application or applet.

  3. Populate the properties of the beans and set up the event-source listener relationships between the beans of the application or applet ("wire" the beans together). The development tool generates the event hook-up code.

  4. Add the application logic to the event callbacks.

These steps are explained in more detail in later sections. The JoltBeans walkthrough demonstrates each of these steps with an example.