A blogging application for Open Source Developers.
Technologies Used
- Framework -
Spring Framework
- ORM -
Hibernate
- Database -
MYSQL - InnoDB engine
- Dynamic Frontend -
Java Servlet Pages(JSP)
- Database Connectivity -
JDBC Driver
- Build Tool -
Maven
- Server -
running on localhost:8080 with an embeded Tomcat Server
Salient Features:
- Extensively used Spring's Dependency Injection feature to make the application loosely coupled.
- Entity classes communicate with the database name
spring
, change the database if required.
Note: Import all the maven changes before starting the application.