Publishing Engine Programmer's Guide > Arbortext Publishing Engine Clients > Using the Java Client SDK > Sample Java Client SDK Code
  
Sample Java Client SDK Code
The e3samples.jar file includes one or more classes from the com.arbortext.e3.test.script package and the com.arbortext.e3.test.SimpleTest class. The source code for both samples is in the install-path\samples\src directory.
The SimpleTest class is designed as an introduction to the Java Client SDK. The SimpleTest class is an entry level view of how the Java Client SDK works.
The script source code shows how the classes in the e3client.jar file were used to construct the script class in the com.arbortext.e3.test.script package. The script source code also demonstrates how to perform multi-threaded execution using the Java Client SDK.
Note that the sample script demonstrates the Java Client SDK and is not intended to be used as a production solution. Refer to the script code as you create your own application using the native Java classes in the e3client.jar file.