Skip to content

jojczykp/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore

Simple MVC application presenting some of capabilities of Java basing technology stack in Agile project.

Thanks to IntelliJ 13, Maven 2, Tomcat 7, Git 1.8, Java 7.

Technologies

  • Java
  • Maven
  • Spring MVC, Spring Security, Spring AOP
  • SQL, Hibernate (optimistic locking)
  • JMX
  • Log4j
  • FreeMarker
  • HTML, JavaScript, CSS

Concepts

  • TDD (JUnit, Mockito, Hamcrest, Spring MVC Test Framework)
  • Checkstyle, Findbugs, PMD, JaCoCo
  • CleanCode

Starting

  1. Execute mvn clean package
  2. Deploy target/bookstore.war to web server
  3. By default access on Tomcat under http://localhost:8080/bookstore

Legal Notes

Copyright (C) 2013-2014 Paweł Jojczyk

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/gpl-3.0.html>.

Third parties

File types icons downloaded from http://www.fatcow.com/free-icons

About

Small Spring MVC based application created with Agile, TDD and basics of Domain Driven Design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published