This section explains the various ways you can assemble an application with Nucleus. In this section, you work through a series of exercises that demonstrate Nucleus capabilities.

Before you begin
  1. Make sure that the ATG platform is properly installed. See the ATG Installation and Configuration Guide.

  2. Make sure that the Java Software Development Kit binaries are in your path. The JSDK binaries are usually found in the JSDK distribution under the JSDK’s bin directory.

  3. Start up an ATG application that has been assembled in development mode, and start up the ATG Control Center.

  4. Create a directory to hold your Java class files. Add this directory to your CLASSPATH environment variable by editing your ATG environment file:

    Alternatively, put the class directory in <ATG9dir>/home/locallib, which is already part of the default CLASSPATH when you run the ATG platform.

  5. Create a tutorial directory <ATG9dir>/home/localconfig/test where you can run the tutorial exercises.

    To create this directory:

  6. Change directories to the tutorial directory so the tutorial directory becomes the current directory.

  7. Set the DYNAMO_HOME environment variable to <ATG9dir>/home.

  8. Set your environment variables in the command line console by running <ATG9dir>/home/bin/dynamoEnv. On UNIX platforms, you can do this by starting an instance of sh (if you are using any other shell) and then executing dynamoEnv.sh directly into that shell:

    . bin/dynamoEnv.sh

 
loading table of contents...