Adm version 1.0 Release Notes

1. Overview:

This major release includes java cdev version 2.2.2. Two new control widgets and two new container widgets are added compared with previous release version 0.4. All deprecated classes and methods are removed from the package in this release.

2. New and changes:

3. System requirements:

4. Installation:

Download the tar file from Java cdev web site. Unpack the tar file using the tar utility. The files are organized as follows:

                                        CDEVHOME
             ________________________________|___________________________
            |              |           |                |        |       |
           adm         adm.jar   adm_develop.jar    cdev.jar   domo     doc
    ________|__________________________                                  |
   |         |       |       |         |                              *.html
 README   *.java   event   *.gif   Makefile                               
                _____|_____
               |           |
            *.java       *.gif

The all html files under doc directory are generated by javadoc utility. Run "make admdoc" can also created adm document pages in a CDEVHOME/admdoc directory.

There are two adm jar files provided in this release. The adm.jar file contains only none-BeanInfo class and used in the run time. It is relatively smaller than adm_develop.jar file. The adm_develop.jar contains all class files, including the BeanInfo classes, and all image files needed by the visual builder tool. These two jar files can be created by run "make admjar" on Unix or Linux platform. They are also available to download from the cdev web site.

Return to the CDEV Java