It contains components helping to deal with Moby registry. These
components are supposed to be used by those who are running a
registry. At the moment, there is not many components here, because
most of the registry implementation is in Perl. Note that if you write
code that uses registry by calling its API methods you should
put it into the {@link org.biomoby.client} package because in fact you
are a client of the registry. Here should go components that use
direct access to the registry databases (like a direct JDBC access),
or here we may have Java-implementation of the whole registry
someday.