This is a collection of examples demonstrating the usage of the Google JSP Tag Library.
The Google Web APIs Java library is required in order to use the Google Tag
Library. The library's JAR file (googleapi.jar
) should be placed
into the application's WEB-INF/lib
directory.
You must also register with Google (free) in order to obtain a license key. The license key is required to access Google's Web Services.
The license key can be specified as a context parameter in the web application
deployment descriptor (web.xml
) as follows:
<context-param>
<param-name>google_key</param-name>
<param-value>000000000000000000000000</param-value>
</context-param>
The license key can also be temporarily specified using the following:
The included examples will allow you to:
The Google Tag Library uses the Google Web APIs, but is not associated with
or sponsored by Google, Inc.
Click here for licensing information.