
Live Search API Version 2.0 Beta Java Samples
Brief Description
This compressed file contains instructions and code samples for using Java with the 2.0 Beta version of the Live Search API.
On This Page
Quick Details
| File Name: | Live_Search_2.0_Java_Samples.zip |
| Version: | 2.0 |
| Date Published: | 2/25/2009 |
| Language: | English |
| Download Size: | 53 KB |
| Estimated Download Time: | 1 min 56K |
Overview
This compressed file contains instructions and code samples for using Java with the 2.0 Beta version of the Live Search API. You can use these instructions and samples to create:
- A console application that uses Java code to send a request to and process results from the API's SOAP interface
- A console application that uses Java code to send a request to and process results from the API's XML interface
- A console application that uses Java code and Java Server Pages to send a request to and process results from the API's XML interface
- A console application that uses Java code and Servlets to send a request to and process results from the API's SOAP interface
Top of page
System Requirements
- Supported Operating Systems: Linux; Windows Vista; Windows XP
- Software requirements
- Java Development Kit (JDK) Version 1.6 (all applications)
- Apache Tomcat 6.0 (JSP application)
- Axis2 1.4.1 (Servlet application)
Top of page
Instructions
- Download and unpack the compressed file.
- Use a browser to open LiveSearch2.0JavaSamples.html. This file contains links to folders for each of the four applications that you can use the samples in the package to create.
- Choose the application you want to create, then click the appropriate link to open the folder for that application.
- Each application folder contains a Readme file that provides instructions for creating the application. Use a browser to open the Readme file.
- Follow the instructions in the Readme file to create your application.
Top of page