CTL4j example component
***********************

This code shows how to write a CTL (Component Template Library)
component, using the CTL4j. On the implementation side, it uses a
Monte Carlo method to calculate an approximation of Pi, at the 
interface level, it shows how to write a CI (Component Interface) in
Java and how a user-defined type can be serialized. This component
was tested using the CTL4j snapshot release 672.

* Quick Start:

1) Get the CTL4j.jar, either by compiling it yourself, downloading it
manually or using the supplied script and put it in lib/.

2) Create a locs.txt (example can be found in doc/locs.txt in the CTL4j
source tree), if you just want local linkage, simply put one line
containing 'lib' in it.

3) Use 'ant' to compile and run the client which will call the
MonteCarlo component (obviously, you need to have Apache Ant installed
for this to work).

4) For further information refer to the various CTL/CTL4j documents that
are available.

* Licensing:

This code is licensed under the MIT license.

--
Boris Buegling <boris@icculus.org>
