*******************************************************************************
*                                                                             *
*                                       WildCAT                               *
*                                                                             *
*******************************************************************************

$Id: README.txt 362 2008-12-10 18:37:32Z loris $

******************
* Contact
******************

Mailing-list: wildcat@ow2.org
Website: http://wildcat.ow2.org

******************
* License
******************

GPL v2, see the file LICENSE.txt

******************
* Installation
******************

The distribution contains four archives:

    * wildcat-core-[version]-embedded.jar that contains WildCAT and its dependencies.

    The remaining archives are examples.

    * wildcat-examples-local-[version].jar that contains some examples to use in local context;
        To try it, just launch with: 'java -jar wildcat-examples-local-[version].jar'

    * wildcat-examples-cluster-master-[version].jar that contains an example of context listening for events coming from a remote context;
        To try it, just launch with: 'java -jar wildcat-examples-cluster-master-[version].jar'

    * wildcat-examples-cluster-slave-[version].jar that contains an example of context exporting events to a remote context;
        To try it, just launch with: 'java -jar wildcat-examples-cluster-slave-[version].jar'

    NB: The master must be launched before the slave.
