Massive load of documents

Hi all,

We need to perform a massive load of 53GB of XML documents into Tamino from Java. The documents are grouped into 530 files with 100.000 documents each one.

The only way we have found to do this is through JVM Runtime:

Runtime r = Runtime.getRuntime().exec(inoBinPath + "ino load " + … + this.pathXml);

We have found the TAdminAccessor but this only allows to perform the _admin commands of the X-Machine Programming.

Is there any way to achieve this using the Tamino API for Java?

Thanks in advance,