Introduction

This guide describes AsyncScala framework. Before starting with this guide we recommend to download the framework or check out its sources from version control. At least, you will be able to view syntax-highlighted code in you favorite IDE.

Obtaining and Building Source Code

AsyncScala sources are being kept in the sourceforge git repository. You could obtain it with:

git clone git://asyncobjects.git.sourceforge.net/gitroot/asyncobjects/asyncscala

Also you could just download source package from sourceforge.net

The project builds using Maven (tested with maven 3.0.3). To install jars locally, run:

mvn install

It is recommended to use IntellJ IDEA Community Edition with this project with Scala plugin installed. In that way it will be easy for you to run samples provided with the project.

The project is not yet published to public maven repositories.