TODO
====


- explicitly mark methods/functions as public api
- bundle transactions during FTImport run. At present a transaction
  is run for each node to be imported, which slows down the whole process!
- define a service api.
- when a node is deleted its identifier (FTId) is still within the object mapper
  --> implement a purge method for the object mapper.
- add scripting support and a simple console to connect to FT
- add a service to connect to a relational db as data source
- add a much more powerful mechanism to create releases 
  (and binary distributions) under OS X
- try to hide FTLogging::coreLog and make only FTLogging::aplicationLog public
- substitute NSCoder by NSKeyedArchiver 

