Spring Web RSS Channels is a RSS feed reader web application built on Spring, JPA (Hibernate), Twitter Bootstrap, Apache tiles and JQuery.
It allows you to specify RSS channels and then display results.
The documentation is divided into several sections:
Library name | Description |
---|---|
Spring | Spring makes programming Java quicker, easier, and safer for everybody. |
JPA (Hibernate) | Hibernate ORM enables developers to more easily write applications whose data outlives the application process. |
Twitter Bootstrap | Quickly design and customize responsive mobile-first sites with Bootstrap. |
Apache Tiles | A free open-sourced templating framework for modern Java applications. Based upon the Composite pattern it is built to simplify the development of user interfaces. |
jQuery + Ajax | jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling and animation. |
JQuery validator | Validate forms like you've never validated before! |
Java Mail API | The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. |
## Build application from base directory using Maven Wrapper
mvnw.cmd clean install
## Run tomcat7 server and deploy the application
mvnw.cmd tomcat7:run-war -pl rss-web
## Application should be accessible at
http://localhost:8081/rss-web/
## Build application from base directory using Maven Wrapper
./mvnw clean install
## Run tomcat7 server and deploy the application
./mvnw tomcat7:run-war -pl rss-web
## Application should be accessible at
http://localhost:8081/rss-web/
login: admin
password: secret