Download
 
Prerequisites
 
SDK Installation Guide
 
  1. Once you have installed the prerequisites, set following environment variables in SYSTEM. Modify values, if it is different in your machine.
    • JAVA_HOME=c:\Program Files\Java\jdk1.6.0_17
    • ANT_HOME=c:\apache-ant-1.7.1
    • PATH=%ANT_HOME%\bin;%PATH% (Append this to existing path. If you have PATH in user environment, edit there also.)

      Note: You will have to restart command prompt for these environment changes to reflect.

            

  2. Download the AppFabric SDK for Java Developers jar.
  3. Alternately, you can download the AppFabric SDK for Java Developers source and create the SDK jar by running the ant build script that is present in the SDK project.
    1. Extract SDK project from AppFabric SDK for Java Developers source
    2. Open the command prompt and change current directory to the source folder of the SDK project
    3. Run ant command
    This will create jdotnetservices-1.0.jar file in dist/lib folder which we will use in the demo application.

  4. You can initiate your experience regarding SDK by trying out the sample application (Sales Dashboard) bundled in the downloaded zip file. More information about Sales Dashboard application can be found here.