tapestry-rss

Package that implements an RSS 2.0 feed for Apache Tapestry 5.

License

License

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

br.com.arsmachina
ArtifactId

ArtifactId

tapestry-rss
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

tapestry-rss
Package that implements an RSS 2.0 feed for Apache Tapestry 5.
Project Organization

Project Organization

Ars Machina Tecnologia da Informação Ltda.
Source Code Management

Source Code Management

https://github.com/thiagohp/tapestry-rss.git

Download tapestry-rss

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/ -->
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-rss</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/
implementation 'br.com.arsmachina:tapestry-rss:0.0.1'
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-rss/
implementation ("br.com.arsmachina:tapestry-rss:0.0.1")
'br.com.arsmachina:tapestry-rss:jar:0.0.1'
<dependency org="br.com.arsmachina" name="tapestry-rss" rev="0.0.1">
  <artifact name="tapestry-rss" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='tapestry-rss', version='0.0.1')
)
libraryDependencies += "br.com.arsmachina" % "tapestry-rss" % "0.0.1"
[br.com.arsmachina/tapestry-rss "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
br.com.arsmachina : tapestry-url-rewriter jar 2.0.0

provided (1)

Group / Artifact Type Version
org.apache.tapestry : tapestry-core jar 5.4-alpha-22

Project Modules

There are no modules declared in this project.

tapestry-rss

Package that implements an RSS 2.0 feed for Apache Tapestry 5.2 and later versions.

To use it, besides adding it to your classpath, you need to follow this steps:

  • Implement a ChannelProvider and contribute it to the ChannelProvider Tapestry-IoC service. This is how you'll provide the RSS channels and items for tapestry-rss.
  • Apply the rss/AddRssLink mixin to some component in your application. It will add the tag to the page's with all the needed attributes. This mixins' "context" parameter value will be passed to the contributed ChannelProvider instances.

Versions

Version
0.0.1