FaceRSS 0.1 review
DownloadFaceRSS is a simple JavaServer Faces (JSF) component that allows you to display news from specified RSS url source in one configurabl
|
|
FaceRSS is a simple JavaServer Faces (JSF) component that allows you to display news from specified RSS url source in one configurable tag.
So, you can place your favorite news on your website in a very simple way. FaceRSS library uses rsslib4j and therefore supports RSS version 0.9x, 1.0, and 2.0 with Syndication and Dublin Core namespaces.
Usage:
copy the facerss.jar to your WEB-INF/lib folder and add to your build path.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FaceRSS
public FaceRSS(java.lang.String url)
Method Detail
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getItem
public java.util.ArrayList getItem()
getMultipleItems
public java.util.ArrayList getMultipleItems(int count)
getRssName
public java.lang.String getRssName()
FaceRSS 0.1 keywords