NTT's Java Interface
For the use of NTT in Java applications or applets we provide our Java Interface
with the main classes NttVagueObjSet
and NttObjectReference and the
method NttQuery of the
PcteProcess class.
They belong to the JHPcte Package,
which allows to run a database server and to access it from clients via the internet.
All NTT operations except the user predicate functionality are supported
in Java, often in a quite more comfortable
way than in the C API (e.g. errors are thrown as
NttException).
You can find the classes and the special JHPcte database server in our
download package.