Share via


Building and Executing Java Samples

[This document supports a preliminary release of a software product that may be changed substantially prior to final commercial release. This document is provided for informational purposes only.]

The Java samples in this documentation take advantages of the following Java archives. Because the documentation samples take advantage of the Apache HttpClient library, the table below also lists the dependent archives that HttpClient library has (Logging and Codec):

Component

Source

HttpClient

http://hc.apache.org/httpclient-3.x/

Logging

http://commons.apache.org/logging/

Codec

http://commons.apache.org/codec/

These libraries are used by the HttpClient to provide logging, as well as coding and decoding of values into various formats (such as base64 encoding). For details, see the sites listed in the table.

To compile the samples, you will need to download these libraries and include them in your project path. All the Java samples were created by using the Eclipse IDE; however, any Java IDE can be used.

See Also

Concepts

Examples of Using SOAP and REST Interfaces with the SQL Data Services
SDS Data Model Overview (Authorities, Containers, Entities and Flexible Entities)