
This directory contains examples of how to use GridBroker and GridSim package.
The examples here are simple. If you have any real examples that you
want to share with everybody, feel free to contact anthony@cs.mu.oz.au
In addition, if you find mistakes or bugs in this example, feel free to
contact the above email.

Please read README.txt of each directory on how to compile and run the
example. The Java source code contains a detailed explanation of each example.

The summary of the examples provided are:
    ./gridbroker/Example1/  -- This example shows how to create one Grid user 
                               and one Grid resource through GridBroker.

    ./gridsim/Example1/ -- This example shows how to create one Grid resource 
                           with three machines.  
                           
    ./gridsim/Example2/ -- This example shows how to create one or more Grid 
                           users. A Grid user contains one or more Gridlets.
                           Therefore, this example also shows how to create 
                           Gridlets with and without using GridSimRandom class.
    
    ./gridsim/Example3/ -- This example shows how two GridSim entities interact
                           with each other.
    
    ./gridsim/Example4/ -- This example shows how a grid user submits its 
                           Gridlets or tasks to one grid resource entity.
    
    ./gridsim/Example5/ -- This example shows how a grid user submits its 
                           Gridlets or task to many grid resource entities.
    
    ./gridsim/Example6/ -- This example shows how a grid user submits its 
                           Gridlets or task to many grid resource entities.


