bimlu / fork-java-blog-aggregator

Java Blog Aggregator

Home Page:http://www.topjavablogs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Blog Aggregator

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.

To run in development mode (using embedded HSQL database):

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

To deploy on Heroku:

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

To develop JBA from scratch:

Because I recorded this project creation from scratch, you can learn from it:

Related projects:

About

Java Blog Aggregator

http://www.topjavablogs.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%