Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial is based on Ant. So, you need to have the Ant program accessible in your path (see here to download and install Ant). Download the tutorial archive available here and then unzip it. The archive is composed by contains seven directories:

  • spell.services contains service interfaces used by the applications
  • spell.english contains an implementation of the Dictionary service (containing English words)
  • spell.checker contains an implementation of a Spell Checker. The spell checker requires a dictionary service and check if an input passage is correct (according to the words contained in the dictionary).
  • spell.gui contains a very simple user interface. This component uses a spell checker service. Then the user can interact with the spell checker with this user interface.
  • The task directory contains Ant tasks used to build the project
  • The solution directory contains an already developed version of the application.
  • Finally, the felix folder contains a configured version of the Felix runtime

...