Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

yholkamp/addressbook-sample-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addressbook Sample Applications

The Addressbook Sample MongoDB and JPA projects are sample applications implementing the same set of features; basic CRUD actions for contacts, adding and removing phone numbers to a contact as well as searching the list of contacts. These projects are created to function as sandbox applications for changes, new technologies and/or comparisons in development effort.

Key Features

  • Seed data to provide a basic dataset for testing.
  • CRUD actions for Contact entries.
  • Create/delete actions for phone number entries.
  • Search contacts by first and/or last name.

Used technologies

  • Spring MVC
  • Hibernate validator
  • Jetty webserver
  • Testing:
    • JUnit 4
    • Mockito for easy mocking of irrelevant parts of the system.
    • Sonar to monitor code quality.
  • JPA version:
    • Hibernate ORM, Entitymanager.
    • H2 Database Engine as a basic in-memory testing database.
  • MongoDB version:
    • Axon Framework to provide a CQRS and Event Sourcing toolkit.
    • MongoDB & Spring Java drivers.

Relevant projects

  • Addressbook Sample MongoDB, the MongoDB-powered CQRS/ES version of this project.
  • Vaadin's JPAContainer Addressbook Demo served as a source of inspiration and as a starting point of the very first versions.
  • Axon Framework's Axon Trader application provided insight and samples on how to configure Axon and set up the basic project structure. The Addressbook Sample provided some additional information.
  • Twitter's Bootstrap provided easy to use and pretty to look at building blocks the set up the web-ui for the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages