MozartSpaces Examples

This section provides you with examples which demonstrate the functionality of MozartSpaces to get you familiar with the new paradigm. For compiling and running the examples you have to install Maven. Please see the maven homepage for installation instructions.

Compile and execute the examples

Please see the installation instructions (section Maven repository) for how to configure your environment.

You can run all examples by executing the following steps:

  • unpack the downloaded archive using your preferred compression tool.
  • change to the new directory.
  • compile the source code:
    mvn clean compile

This may take a while because dependencies (including MoizartSpaces) are downloaded automatically.

  • execute the example:
    mvn exec:exec

Downloads

Chat example

Description

Source code: Chat-1.0-src.zip Chat-1.0-src.tar.bz2 Chat-1.0-src.tar.gz