Weblog taglib ver. 1.1

    Custom JSP taglib. Lets you perform Weblog ping requests (inform about your RSS feed updates). For example:
 


<html>
<%@ taglib uri="taglib.tld" prefix="p" %>

<p:ping name="AbavaNet" url="http://abava.blogspot.com/" idError="A" idMessage="B"/>
Result is <%=A%>:<%=B%>
</html>

Tags are:

ping.

Performs Weblog ping request. Attributes are:

1) endpoint - optional attribute. Describes an endpoint for the request. Default value is http://rpc.weblogs.com/RPC2
2) name - describes a name for your blog
3) url - describes an URL for your site or RSS feed
4) idError - optional attribute. Describes a name for your page scope variable (type is java.lang.Boolean) with error status
5) idMessage - optional attribute. Describes a name for your page scope variable (type is java.lang.String) with service message
6) proxyHost - optional attribute. Describes proxy settings for your host
7) proxyPort - optional attribute. Describes proxy settings for your host

for downloading:

Library: weblogtag.jar     Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: