| Sample Files |
|
ShowText
| |
|
JAR |
A basic JAR file. Illustrates how to
create a JAR with a manifest indicating
which class contains the JavaBean, and
how to import and utilize a JAR within Visual JavaScript.
|
|---|---|
|
HelloCorba
| |
|
Corba & Java IDL |
The Hello World of CORBA Crossware components (IDLs).
Illustrates how to build a CORBA component and Java CORBA service using the
idl2java compiler from Enterprise Server.
(This example must be accessed from a web server to use) |
|
JavaScript Calc
| |
|
JavaScript Bean JSB / JAR |
Calc illustrates three simple JavaScript Beans (JSBs) for adding
numbers and strings,
which get integrated into a single JAR file.
|
|
CustomDisplay
| |
|
JavaScript Bean Java Component JSB / JAR |
Illustrates how to combine supporting images, a JSB, and a Java class in a
JAR file. CustomDisplay is a simple JavaScript Bean which uses a Java
Component to draw a custom visual appearance within Visual JavaScript.
|
|
Visual JavaScript Palette Item Source
| |
|
JavaScript Bean Java Bean JSB / JAR |
The source code to the components that ship with Visual JavaScript.
Includes JavaBeans and JavaScript beans.
|
|
CustomProperty
| |
|
Java Bean JAR |
Illustrates how to modify ShowText to include a custom AWT Customizer
that works within Visual JavaScript PR3.
|
|
Validate
| |
|
JavaScript Bean JSB |
The ValidatedText component implements validation of form fields,
and how to import a JavaScript Bean within a package into Visual JavaScript.
|
|
SourceLoader
| |
|
JavaScript Bean JSB |
The SourceLoader encapsulates Java functionality within JavaScript.
A sample Visual JavaScript project file is included with
two mini-Crossware Applications built using the SourceLoader component.
|
|
JSSelect
| |
|
JavaScript Bean JSB |
JSSelect contains examples of encapsulates Java functionality within JavaScript.
A sample Visual JavaScript project file is included with
two mini-Crossware Applications built using the SourceLoader component.
|
|
FloatingWindow
| |
|
JavaScript Bean JSB / JAR |
FloatingWindow is a JavaScript Component that makes use of Netscape Communicator's Layers.
|