I’m implementing a search utility using the Tamino API, and I have some confusion about how to implement paging. I’m retrieving chunks of 20 at a time, but I’m doing it in a servlet, and I’m closing the database connection at the end of each request. How would I go about doing this, as I no longer have the TConnection available: will the TXMLObjectIterator do the right thing if I simply call its “next” method, or is there some other trick to this?
Thanks.
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management