EAE Query Service Taglib

The EAE Query Service also provides a Taglib library which runs on top of the EAE Query Service Client API. Today, there is only one tag supplied with the EAE Taglib, called the 'eae:most-popular' tag. This tag enables you to easily create 'most popular' lists.

Using the Taglib requires that analysis-qs-client.jar is installed in the global classpath. If EAE Plugin is installed on the server(s), this jar is already in installed. Also, the analysis-taglib.jar must be placed in your publications WEB-INF/lib directory. Then, you are ready to start making the JSP's.

Every JSP using the taglib needs to declare it with a JSP directive:

<%@ taglib uri="http://www.escenic.com/taglib/escenic-eae" prefix="eae" %>

An example JSP is found in the EAE distribution JAR, under the misc/taglib-example.