by Chris Harman | Oct 13, 2013 | Keep (KP Project), Getting started
Local API install process The following sections demonstrate the steps of the installation process for Local API installation. Click here to view the install options. Installation using GUI After seeing the welcome screen and accepting the license agreement, the next...
by Christina Rivera | May 30, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Getting started
Installation Guide (Windows) Download the Loqate Engine Registered users will receive email notifications when a new Loqate engine becomes available. The FTP server location and credentials will be included with the email notifications. Please contact the support...
by juanjsilva | Jun 22, 2012 | Keep (KP Project), Documentation
Sample Java Code: LqtWebQueryRecord.java package com.loqate.ws.rest.service; import javax.xml.bind.annotation.XmlRootElement; /** * LqtWebQueryRecord * Query record * Provides get and set methods. Required for the web service to provide * a response in multiple...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Documentation
Sample Java Code: LqtThreadRunner.java package lqtmultithreadtestdriver; import com.loqate.*; import java.io.*; import java.net.*; import java.util.*; public class LqtThreadRunner implements Runnable { // Thread local objects private lqtServer srv; ...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Documentation
Sample Java Code: LqtMultithreadTestDriver.java package lqtmultithreadtestdriver; import java.io.*; import java.net.*; import java.util.*; /** * Sample Code Test Driver * This class is responsible for creating multiple threads (16 in this case, for sample purposes) *...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
Static Public Member Functions static lqtInputRecord* create () This member function returns a pointer to a newly created lqtInputRecord instance. static void destroy (lqtInputRecord* pInputRecord) This member function destroys all resources associated with the...