Google Tag Library README
=========================
Overview
========
This README file describes the Google Tag Library distribution.
With the Google JSP Tag Library, developers and designers can easily
incorporate Google queries, search results, cached pages and spelling
suggestions into any web site or application.
For more information about using the custom tag library in your own web
applications, point your browser to:
http://google-taglib.sourceforge.net/
See the "LICENSE.txt" file for licensing details.
The Google Tag Library uses the Google Web APIs, but is not associated with
or sponsored by Google, Inc.
Installation
============
The Google Tag Library requires a JSP (1.1 or higher) container, such as
Tomcat.
To use the Google Tag Library, simply copy the library's JAR file
(google.jar) to your application's WEB-INF/lib directory. The Tag Library
Descriptor (google.tld) should be placed in your application's WEB-INF
directory.
You should also modify your web application deployment descriptor (web.xml)
file to map the Google Tag Library TLD URI to its location:
<taglib>
<taglib-uri>/google-taglib</taglib-uri>
<taglib-location>/WEB-INF/google.tld</taglib-location>
</taglib>
Google Web APIs
===============
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.
http://www.google.com/apis/download.html
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.
https://www.google.com/accounts/NewAccount
Google License Key
==================
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 specified using the key search form parameter,
key tag attribute or the google_key application scope attribute.
TagLib Directive
================
Using the Google Tag Library is easy; you simply need to import it into your
JSP pages using the taglib directive. For instance, you would include the
following line at the top of your JSP page:
<%@taglib uri="/google-taglib" prefix="google"%>
===========================================================================
$Id: README.txt,v 1.1.1.1 2003/09/24 14:57:54 ethauvin Exp $
大富大贵7
- 粉丝: 395
- 资源: 8870
最新资源
- 基于matlab的FIR滤波器设计.zip
- 基于MATLAB的SDRSARSTOIESTOIPESQ语音质量测量.zip
- 基于MATLAB的MT-2型车钩缓冲器的列车纵向动力学仿真,牵引制动特性,车辆冲击试验,线路模拟 根据'MT-2型缓冲器的结构建立了详细的数学模型,并应用于列车纵向动力学仿真 (带程序使用说明和源代
- 基于MATLAB的rokae xmate机械臂动态参数识别代码,包括激励轨迹优化LSM方法和动态方程的NE公式.zip
- chromedriver-linux64-117.0.5928.0.zip
- 基于MATLAB的机器人队形一致和避障的基本版本.zip
- 基于MATLAB的车牌识别系统.zip
- 基于MATLAB的多任务优化平台.zip
- 基于matlab的求解器包求解麦克斯韦方程组的FDFD方法.zip
- 基于matlab的机器人理论与实践之间的教育桥梁.zip
- 基于matlab的深度学习工具包,支持任意有向无环图DAG支持DNN LSTM CNN层和许多信号处理层包括使用该工具.zip
- 基于matlab的四旋翼飞行器仿真.zip
- 基于MATLAB的同步定位与映射仿真.zip
- 基于MATLAB的图像处理GUI软件.zip
- 基于matlab的无人机无线传感器网络节能数据采集.zip
- 基于MATLAB的图像加解密及传输仿真.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈