Server Guide


Loading sample applications

VisualAge Smalltalk Server provides several sample applications for your use. To load these samples, access the file abtmvssp.dat in the samples\mvs subdirectory of your root directory. Import the configuration map Server Samples. There are several sample applications in this configuration map, including a database sample that is covered in the VisualAge Smalltalk Database Guide, an IMS sample, and a sample that reads and writes from files using the OS/390 Native classes.

The example application described in Application design hints for server platforms is also available. This application is called HscCicsDB2SampleApp; comments are provided in the class HscCicsDB2SampleApp to lead you through the sample program, including definitions you can use to test the application on either the workstation or OS/390.

For samples that work with applications that use CICS, refer to files in the following subdirectory <VisualAge base>\samples\servcics. This subdirectory has, for example, a sample CICS monitoring point exit routine that make the monitoring point process work like CICS on MVS (abt_emp.c).

As to the Server Smalltalk (SST) component, you can find examples in the SstExamples application and sample supporting files in the following product directories:

<VisualAge base>\java\src
Java source files for Java RMI support and the Ping Pong example.

<VisualAge base>\java\sstclass.zip
Class files for the Java RMI support and the Ping Pong example. You might need to add <VisualAge base>\java\lib\sstclass.zip to your CLASSPATH environment variable.

<VisualAge base>\samples\sstidlic.swp
File for IIOP sstidlic.swp.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]