A popular feature for most blog and news sites, is publishing an RSS feed. This is a XML-based format which is read by RSS readers around the world either from a browser app, or on your phone, or on a TV or game console.
In under 20 minutes, we'll go through a quick-and-easy way to implement generating this RSS feed in the small Spring Boot Blog Application that we've been gradually updating.
Source Code: https://github.com/wazooinc/spring-bo...
===---=== Concepts ===---===
Spring Web
Spring Security
Spring REST Controllers
RSS
===---=== Chapters ===---===
00:00 - Introduction
00:44 - Taking a look at ROME
01:03 - Maven Repository
01:21 - Updating the pom.xml
02:24 - Updating the WebSecurityConfig
02:47 - Adding the RssFeedController
14:47 - RSS Feed Reader Chrome Extension
#java
#springboot
#springboottutorial
🔗Resources & Links mentioned in this video:
RSS Specification: https://validator.w3.org/feed/docs/rs...
ROME: https://rometools.github.io/rome/
Maven: https://mvnrepository.com/artifact/co...
RSS Feed Reader: https://chrome.google.com/webstore/de...
👋🏻Connect with me:
Twitter: / eyuzwa