Project Top Java Blogs uses this system to aggregate latest news from Java world.
NOTE: On January 16 2016 the project has moved to new repository: java-blog-aggregator-boot and now runs on Spring Boot and instead of JSP is used Thymeleaf.
Run this application using embedded Jetty server: mvn -P dev jetty:run -Dspring.profiles.active="dev"
This will start embedded Jetty server on port 8080 and you can access your application here: http://localhost:8080
first run: mvn package
next goto target directory and run: heroku deploy:war --war jba.war --app YOUR_APP
To deploy WAR to Heroku see this article: https://devcenter.heroku.com/articles/war-deployment
You can use this user to login (name / password): admin / admin
Because I recorded this project creation from scratch, you can learn from it:
- YouTube playlist
- On JavaVids.com (with code snippets)
- Java video tutorials (free online tutorials)
- Java školení (in Czech)