This .zip file contains the code necessary to run the ATM example demonstrated at the IBM Solutions ’99 conference. The file includes the following files and file types:

atm.jar                   This is the Java source. Unzip this underneath the servlet directory of the application server.

atm_st.dat              This is a repository containing the Smalltalk code.

ATMServer.exe    This is used to start the packaged image ATMServer.icx.

ATMServer.icx     This is a Smalltalk packaged image.

*.gif                         Put these in an ATM directory underneath your HTML document root.

*.jsp                        Put these in an ATM directory underneath your HTML document root.

TickerTape.class    Pus this somewhere on your classpath.
 

To start the example:

1. Doubled click on ATMServer.exe    OR
      From a Smalltalk development image (with SST loaded), execute the class side method of the AtmServer. AtmServer class>>setup

2.   From your web brower URL entry field: http://sphereworks1/servlet/com.ibm.servlet.smalltalk.examples.atm.BeginATMServlet
 

If you have any questions you can e-mail me at:  weitzelm@us.ibm.com