Last podcast taglib ver. 1.1

    Custom JSP taglib. Lets you obtain the latest media file from the given podcast. For example in your web application you can get an URL for the latest file and use it in flash player. How does it work:
 


<html>
<%@ taglib uri="taglib.tld" prefix="p" %>
  <p:LastPod rssUrl="http://www.vedomosti.ru/podcast/rss.xml" />
</html>

You can use this taglib in your mashup applications for podcasts. If the remote host is not available or file is not provided tag will return an empty string.

Tags are:

LastPod.

Body tag obtains an URL for the latest file in the given podcast. Attributes are:

1) rssUrl - describes an URL for the podcast's feed
2) id - Optional attribute. Describes a name for the page scope variable (type is java.lang.String). This variable will keep the requested data. Without this parameter tag simply prints a data.
3) timeout Optional attribute. Describes a timeout for your request (in seconds). Default value is 20
4) proxyHost Optional attribute. Describes proxy settings for your system.
5) proxyPort Optional attribute. Describes proxy settings for your system.

for downloading:

Library: lastpodtag.jar     Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: