Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom and RSS View [SPR-5249] #9923

Closed
spring-projects-issues opened this issue Oct 29, 2008 · 1 comment
Closed

Atom and RSS View [SPR-5249] #9923

spring-projects-issues opened this issue Oct 29, 2008 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Arjen Poutsma opened SPR-5249 and commented

Having View classes for Atom and RSS will make it easier for people to add feeds to their web applications.

There is a AbstractRssView in Spring modules, which we can use. It is based on Rome, which seems to be the standard library to create feeds with. We have to upgrade to the latest version of Rome, though.

https://springmodules.dev.java.net/source/browse/springmodules/projects/springmvc-extra/src/java/org/springmodules/web/servlet/view/AbstractRssView.java?rev=1.3&view=markup


Referenced from: commits baac76e

@spring-projects-issues
Copy link
Collaborator Author

Arjen Poutsma commented

Done. See org.springframework.web.servlet.view.feed.AbstractAtomFeedView and org.springframework.web.servlet.view.feed.AbstractRssFeedView

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 M1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants